Uses of Interface
gw.lang.parser.expressions.IIdentifierExpression
-
-
Uses of IIdentifierExpression in editor.search
Constructors in editor.search with parameters of type IIdentifierExpression Constructor Description LocalVarFeatureInfo(IIdentifierExpression id)
-
Uses of IIdentifierExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IIdentifierExpression Modifier and Type Method Description static IRExpression
IdentifierTransformer. compile(TopLevelTransformationContext cc, IIdentifierExpression expr)
-
Uses of IIdentifierExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IIdentifierExpression Modifier and Type Method Description IIdentifierExpression
GosuIndustrialParkImpl. createIdentifierExpression()
-
Uses of IIdentifierExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IIdentifierExpression Modifier and Type Class Description class
Identifier
Gosu identifier expression.class
PropertyAccessIdentifier
class
PropertyAsMethodCallIdentifier
For backward compatibility when we exposed both properties and methods on java getters. -
Uses of IIdentifierExpression in gw.lang
Methods in gw.lang that return IIdentifierExpression Modifier and Type Method Description static IIdentifierExpression
GosuShop. createIdentifierExpression()
IIdentifierExpression
IGosuShop. createIdentifierExpression()
-
Uses of IIdentifierExpression in gw.lang.parser.expressions
Subinterfaces of IIdentifierExpression in gw.lang.parser.expressions Modifier and Type Interface Description interface
IPropertyAccessIdentifier
Methods in gw.lang.parser.expressions that return IIdentifierExpression Modifier and Type Method Description IIdentifierExpression
IPropertyAccessIdentifier. getWrappedIdentifier()
-
Uses of IIdentifierExpression in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return IIdentifierExpression Modifier and Type Method Description IIdentifierExpression
IAssignmentStatement. getIdentifier()
-