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 intTypeInfo.fromType(String type, ConstantPool pool) Create type information from an internal type.(package private) static final StringTypeInfo.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) booleanSuperBlock.merge(int[] locals, int localsTop, int[] stack, int stackTop, ConstantPool pool) (package private) static intTypeInfo.merge(int current, int incoming, ConstantPool pool) Merge two verification types.private static booleanSuperBlock.mergeState(int[] current, int[] incoming, int size, ConstantPool pool) Merge an operand stack or local variable array with incoming state.(package private) static final intTypeInfo.OBJECT(String type, ConstantPool pool) (package private) static voidTypeInfo.print(int[] locals, int[] stack, ConstantPool pool) (package private) static voidTypeInfo.print(int[] locals, int localsTop, int[] stack, int stackTop, ConstantPool pool) private static StringTypeInfo.toString(int[] types, int typesTop, ConstantPool pool) (package private) static StringTypeInfo.toString(int type, ConstantPool pool)