Interface IIdentifierExpression

All Superinterfaces:
IExpression, IHasType, IParsedElement
All Known Subinterfaces:
IPropertyAccessIdentifier
All Known Implementing Classes:
Identifier, PropertyAccessIdentifier, PropertyAsMethodCallIdentifier

public interface IIdentifierExpression extends IExpression
  • Method Details

    • getSymbol

      ISymbol getSymbol()
    • setSymbol

      void setSymbol(ISymbol symbol, ISymbolTable symTable)
    • isLocalVariable

      boolean isLocalVariable()