public interface JavaInstance
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
JavaInstance.MethodHandle
Represents a  
java.lang.invoke.MethodHandle object. | 
static class  | 
JavaInstance.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 | 
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.