Uses of Class
gw.internal.gosu.parser.statements.MethodCallStatement
-
Packages that use MethodCallStatement Package Description gw.internal.gosu.ir.transform.statement gw.internal.gosu.parser -
-
Uses of MethodCallStatement in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type MethodCallStatement Modifier and Type Method Description static IRStatementMethodCallStatementTransformer. compile(TopLevelTransformationContext cc, MethodCallStatement stmt)Constructors in gw.internal.gosu.ir.transform.statement with parameters of type MethodCallStatement Constructor Description MethodCallStatementTransformer(TopLevelTransformationContext cc, MethodCallStatement stmt) -
Uses of MethodCallStatement in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as MethodCallStatement Modifier and Type Field Description private MethodCallStatementDynamicFunctionSymbol. _initializerMethods in gw.internal.gosu.parser that return MethodCallStatement Modifier and Type Method Description MethodCallStatementDynamicFunctionSymbol. getInitializer()MethodCallStatementParameterizedDynamicFunctionSymbol. getInitializer()MethodCallStatementThisConstructorFunctionSymbol. getInitializer()Methods in gw.internal.gosu.parser with parameters of type MethodCallStatement Modifier and Type Method Description voidDynamicFunctionSymbol. setInitializer(MethodCallStatement initializer)
-