Interface SymbolicTypeSequence

All Superinterfaces:
Iterable<SymbolicType>, SymbolicObject

public interface SymbolicTypeSequence extends Iterable<SymbolicType>, SymbolicObject
A finite, ordered sequence of SymbolicType.
  • Method Details

    • numTypes

      int numTypes()
      Returns the number of types in this sequence.
      Returns:
      the number of types
    • getType

      SymbolicType getType(int index)
      Returns the index-th type in this sequence.
      Parameters:
      index - an integer in range [0,n-1], where n is the number of types in this sequence
      Returns:
      the index-th type