Uses of Class
gw.internal.gosu.parser.expressions.Identifier
-
Packages that use Identifier Package Description gw.internal.gosu.parser.expressions gw.internal.gosu.parser.statements -
-
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.Methods 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)
-