Uses of Class
org.openjdk.asmtools.jdis.ConstantPool.CPX2
Packages that use ConstantPool.CPX2
-
Uses of ConstantPool.CPX2 in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as ConstantPool.CPX2Modifier and TypeFieldDescriptionprivate final ConstantPool.CPX2BootstrapMethodData.BsmInfo.cpx2ConstThe field for thecpx2Constrecord component.Methods in org.openjdk.asmtools.jdis that return ConstantPool.CPX2Modifier and TypeMethodDescriptionBootstrapMethodData.BsmInfo.cpx2Const()Returns the value of thecpx2Constrecord component.ConstantPool.getCPX2(ConstantPool.TAG tag) Methods in org.openjdk.asmtools.jdis with parameters of type ConstantPool.CPX2Modifier and TypeMethodDescriptionConstantPool.getClassName(ConstantPool.CPX2 classConst) Safely gets a Java class name from a ConstantClass from a CPX2 constant pool object.Constructors in org.openjdk.asmtools.jdis with parameters of type ConstantPool.CPX2ModifierConstructorDescriptionprivateBsmInfo(String strBsm, ConstantPool.CPX2 cpx2Const) Creates an instance of aBsmInforecord class.