Uses of Class
gw.internal.gosu.parser.statements.DelegateStatement
-
Packages that use DelegateStatement Package Description gw.internal.gosu.parser -
-
Uses of DelegateStatement in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as DelegateStatement Modifier and Type Field Description private DelegateStatementDelegateFunctionSymbol. _delegateStmtMethods in gw.internal.gosu.parser that return DelegateStatement Modifier and Type Method Description DelegateStatementDelegateFunctionSymbol. getDelegateStmt()private DelegateStatementGosuClassParser. parseDelegateDefn(IGosuClassInternal gsClass, ClassScopeCache scopeCache, ModifierInfo modifiers)Methods in gw.internal.gosu.parser with parameters of type DelegateStatement Modifier and Type Method Description (package private) voidGosuParser. parseDelegateStatement(DelegateStatement delegateStmt, java.lang.String strIdentifier)Constructors in gw.internal.gosu.parser with parameters of type DelegateStatement Constructor Description DelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt)
-