Modifier and Type | Class and Description |
---|---|
public static class | JavaConstant.Dynamic
Represents a dynamically resolved constant pool entry of a class file. |
public static class | JavaConstant.MethodHandle
Represents a |
public static class | JavaConstant.MethodType
Represents a |
public abstract static class | JavaConstant.Simple<
The represented type. T>Represents a simple Java constant, either a primitive constant, a |
public static interface | JavaConstant.Visitor<
The type of the value that is returned by this visitor. T>A visitor to resolve a |
Modifier and Type | Method and Description |
---|---|
public < The type of the value that is returned by the visitor. T> T | Returns: The value that is returned by the supplied visitor.The visitor to dispatch. visitorApplies the supplied visitor to this constant type with its respective callback. |
public Object | Returns: This constant as a Javajava.lang.constant.ConstantDesc .Returns this constant as a Java |