Uses of Class
gw.internal.gosu.parser.expressions.BeanMethodCallExpression
-
Packages that use BeanMethodCallExpression Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser.statements -
-
Uses of BeanMethodCallExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type BeanMethodCallExpression Modifier and Type Method Description static IRExpressionBeanMethodCallExpansionTransformer. compile(TopLevelTransformationContext cc, BeanMethodCallExpression expr)static IRExpressionBeanMethodCallExpressionTransformer. compile(TopLevelTransformationContext cc, BeanMethodCallExpression expr)Constructors in gw.internal.gosu.ir.transform.expression with parameters of type BeanMethodCallExpression Constructor Description BeanMethodCallExpressionTransformer(TopLevelTransformationContext cc, BeanMethodCallExpression expr) -
Uses of BeanMethodCallExpression in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as BeanMethodCallExpression Modifier and Type Field Description protected BeanMethodCallExpressionBeanMethodCallStatement. _methodCallMethods in gw.internal.gosu.parser.statements that return BeanMethodCallExpression Modifier and Type Method Description BeanMethodCallExpressionBeanMethodCallStatement. getBeanMethodCall()Methods in gw.internal.gosu.parser.statements with parameters of type BeanMethodCallExpression Modifier and Type Method Description voidBeanMethodCallStatement. setBeanMethodCall(BeanMethodCallExpression methodCall)
-