public class DIntConstant extends IntConstant
Modifier and Type | Field and Description |
---|---|
Type |
type |
value
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static DIntConstant |
v(int value,
Type type) |
add, and, apply, divide, equalEqual, equals, getType, greaterThan, greaterThanOrEqual, hashCode, lessThan, lessThanOrEqual, multiply, negate, notEqual, or, remainder, shiftLeft, shiftRight, subtract, unsignedShiftRight, v, xor
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
public Type type
public static DIntConstant v(int value, Type type)
public java.lang.String toString()
toString
in class IntConstant