public class LongLiteralNode extends ValueLiteralNode
-3l 0x80808080L
tree| Constructor and Description | 
|---|
| LongLiteralNode(LiteralTree t)Create a new LongLiteralNode. | 
| 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)Compare the value of this nodes. | 
| Collection<Node> | getOperands() | 
| Long | getValue() | 
getTree, hashCode, toStringgetAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValuepublic LongLiteralNode(LiteralTree t)
t - the tree for the literal valuepublic Long getValue()
getValue in class ValueLiteralNodepublic <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Nodepublic boolean equals(@Nullable Object obj)
ValueLiteralNodeequals in class ValueLiteralNodepublic Collection<Node> getOperands()
getOperands in class ValueLiteralNodeNodes of this Node.