private static final class ConstantResolver.UnknownConstant extends java.lang.Object implements Constant
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private long |
value |
Constructor and Description |
---|
UnknownConstant(long value,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private void |
checkFake() |
boolean |
defined() |
int |
intValue() |
long |
longValue() |
java.lang.String |
name() |
java.lang.String |
toString() |
int |
value() |