public class Sequence extends ListSizeSequence
fHeadOffset, fListSize
fEndOffset, fStartOffset, fStep
Constructor and Description |
---|
Sequence(IAST lst) |
Sequence(IInteger i) |
Modifier and Type | Method and Description |
---|---|
static Sequence[] |
createSequences(IAST ast,
int offset)
Factory method for creating a sequences from the arguments of an
IAST starting with the argument at position
offset . |
getEnd, getStart, setListSize
getIndices, getStep
public static Sequence[] createSequences(IAST ast, int offset)
IAST
starting with the argument at position
offset
.ast
- offset
- the position in ast
, where the first ISequence
specification starts.