Uses of Class
gw.internal.gosu.parser.statements.SyntheticFunctionStatement
-
Packages that use SyntheticFunctionStatement Package Description gw.internal.gosu.ir.transform.statement -
-
Uses of SyntheticFunctionStatement in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type SyntheticFunctionStatement Modifier and Type Method Description static IRStatementSyntheticFunctionStatementTransformer. compile(DynamicFunctionSymbol dfs, TopLevelTransformationContext cc, SyntheticFunctionStatement stmt)Constructors in gw.internal.gosu.ir.transform.statement with parameters of type SyntheticFunctionStatement Constructor Description SyntheticFunctionStatementTransformer(DynamicFunctionSymbol dfs, TopLevelTransformationContext cc, SyntheticFunctionStatement stmt)
-