Uses of Class
org.htmlunit.corejs.classfile.ConstantPool
Packages that use ConstantPool
-
Uses of ConstantPool in org.htmlunit.corejs.classfile
Fields in org.htmlunit.corejs.classfile declared as ConstantPoolMethods in org.htmlunit.corejs.classfile with parameters of type ConstantPoolModifier and TypeMethodDescription(package private) static final int
TypeInfo.fromType
(String type, ConstantPool pool) Create type information from an internal type.(package private) static final String
TypeInfo.getPayloadAsType
(int typeInfo, ConstantPool pool) Treat the result of getPayload as a constant pool index and fetch the corresponding String mapped to it.(package private) boolean
SuperBlock.merge
(int[] locals, int localsTop, int[] stack, int stackTop, ConstantPool pool) (package private) static int
TypeInfo.merge
(int current, int incoming, ConstantPool pool) Merge two verification types.private static boolean
SuperBlock.mergeState
(int[] current, int[] incoming, int size, ConstantPool pool) Merge an operand stack or local variable array with incoming state.(package private) static final int
TypeInfo.OBJECT
(String type, ConstantPool pool) (package private) static void
TypeInfo.print
(int[] locals, int[] stack, ConstantPool pool) (package private) static void
TypeInfo.print
(int[] locals, int localsTop, int[] stack, int stackTop, ConstantPool pool) private static String
TypeInfo.toString
(int[] types, int typesTop, ConstantPool pool) (package private) static String
TypeInfo.toString
(int type, ConstantPool pool)