Uses of Class
gw.internal.gosu.parser.Symbol
Packages that use Symbol
Package
Description
-
Uses of Symbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type SymbolModifier and TypeMethodDescriptionintAbstractElementTransformer.getModifiers(Symbol symbol) protected IRAssignmentStatementAbstractElementTransformer.initLocalVar(Symbol varSym, IRExpression initialValue) protected IRAssignmentStatementAbstractElementTransformer.initLocalVarWithDefault(Symbol varSym) protected IRSymbolAbstractElementTransformer.makeIRSymbol(Symbol varSym) -
Uses of Symbol in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type SymbolModifier and TypeMethodDescriptionstatic IRForEachStatementForEachStatementTransformer.makeLoop(TopLevelTransformationContext cc, IRExpression rootExpression, IType type, Symbol identifier, Symbol indexSymbol) Helper for creating iterative loops. -
Uses of Symbol in gw.internal.gosu.parser
Subclasses of Symbol in gw.internal.gosu.parserModifier and TypeClassDescriptionclassclassclassA symbol that has been captured from an outer lexical scopestatic classclassclassRepresents a parsed function as specified in the Gosu spec.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassDeprecated.classstatic classclassclassclassclassclassclassclassMethods in gw.internal.gosu.parser that return SymbolModifier and TypeMethodDescriptionEnhancementDynamicFunctionSymbol.getReceiver()GosuClass.getStaticThisSymbol()GosuClassParseInfo.getStaticThisSymbol()IGosuClassInternal.getStaticThisSymbol()Constructors in gw.internal.gosu.parser with parameters of type Symbol -
Uses of Symbol in gw.internal.gosu.parser.java.classinfo
Subclasses of Symbol in gw.internal.gosu.parser.java.classinfo -
Uses of Symbol in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as SymbolModifier and TypeFieldDescriptionprotected SymbolForEachStatement._identifierprotected SymbolForEachStatement._indexIdentifierMethods in gw.internal.gosu.parser.statements that return SymbolModifier and TypeMethodDescriptionForEachStatement.getIdentifier()ForEachStatement.getIndexIdentifier()ForEachStatement.getIteratorIdentifier()CatchClause.getSymbol()Methods in gw.internal.gosu.parser.statements with parameters of type SymbolModifier and TypeMethodDescriptionvoidvoidForEachStatement.setIdentifier(Symbol identifier) voidForEachStatement.setIndexIdentifier(Symbol indexIdentifier) voidForEachStatement.setIteratorIdentifier(Symbol iterIdentifier) -
Uses of Symbol in gw.internal.gosu.template
Subclasses of Symbol in gw.internal.gosu.template