Uses of Class
gw.internal.gosu.parser.expressions.Identifier
-
Packages that use Identifier Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.parser.statements -
-
Uses of Identifier in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return Identifier Modifier and Type Method Description private Identifier[]GosuClassParseInfo. makeArgs(java.util.List<ISymbol> argSymbols, ISymbolTable symTable)Methods in gw.internal.gosu.parser with parameters of type Identifier Modifier and Type Method Description private voidGosuParser. parseIdentifier(Identifier e, java.lang.String[] T) -
Uses of Identifier in gw.internal.gosu.parser.expressions
Subclasses of Identifier in gw.internal.gosu.parser.expressions Modifier and Type Class Description classPropertyAccessIdentifierclassPropertyAsMethodCallIdentifierFor backward compatibility when we exposed both properties and methods on java getters.Fields in gw.internal.gosu.parser.expressions declared as Identifier Modifier and Type Field Description private IdentifierPropertyAccessIdentifier. _identifierprivate IdentifierSuperAccess. _rootExpressionMethods in gw.internal.gosu.parser.expressions that return Identifier Modifier and Type Method Description IdentifierSuperAccess. getRootExpression()IdentifierPropertyAccessIdentifier. getWrappedIdentifier()Methods in gw.internal.gosu.parser.expressions with parameters of type Identifier Modifier and Type Method Description voidSuperAccess. setRootExpression(Identifier rootExpression)Constructors in gw.internal.gosu.parser.expressions with parameters of type Identifier Constructor Description PropertyAccessIdentifier(Identifier identifier) -
Uses of Identifier in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as Identifier Modifier and Type Field Description protected IdentifierAssignmentStatement. _identifierMethods in gw.internal.gosu.parser.statements that return Identifier Modifier and Type Method Description IdentifierAssignmentStatement. getIdentifier()Methods in gw.internal.gosu.parser.statements with parameters of type Identifier Modifier and Type Method Description voidAssignmentStatement. setIdentifier(Identifier identifier)
-