public interface IUnaryOperatorNode extends IOperatorNode
The typical shape of this node is:
IUnaryOperatorNode IExpressionNode <-- getOperandNode()For example,
-a is represented as
IUnaryOperatorNode "-" IIdentifierNode "a"
IOperatorNode.ExpressionType, IOperatorNode.OperatorTypeUNKNOWN| Modifier and Type | Method and Description |
|---|---|
IExpressionNode |
getOperandNode()
Get expression acted on by the unary operator
|
getExpressionType, getOperator, getOperatorAbsoluteEnd, getOperatorAbsoluteStart, getOperatorEnd, getOperatorStartcopyForInitializer, hasParenthesis, isDynamicExpression, resolve, resolveTypecontains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminalgetAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStartIExpressionNode getOperandNode()
IExpressionNodeCopyright © 2016 The Apache Software Foundation. All rights reserved.