public class IRMethodFactory extends Object
| Constructor and Description |
|---|
IRMethodFactory() |
public static IRMethodFromMethodInfo createIRMethod(IMethodInfo originalMethodInfo, IFunctionType functionType)
public static IRMethod createIRMethod(IConstructorInfo constructor)
public static IRMethod createIRMethod(IJavaClassInfo cls, String name, Class... paramTypes)
public static IRMethod createIRMethod(IJavaClassMethod method)
public static IRMethod createConstructorIRMethod(IType gosuClass, DynamicFunctionSymbol dfs, int numberOfTypeParameters)
public static IRMethod createIRMethod(IType owner, String name, IType returnType, IType[] parameterTypes, IRelativeTypeInfo.Accessibility accessibility, boolean bStatic)
public static IRMethod createIRMethod(IType owner, String name, IRType returnType, List<IRType> parameterTypes, IRelativeTypeInfo.Accessibility accessibility, boolean bStatic)
Copyright © 2017. All rights reserved.