public class DoubleLiteralNode extends ValueLiteralNode
-9. 3.14159D
tree| Constructor and Description | 
|---|
| DoubleLiteralNode(LiteralTree t)Create a new DoubleLiteralNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,P> R | accept(NodeVisitor<R,P> visitor,
      P p)Accept method of the visitor pattern. | 
| boolean | equals(@Nullable Object obj) | 
| Collection<Node> | getOperands() | 
| Double | getValue()Returns the value of the literal, null for the null literal. | 
getTree, hashCode, toStringgetBlock, getInSource, getTransitiveOperands, getType, getUid, isLValue, nodeCollectionToString, setBlock, setInSource, setLValue, toStringDebugpublic DoubleLiteralNode(LiteralTree t)
t - the tree for the literal valuepublic Double getValue()
ValueLiteralNodegetValue in class ValueLiteralNodepublic <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Nodepublic boolean equals(@Nullable Object obj)
equals in class ValueLiteralNodepublic Collection<Node> getOperands()
NodegetOperands in class ValueLiteralNodeNodes of this Node