Uses of Class
gw.internal.gosu.parser.statements.MethodCallStatement
Packages that use MethodCallStatement
-
Uses of MethodCallStatement in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type MethodCallStatementModifier and TypeMethodDescriptionstatic IRStatement
MethodCallStatementTransformer.compile
(TopLevelTransformationContext cc, MethodCallStatement stmt) Constructors in gw.internal.gosu.ir.transform.statement with parameters of type MethodCallStatementModifierConstructorDescriptionprivate
-
Uses of MethodCallStatement in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as MethodCallStatementMethods in gw.internal.gosu.parser that return MethodCallStatementModifier and TypeMethodDescriptionDynamicFunctionSymbol.getInitializer()
ParameterizedDynamicFunctionSymbol.getInitializer()
ThisConstructorFunctionSymbol.getInitializer()
Methods in gw.internal.gosu.parser with parameters of type MethodCallStatementModifier and TypeMethodDescriptionvoid
DynamicFunctionSymbol.setInitializer
(MethodCallStatement initializer)