Constructor and Description |
---|
Constant(int bits,
java.math.BigInteger value) |
Constant(int bits,
long value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
MirTy |
getType() |
java.math.BigInteger |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public Constant(int bits, long value)
public Constant(int bits, java.math.BigInteger value)
public java.math.BigInteger getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object