public class IntegerValue extends java.lang.Object implements DataValue
Constructor and Description |
---|
IntegerValue(long value) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ValueVisitor visitor) |
IntegerValue |
copy() |
boolean |
equals(java.lang.Object o) |
DataType |
getType() |
long |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public long getValue()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(ValueVisitor visitor)
public IntegerValue copy()