public interface JavaConstant
Modifier and Type | Interface and Description |
---|---|
static class |
JavaConstant.MethodHandle
Represents a
java.lang.invoke.MethodHandle object. |
static class |
JavaConstant.MethodType
Represents a
java.lang.invoke.MethodType object. |
Modifier and Type | Method and Description |
---|---|
Object |
asConstantPoolValue()
Returns the represented instance as a constant pool value.
|
StackManipulation |
asStackManipulation()
Returns the instance as loadable onto the operand stack.
|
TypeDescription |
getType()
Returns a description of the type of the represented instance or at least a stub.
|
Object asConstantPoolValue()
StackManipulation asStackManipulation()
TypeDescription getType()
Copyright © 2014–2018. All rights reserved.