Package com.sun.ts.lib.util.sec.reflect
Class ConstantPool
java.lang.Object
com.sun.ts.lib.util.sec.reflect.ConstantPool
Provides reflective access to the constant pools of classes. Currently this is needed to provide reflective access to
 annotations but may be used by other internal subsystems in the future.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetClassAt(int index) getClassAtIfLoaded(int index) doublegetDoubleAt(int index) getFieldAt(int index) getFieldAtIfLoaded(int index) floatgetFloatAt(int index) intgetIntAt(int index) longgetLongAt(int index) String[]getMemberRefInfoAt(int index) getMethodAt(int index) getMethodAtIfLoaded(int index) intgetSize()getStringAt(int index) getUTF8At(int index) 
- 
Constructor Details- 
ConstantPoolpublic ConstantPool()
 
- 
- 
Method Details- 
getSizepublic int getSize()
- 
getClassAt
- 
getClassAtIfLoaded
- 
getMethodAt
- 
getMethodAtIfLoaded
- 
getFieldAt
- 
getFieldAtIfLoaded
- 
getMemberRefInfoAt
- 
getIntAtpublic int getIntAt(int index) 
- 
getLongAtpublic long getLongAt(int index) 
- 
getFloatAtpublic float getFloatAt(int index) 
- 
getDoubleAtpublic double getDoubleAt(int index) 
- 
getStringAt
- 
getUTF8At
 
-