Uses of Class
gw.internal.gosu.parser.statements.FunctionStatement
-
Packages that use FunctionStatement Package Description gw.internal.gosu.parser gw.internal.gosu.parser.statements -
-
Uses of FunctionStatement in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return FunctionStatement Modifier and Type Method Description FunctionStatement
DynamicFunctionSymbol. getDeclFunctionStmt()
Methods in gw.internal.gosu.parser with parameters of type FunctionStatement Modifier and Type Method Description void
DynamicFunctionSymbol. setDeclFunctionStmt(FunctionStatement declFunctionStmt)
-
Uses of FunctionStatement in gw.internal.gosu.parser.statements
Subclasses of FunctionStatement in gw.internal.gosu.parser.statements Modifier and Type Class Description class
ConstructorStatement
Methods in gw.internal.gosu.parser.statements that return FunctionStatement Modifier and Type Method Description FunctionStatement
PropertyStatement. getPropertyGetterOrSetter()
Constructors in gw.internal.gosu.parser.statements with parameters of type FunctionStatement Constructor Description PropertyStatement(FunctionStatement propertyGetterOrSetter, DynamicPropertySymbol dps)
-