public interface JavaConstant
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | JavaConstant.DynamicRepresents a dynamically resolved constant pool entry of a class file. | 
| static class  | JavaConstant.MethodHandleRepresents a  java.lang.invoke.MethodHandleobject. | 
| static class  | JavaConstant.MethodTypeRepresents a  java.lang.invoke.MethodTypeobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | asConstantPoolValue()Returns the represented instance as a constant pool value. | 
| TypeDescription | getType()Returns a description of the type of the represented instance or at least a stub. | 
Object asConstantPoolValue()
TypeDescription getType()
Copyright © 2014–2019. All rights reserved.