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 class
PropertyAccessIdentifier
class
PropertyAsMethodCallIdentifier
For 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 Identifier
SuperAccess. getRootExpression()
Identifier
PropertyAccessIdentifier. getWrappedIdentifier()
Methods in gw.internal.gosu.parser.expressions with parameters of type Identifier Modifier and Type Method Description void
SuperAccess. 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 Identifier
AssignmentStatement. _identifier
Methods in gw.internal.gosu.parser.statements that return Identifier Modifier and Type Method Description Identifier
AssignmentStatement. getIdentifier()
Methods in gw.internal.gosu.parser.statements with parameters of type Identifier Modifier and Type Method Description void
AssignmentStatement. setIdentifier(Identifier identifier)
-