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

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

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

Fields in com.jeffpalm.basic.bytecode.base declared as u4
 u4 Code_attribute_info.attribute_length
           
 u4 attribute_info.attribute_length
           
 u4 Code_attribute_info.code_length
           
 

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

Constructors in com.jeffpalm.basic.bytecode.base with parameters of type u4
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)