Method Summary |
|
public BigInteger | bigIntValue() Get this constant's value as a big integer. |
public double | doubleValue() Get this constant's value as a double. |
public Kind | getKind() Get this constant's kind. |
public Object | getValue() Get this constant's value. |
public boolean | isNull() Determine whether this constant represents a null value. |
public boolean | isNumber() Determine whether this constant's value can be treated as a
number. |
public boolean | isReference() Determine whether this constant's value is a reference. |
public boolean | isString() Determine whether this constant's value is a string. |
public boolean | isTrue() Determine whether this constant represents a boolean true value. |
public long | longValue() Get this constant's value as a long. |
public Reference | refValue() Get this constant's value as a reference. |
public String | stringValue() Get this constant's value as a string. |