public class SetMinus 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 |
|---|---|
|
SetMinus(Expression lhs,
Expression rhs) |
protected |
SetMinus(SetMinus proto) |
| Modifier and Type | Method and Description |
|---|---|
SetMinus |
deepClone() |
int |
getArity() |
int |
getNotation() |
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, setStartPosition, toSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTParent, getComments, setCommentsgetEndPosition, getFactory, getFirstElement, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPosition, toSourcevalidategetIndexOfChild, getIndexOfChild, getRoleOfChild, makeAllParentRolesValid, validateAllprivate static final long serialVersionUID
public SetMinus(Expression lhs, Expression rhs)
protected SetMinus(SetMinus proto)
public SetMinus deepClone()
public int getNotation()
getNotation in class Operator