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 classIRMethodForConstructorSymbolclassIRMethodForDPSGetterclassIRMethodForDPSSetterclassIRMethodForPropertyGetterclassIRMethodForPropertySetterclassIRMethodForReducedDPSGetterclassIRMethodForReducedDPSSetterclassIRMethodFromConstructorInfoclassIRMethodFromJavaMethodInfoclassIRMethodFromMethodclassIRMethodFromMethodInfoclassSyntheticIRMethodMethods in gw.internal.gosu.ir.nodes that return IRMethod Modifier and Type Method Description static IRMethodIRMethodFactory. createConstructorIRMethod(IType gosuClass, DynamicFunctionSymbol dfs, int numberOfTypeParameters)static IRMethodIRMethodFactory. createConstructorIRMethod(IType owner, IRType[] parameterTypes)static IRMethodIRMethodFactory. createIRMethod(IConstructorInfo constructor)static IRMethodIRMethodFactory. createIRMethod(IType owner, String name, IRType returnType, List<IRType> parameterTypes, IRelativeTypeInfo.Accessibility accessibility, boolean bStatic)static IRMethodIRMethodFactory. createIRMethod(IType owner, String name, IType returnType, IType[] parameterTypes, IRelativeTypeInfo.Accessibility accessibility, boolean bStatic)static IRMethodIRMethodFactory. createIRMethod(IJavaClassInfo cls, String name, Class... paramTypes)static IRMethodIRMethodFactory. createIRMethod(IJavaClassMethod method)static IRMethodIRMethodFactory. createIRMethod(Class cls, String name, Class... paramTypes)static IRMethodIRMethodFactory. createIRMethod(Method method)IRMethodIRProperty. getGetterMethod()IRMethodIRPropertyFromCapturedSymbol. getGetterMethod()IRMethodIRPropertyFromDynamicPropertySymbol. getGetterMethod()IRMethodIRPropertyFromDynamicSymbol. getGetterMethod()IRMethodIRPropertyFromPropertyInfo. getGetterMethod()IRMethodIRPropertyFromReducedDynamicPropertySymbol. getGetterMethod()IRMethodIRProperty. getSetterMethod()IRMethodIRPropertyFromCapturedSymbol. getSetterMethod()IRMethodIRPropertyFromDynamicPropertySymbol. getSetterMethod()IRMethodIRPropertyFromDynamicSymbol. getSetterMethod()IRMethodIRPropertyFromPropertyInfo. getSetterMethod()IRMethodIRPropertyFromReducedDynamicPropertySymbol. 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 IRExpressionAbstractElementTransformer. callMethod(IRMethod method, IRExpression root, List<IRExpression> explicitArgs)IRExpressionAbstractElementTransformer. callMethod(IRMethod method, IRExpression root, List<IRExpression> explicitArgs, int[] namedArgOrder)IRExpressionAbstractElementTransformer. callMethod(IRMethod method, IRExpression root, List<IRExpression> explicitArgs, int[] namedArgOrder, boolean special)IRExpressionAbstractElementTransformer. callSpecialMethod(IRType rootType, IRMethod method, IRExpression root, List<IRExpression> explicitArgs)IRExpressionAbstractElementTransformer. callSpecialMethod(IRType rootType, IRMethod method, IRExpression root, List<IRExpression> explicitArgs, int[] namedArgOrder)IRExpressionAbstractElementTransformer. 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 voidAbstractExpressionTransformer. pushArgumentsNoCasting(IRMethod irMethod, IExpression[] args, List<IRExpression> irArgs)protected voidAbstractExpressionTransformer. pushArgumentsWithCasting(IRMethod irMethod, IExpression[] args, List<IRExpression> irArgs)
-