public class IntegerLiteralNode extends ValueLiteralNode
42
tree
Constructor and Description |
---|
IntegerLiteralNode(com.sun.source.tree.LiteralTree t) |
Modifier and Type | Method and Description |
---|---|
<R,P> R |
accept(NodeVisitor<R,P> visitor,
P p)
Accept method of the visitor pattern
|
boolean |
equals(java.lang.Object obj)
Compare the value of this nodes.
|
java.util.Collection<Node> |
getOperands() |
java.lang.Integer |
getValue() |
getTree, hashCode, toString
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValue
public java.lang.Integer getValue()
getValue
in class ValueLiteralNode
public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node
public boolean equals(java.lang.Object obj)
ValueLiteralNode
equals
in class ValueLiteralNode
public java.util.Collection<Node> getOperands()
getOperands
in class ValueLiteralNode
Node
s of this Node
.