Uses of Class
gw.internal.gosu.parser.statements.DelegateStatement
Packages that use DelegateStatement
-
Uses of DelegateStatement in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as DelegateStatementMethods in gw.internal.gosu.parser that return DelegateStatementModifier and TypeMethodDescriptionDelegateFunctionSymbol.getDelegateStmt()private DelegateStatementGosuClassParser.parseDelegateDefn(IGosuClassInternal gsClass, ClassScopeCache scopeCache, ModifierInfo modifiers) Methods in gw.internal.gosu.parser with parameters of type DelegateStatementModifier and TypeMethodDescription(package private) voidGosuParser.parseDelegateStatement(DelegateStatement delegateStmt, String strIdentifier) Constructors in gw.internal.gosu.parser with parameters of type DelegateStatementModifierConstructorDescriptionDelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt)