public interface JavaConstant
Modifier and Type | Interface and Description |
---|---|
static class |
JavaConstant.Dynamic
Represents a dynamically resolved constant pool entry of a class file.
|
static class |
JavaConstant.MethodHandle
Represents a
java.lang.invoke.MethodHandle object. |
static class |
JavaConstant.MethodType
Represents a
java.lang.invoke.MethodType object. |
static class |
JavaConstant.Simple
|
Modifier and Type | Method and Description |
---|---|
Object |
asConstantPoolValue()
Returns the represented instance as a constant pool value.
|
TypeDescription |
getTypeDescription()
Returns a description of the type of the represented instance or at least a stub.
|
Object asConstantPoolValue()
TypeDescription getTypeDescription()
Copyright © 2014–2021. All rights reserved.