Uses of Class
gw.internal.gosu.parser.statements.FunctionStatement
Packages that use FunctionStatement
-
Uses of FunctionStatement in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as FunctionStatementMethods in gw.internal.gosu.parser that return FunctionStatementModifier and TypeMethodDescriptionDynamicFunctionSymbol.getDeclFunctionStmt()
private FunctionStatement
GosuClassParser.makeFunctionOrConstructorStatement
(IGosuClassInternal gsClass, String strMemberKeyword, boolean bConstructKeyword) private FunctionStatement
GosuClassParser.parseBaseConstructorDefinition
(boolean bConstructor, List<IGosuAnnotation> defnAnnotations, ClassScopeCache scopeCache) (package private) FunctionStatement
GosuParser.parseBaseFunctionDefinition
(FunctionStatement functionStmt, boolean bProperty, boolean bGetter, ModifierInfo modifiers) private FunctionStatement
GosuClassParser.parseExecutableProgramStatements
(IGosuProgramInternal gsClass) private FunctionStatement
GosuClassParser.parseProgramAsFunctionStatement
(IGosuClassInternal gsClass) (package private) FunctionStatement
GosuParser.parseProgramEntryPointBody()
Methods in gw.internal.gosu.parser with parameters of type FunctionStatementModifier and TypeMethodDescriptionprivate void
GosuClassParser.makeExprRootFunction
(IGosuProgramInternal gsClass, FunctionStatement callableStmt) private StatementList
GosuClassParser.makeReturnStatementWithExprRoot
(IGosuProgramInternal gsClass, FunctionStatement callableStmt) private boolean
GosuClassParser.overridesMethodWithDefaultParams
(FunctionStatement func, ITypeInfo typeInfo) (package private) FunctionStatement
GosuParser.parseBaseFunctionDefinition
(FunctionStatement functionStmt, boolean bProperty, boolean bGetter, ModifierInfo modifiers) private boolean
GosuParser.parseFunctionBody
(FunctionStatement functionStmt, FunctionType type) void
DynamicFunctionSymbol.setDeclFunctionStmt
(FunctionStatement declFunctionStmt) private boolean
GosuClassParser.verifyCallSiteCtorImpled
(FunctionStatement functionStmt, List<? extends IConstructorInfo> declaredConstructors) -
Uses of FunctionStatement in gw.internal.gosu.parser.statements
Subclasses of FunctionStatement in gw.internal.gosu.parser.statementsFields in gw.internal.gosu.parser.statements declared as FunctionStatementModifier and TypeFieldDescriptionprivate FunctionStatement
PropertyStatement._propertyGetterOrSetter
Methods in gw.internal.gosu.parser.statements that return FunctionStatementConstructors in gw.internal.gosu.parser.statements with parameters of type FunctionStatementModifierConstructorDescriptionPropertyStatement
(FunctionStatement propertyGetterOrSetter, DynamicPropertySymbol dps)