public final class UnaryExpr extends Expression implements NodeWithExpression<UnaryExpr>
11++
++11
~1
-333| Modifier and Type | Class and Description |
|---|---|
static class |
UnaryExpr.Operator |
Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
UnaryExpr() |
UnaryExpr(Expression expression,
UnaryExpr.Operator operator) |
UnaryExpr(Range range,
Expression expression,
UnaryExpr.Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
UnaryExpr |
clone() |
Expression |
getExpression() |
UnaryExprMetaModel |
getMetaModel() |
UnaryExpr.Operator |
getOperator() |
boolean |
isPostfix() |
boolean |
isPrefix() |
boolean |
remove(Node node) |
UnaryExpr |
setExpression(Expression expression) |
UnaryExpr |
setOperator(UnaryExpr.Operator operator) |
addOrphanComment, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodeLists, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeOrphanComment, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitsetExpressiongetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfcontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic UnaryExpr()
public UnaryExpr(Expression expression, UnaryExpr.Operator operator)
public UnaryExpr(Range range, Expression expression, UnaryExpr.Operator operator)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic Expression getExpression()
getExpression in interface NodeWithExpression<UnaryExpr>public UnaryExpr.Operator getOperator()
public UnaryExpr setExpression(Expression expression)
setExpression in interface NodeWithExpression<UnaryExpr>public UnaryExpr setOperator(UnaryExpr.Operator operator)
public boolean remove(Node node)
remove in class Expressionpublic boolean isPostfix()
public boolean isPrefix()
public UnaryExpr clone()
clone in class Expressionpublic UnaryExprMetaModel getMetaModel()
getMetaModel in class ExpressionCopyright © 2007–2017. All rights reserved.