Uses of Interface
gw.internal.gosu.ir.nodes.IRMethod
-
Packages that use IRMethod Package Description gw.internal.gosu.ir.nodes gw.internal.gosu.ir.transform gw.internal.gosu.ir.transform.expression -
-
Uses of IRMethod in gw.internal.gosu.ir.nodes
Classes in gw.internal.gosu.ir.nodes that implement IRMethod Modifier and Type Class Description class
IRMethodForConstructorSymbol
class
IRMethodForDPSGetter
class
IRMethodForDPSSetter
class
IRMethodForPropertyGetter
class
IRMethodForPropertySetter
class
IRMethodForReducedDPSGetter
class
IRMethodForReducedDPSSetter
class
IRMethodFromConstructorInfo
class
IRMethodFromJavaMethodInfo
class
IRMethodFromMethod
class
IRMethodFromMethodInfo
class
SyntheticIRMethod
Methods in gw.internal.gosu.ir.nodes that return IRMethod Modifier and Type Method Description static IRMethod
IRMethodFactory. createConstructorIRMethod(IType gosuClass, DynamicFunctionSymbol dfs, int numberOfTypeParameters)
static IRMethod
IRMethodFactory. createConstructorIRMethod(IType owner, IRType[] parameterTypes)
static IRMethod
IRMethodFactory. createIRMethod(IConstructorInfo constructor)
static IRMethod
IRMethodFactory. createIRMethod(IType owner, String name, IRType returnType, List<IRType> parameterTypes, IRelativeTypeInfo.Accessibility accessibility, boolean bStatic)
static IRMethod
IRMethodFactory. createIRMethod(IType owner, String name, IType returnType, IType[] parameterTypes, IRelativeTypeInfo.Accessibility accessibility, boolean bStatic)
static IRMethod
IRMethodFactory. createIRMethod(IJavaClassInfo cls, String name, Class... paramTypes)
static IRMethod
IRMethodFactory. createIRMethod(IJavaClassMethod method)
static IRMethod
IRMethodFactory. createIRMethod(Class cls, String name, Class... paramTypes)
static IRMethod
IRMethodFactory. createIRMethod(Method method)
IRMethod
IRProperty. getGetterMethod()
IRMethod
IRPropertyFromCapturedSymbol. getGetterMethod()
IRMethod
IRPropertyFromDynamicPropertySymbol. getGetterMethod()
IRMethod
IRPropertyFromDynamicSymbol. getGetterMethod()
IRMethod
IRPropertyFromPropertyInfo. getGetterMethod()
IRMethod
IRPropertyFromReducedDynamicPropertySymbol. getGetterMethod()
IRMethod
IRProperty. getSetterMethod()
IRMethod
IRPropertyFromCapturedSymbol. getSetterMethod()
IRMethod
IRPropertyFromDynamicPropertySymbol. getSetterMethod()
IRMethod
IRPropertyFromDynamicSymbol. getSetterMethod()
IRMethod
IRPropertyFromPropertyInfo. getSetterMethod()
IRMethod
IRPropertyFromReducedDynamicPropertySymbol. getSetterMethod()
-
Uses of IRMethod in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IRMethod Modifier and Type Method Description IRExpression
AbstractElementTransformer. callMethod(IRMethod method, IRExpression root, List<IRExpression> explicitArgs)
IRExpression
AbstractElementTransformer. callMethod(IRMethod method, IRExpression root, List<IRExpression> explicitArgs, int[] namedArgOrder)
IRExpression
AbstractElementTransformer. callMethod(IRMethod method, IRExpression root, List<IRExpression> explicitArgs, int[] namedArgOrder, boolean special)
IRExpression
AbstractElementTransformer. callSpecialMethod(IRType rootType, IRMethod method, IRExpression root, List<IRExpression> explicitArgs)
IRExpression
AbstractElementTransformer. callSpecialMethod(IRType rootType, IRMethod method, IRExpression root, List<IRExpression> explicitArgs, int[] namedArgOrder)
IRExpression
AbstractElementTransformer. callSpecialMethod(IRType rootType, IRMethod method, IRExpression root, List<IRExpression> implicitArgs, List<IRExpression> explicitArgs, int[] namedArgOrder)
-
Uses of IRMethod in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IRMethod Modifier and Type Method Description protected void
AbstractExpressionTransformer. pushArgumentsNoCasting(IRMethod irMethod, IExpression[] args, List<IRExpression> irArgs)
protected void
AbstractExpressionTransformer. pushArgumentsWithCasting(IRMethod irMethod, IExpression[] args, List<IRExpression> irArgs)
-