Interface TupleComponentReference

All Superinterfaces:
NTReferenceExpression, ReferenceExpression, SymbolicExpression, SymbolicObject
All Known Implementing Classes:
CommonTupleComponentReference

public interface TupleComponentReference extends NTReferenceExpression
A reference into a specified field of a tuple value. A tuple reference contains a reference to a "parent" tuple object and a concrete field index.
  • Method Details

    • getIndex

      IntObject getIndex()
      Returns the index of the referenced field (i.e., component).
      Returns:
      the field index