Module class_file::ops

source ·

Constants

The tag value of CONSTANT_Class_info JVMS structures.
The tag value of CONSTANT_Double_info JVMS structures.
The tag value of CONSTANT_Dynamic_info JVMS structures.
The tag value of CONSTANT_Fieldref_info JVMS structures.
The tag value of CONSTANT_Float_info JVMS structures.
The tag value of CONSTANT_Integer_info JVMS structures.
The tag value of CONSTANT_InterfaceMethodref_info JVMS structures.
The tag value of CONSTANT_InvokeDynamic_info JVMS structures.
The tag value of CONSTANT_Long_info JVMS structures.
The tag value of CONSTANT_Methodref_info JVMS structures.
The tag value of CONSTANT_MethodHandle_info JVMS structures.
The tag value of CONSTANT_MethodType_info JVMS structures.
The tag value of CONSTANT_Module_info JVMS structures.
The tag value of CONSTANT_NameAndType_info JVMS structures.
The tag value of CONSTANT_Package_info JVMS structures.
The tag value of CONSTANT_String_info JVMS structures.
The tag value of CONSTANT_Utf8_info JVMS structures.
A compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
A compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
A compressed frame with complete frame data.
An expanded frame. See {@link ClassReader#EXPAND_FRAMES}.
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
A compressed frame with exactly the same locals as the previous frame and with a single value on the stack.