Uses of Interface
gw.lang.parser.expressions.IIdentifierExpression
-
Packages that use IIdentifierExpression Package Description gw.lang gw.lang.parser.expressions gw.lang.parser.statements -
-
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()
-