org.norecess.citkit.tir.expressions
Interface ISequenceETIR

All Superinterfaces:
ExpressionTIR, HobbesTIR, java.lang.Iterable<ExpressionTIR>
All Known Implementing Classes:
SequenceETIR

public interface ISequenceETIR
extends ExpressionTIR, java.lang.Iterable<ExpressionTIR>


Method Summary
 ExpressionTIR getExpression(int index)
           
 java.util.List<? extends ExpressionTIR> getExpressions()
          Returns the list of expressions in the sequence.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getExpressions

java.util.List<? extends ExpressionTIR> getExpressions()
Returns the list of expressions in the sequence.

Returns:
the list of expressions in the sequence.

getExpression

ExpressionTIR getExpression(int index)