public class SeqSub extends ADTPrefixConstruct
ProgramElement.TreeStructureSourceElement.Position| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
children, expressionParent, INFIX, POSTFIX, PREFIXcommentsfactorySTRUCTURAL_EQUALITY, STRUCTURAL_HASH_CODE| Modifier | Constructor and Description |
|---|---|
|
SeqSub(ADTPrefixConstruct seq,
RangeExpression range) |
|
SeqSub(Expression e1,
Expression e2,
Expression e3) |
protected |
SeqSub(SeqSub proto) |
| Modifier and Type | Method and Description |
|---|---|
SeqSub |
deepClone() |
int |
getArity() |
int |
getNotation() |
java.lang.String |
toSource() |
accept, getPrecedence, getReferenceSuffix, setReferenceSuffix, toStringgetArguments, getASTParent, getChildAt, getChildCount, getChildPositionCode, getExpressionAt, getExpressionContainer, getExpressionCount, getFirstElement, getLastElement, isLeftAssociative, isToBeParenthesized, makeParentRoleValid, precedes, replaceChild, setArguments, setExpressionContainergetIndexOfChild, getIndexOfChild, getRoleOfChild, makeAllParentRolesValid, validateAllgetComments, setComments, validategetEndPosition, getFactory, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTParent, getComments, setCommentsgetEndPosition, getFactory, getFirstElement, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPositionvalidategetIndexOfChild, getIndexOfChild, getRoleOfChild, makeAllParentRolesValid, validateAllprivate static final long serialVersionUID
public SeqSub(Expression e1, Expression e2, Expression e3)
public SeqSub(ADTPrefixConstruct seq, RangeExpression range)
protected SeqSub(SeqSub proto)
public SeqSub deepClone()
public int getNotation()
getNotation in class Operatorpublic java.lang.String toSource()
toSource in interface SourceElementtoSource in class JavaSourceElement