public class LiteralNode extends ExpressionNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLiteral()
Returns whether the
ExpressionNode is a literal. |
boolean |
isUnaryMinus(ExpressionNode parent)
Returns whether the given
ExpressionNode is a unary minus. |
from, from, getChild, getName, getValue, hasChildren, hasfirstChildNotOfType, isMathematicalOperation, isOfType, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean isUnaryMinus(ExpressionNode parent)
ExpressionNode is a unary minus.parent - public boolean isLiteral()
ExpressionNodeExpressionNode is a literal.isLiteral in class ExpressionNodeCopyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.