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 classClassFile.ConstantClassInfoA CONSTANT_Class_info item.private static classClassFile.ConstantDoubleInfoA CONSTANT_Double_info item.private static classClassFile.ConstantDynamicInfoA CONSTANT_Dynamic_info item.private static classClassFile.ConstantFieldRefInfoA CONSTANT_Fieldref_info item.private static classClassFile.ConstantFloatInfoA CONSTANT_Float_info item.private static classClassFile.ConstantIntegerInfoA CONSTANT_Integer_info item.private static classClassFile.ConstantInterfaceMethodRefInfoA CONSTANT_InterfaceMethodref_info item.private static classClassFile.ConstantInvokeDynamicInfoA CONSTANT_InvokeDynamic_info item.private static classClassFile.ConstantLongInfoA CONSTANT_Long_info item.private static classClassFile.ConstantMethodHandleInfoA CONSTANT_MethodHandle_info item.private static classClassFile.ConstantMethodRefInfoA CONSTANT_Methodref_info item.private static classClassFile.ConstantMethodTypeInfoA CONSTANT_MethodType_info item.private static classClassFile.ConstantModuleInfoA CONSTANT_Module_info item.private static classClassFile.ConstantNameAndTypeInfoA CONSTANT_NameAndType_info item.private static classClassFile.ConstantPackageInfoA CONSTANT_Package_info item.private static classClassFile.ConstantStringInfoA CONSTANT_String_info item.private static classClassFile.ConstantUtf8InfoA 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.CpInfoClassFile.AbstractBuilder. getCpInfo(int cpIndex)Lookup constant pool items from their index.private static ClassFile.CpInfoClassFile. 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) voidClassFile.AbstractBuilder. putCpInfo(int cpIndex, ClassFile.CpInfo cpInfo)Registers the CpInfo for the given constant pool index.
-