Uses of Class
com.jeffpalm.basic.bytecode.base.u2

Packages that use u2
com.jeffpalm.basic.bytecode.base   
 

Uses of u2 in com.jeffpalm.basic.bytecode.base
 

Fields in com.jeffpalm.basic.bytecode.base declared as u2
 u2 field_or_method_info.access_flags
           
 u2 Code_attribute_info.attribute_name_index
           
 u2 attribute_info.attribute_name_index
           
 u2 field_or_method_info.attributes_count
           
 u2 Code_attribute_info.attributes_count
           
 u2 exception_table_info.catch_type
           
 u2 field_or_method_info.descriptor_index
           
 u2 exception_table_info.end_pc
           
 u2 Code_attribute_info.exception_table_length
           
 u2 exception_table_info.handler_pc
           
 u2 CONSTANT_Utf8_info.length
           
 u2 Code_attribute_info.max_locals
           
 u2 Code_attribute_info.max_stack
           
 u2 field_or_method_info.name_index
           
 u2 exception_table_info.start_pc
           
 

Methods in com.jeffpalm.basic.bytecode.base that return u2
static u2 u2.newInstance(byte b0, byte b1)
           
static u2 u2.newInstance(int bytes)
           
 

Constructors in com.jeffpalm.basic.bytecode.base with parameters of type u2
attribute_info(u2 attribute_name_index, u4 attribute_length, java.util.List info)
           
Code_attribute_info(u2 attribute_name_index, u4 attribute_length, u2 max_stack, u2 max_locals, u4 code_length, java.util.List code, u2 exception_table_length, exception_table_info[] exception_table, u2 attributes_count, attribute_info[] attributes)
           
CONSTANT_InterfaceMethodref_info(u2 class_index, u2 name_and_type_index)
           
CONSTANT_Utf8_info(u2 length, u1[] bytes)
           
exception_table_info(u2 start_pc, u2 end_pc, u2 handler_pc, u2 catch_type)
           
field_info(u2 access_flags, u2 name_index, u2 descriptor_index, u2 attributes_count, attribute_info[] attributes)
           
field_or_method_info(u2 access_flags, u2 name_index, u2 descriptor_index, u2 attributes_count, attribute_info[] attributes)
           
method_info(u2 access_flags, u2 name_index, u2 descriptor_index, u2 attributes_count, attribute_info[] attributes)