Package org.objectweb.asm.test
Interface ClassFile.ClassContext
-
- All Known Implementing Classes:
ClassFile.AbstractBuilder
,ClassFile.Builder
,ClassFile.SortedBuilder
- Enclosing class:
- ClassFile
private static interface ClassFile.ClassContext
A context to lookup constant pool items from their index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <C extends ClassFile.CpInfo>
CgetCpInfo(int cpIndex, java.lang.Class<C> cpInfoType)
-
-
-
Method Detail
-
getCpInfo
<C extends ClassFile.CpInfo> C getCpInfo(int cpIndex, java.lang.Class<C> cpInfoType)
-
-