public interface JavaInstance
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | JavaInstance.MethodHandleRepresents a  java.lang.invoke.MethodHandleobject. | 
| static class  | JavaInstance.MethodTypeRepresents a  java.lang.invoke.MethodTypeobject. | 
| 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 | getInstanceType()Returns a description of the type of the represented instance or at least a stub. | 
Object asConstantPoolValue()
StackManipulation asStackManipulation()
TypeDescription getInstanceType()
Copyright © 2014–2016. All rights reserved.