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 IRExpressionIdentifierTransformer. compile(TopLevelTransformationContext cc, IIdentifierExpression expr)Constructors in gw.internal.gosu.ir.transform.expression with parameters of type IIdentifierExpression Constructor Description IdentifierTransformer(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 IIdentifierExpressionGosuIndustrialParkImpl. 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 classIdentifierGosu identifier expression.classPropertyAccessIdentifierclassPropertyAsMethodCallIdentifierFor backward compatibility when we exposed both properties and methods on java getters. -
Uses of IIdentifierExpression in gw.internal.gosu.parser.statements
Constructors in gw.internal.gosu.parser.statements with parameters of type IIdentifierExpression Constructor Description AssignmentOrReference(IIdentifierExpression idExpr, java.util.List<AssignmentOrReference> assignments, VarInitializationVerifier.AssignedState localState) -
Uses of IIdentifierExpression in gw.lang
Methods in gw.lang that return IIdentifierExpression Modifier and Type Method Description static IIdentifierExpressionGosuShop. createIdentifierExpression()IIdentifierExpressionIGosuShop. createIdentifierExpression() -
Uses of IIdentifierExpression in gw.lang.parser.expressions
Subinterfaces of IIdentifierExpression in gw.lang.parser.expressions Modifier and Type Interface Description interfaceIPropertyAccessIdentifierMethods in gw.lang.parser.expressions that return IIdentifierExpression Modifier and Type Method Description IIdentifierExpressionIPropertyAccessIdentifier. getWrappedIdentifier() -
Uses of IIdentifierExpression in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return IIdentifierExpression Modifier and Type Method Description IIdentifierExpressionIAssignmentStatement. getIdentifier()
-