Interface IMapAccessExpression

All Superinterfaces:
IExpression, IHasType, IParsedElement
All Known Implementing Classes:
MapAccess, SuperAccess

public interface IMapAccessExpression extends IExpression
  • Method Details

    • getRootExpression

      IExpression getRootExpression()
    • getKeyExpression

      IExpression getKeyExpression()
    • getComponentType

      IType getComponentType()
    • getKeyType

      IType getKeyType()