Uses of Class
org.objectweb.asm.test.ClassFile.CpInfo
-
Packages that use ClassFile.CpInfo Package Description org.objectweb.asm.test -
-
Uses of ClassFile.CpInfo in org.objectweb.asm.test
Subclasses of ClassFile.CpInfo in org.objectweb.asm.test Modifier and Type Class Description private static class
ClassFile.ConstantClassInfo
A CONSTANT_Class_info item.private static class
ClassFile.ConstantDoubleInfo
A CONSTANT_Double_info item.private static class
ClassFile.ConstantDynamicInfo
A CONSTANT_Dynamic_info item.private static class
ClassFile.ConstantFieldRefInfo
A CONSTANT_Fieldref_info item.private static class
ClassFile.ConstantFloatInfo
A CONSTANT_Float_info item.private static class
ClassFile.ConstantIntegerInfo
A CONSTANT_Integer_info item.private static class
ClassFile.ConstantInterfaceMethodRefInfo
A CONSTANT_InterfaceMethodref_info item.private static class
ClassFile.ConstantInvokeDynamicInfo
A CONSTANT_InvokeDynamic_info item.private static class
ClassFile.ConstantLongInfo
A CONSTANT_Long_info item.private static class
ClassFile.ConstantMethodHandleInfo
A CONSTANT_MethodHandle_info item.private static class
ClassFile.ConstantMethodRefInfo
A CONSTANT_Methodref_info item.private static class
ClassFile.ConstantMethodTypeInfo
A CONSTANT_MethodType_info item.private static class
ClassFile.ConstantModuleInfo
A CONSTANT_Module_info item.private static class
ClassFile.ConstantNameAndTypeInfo
A CONSTANT_NameAndType_info item.private static class
ClassFile.ConstantPackageInfo
A CONSTANT_Package_info item.private static class
ClassFile.ConstantStringInfo
A CONSTANT_String_info item.private static class
ClassFile.ConstantUtf8Info
A CONSTANT_Utf8_info item.Methods in org.objectweb.asm.test with type parameters of type ClassFile.CpInfo Modifier and Type Method Description <C extends ClassFile.CpInfo>
CClassFile.AbstractBuilder. getCpInfo(int cpIndex, java.lang.Class<C> cpInfoType)
<C extends ClassFile.CpInfo>
CClassFile.ClassContext. getCpInfo(int cpIndex, java.lang.Class<C> cpInfoType)
(package private) <C extends ClassFile.CpInfo>
CClassFile.CpInfo. getCpInfo(int cpIndex, java.lang.Class<C> cpInfoType)
Returns the constant pool item with the given index.Methods in org.objectweb.asm.test that return ClassFile.CpInfo Modifier and Type Method Description (package private) ClassFile.CpInfo
ClassFile.AbstractBuilder. getCpInfo(int cpIndex)
Lookup constant pool items from their index.private static ClassFile.CpInfo
ClassFile. parseCpInfo(ClassFile.Parser parser, ClassFile.ClassContext classContext)
Parses a cp_info structure.Methods in org.objectweb.asm.test with parameters of type ClassFile.CpInfo Modifier and Type Method Description (package private) void
ClassFile.AbstractBuilder. putCpInfo(int cpIndex, ClassFile.CpInfo cpInfo)
Registers the CpInfo for the given constant pool index.
-