Uses of Class
com.jeffpalm.ajp.impl.u2

Packages that use u2
com.jeffpalm.ajp.impl   
 

Uses of u2 in com.jeffpalm.ajp.impl
 

Fields in com.jeffpalm.ajp.impl declared as u2
 u2 field_or_method_info.access_flags
           
 u2 ClassFileStruct.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 ClassFileStruct.attributes_count
           
 u2 exception_table_info.catch_type
           
 u2 CONSTANT_ref_info.class_index
           
 u2 ClassFileStruct.constant_pool_count
           
 u2 field_or_method_info.descriptor_index
           
 u2 CONSTANT_NameAndType_info.descriptor_index
           
 u2 exception_table_info.end_pc
           
 u2 Code_attribute_info.exception_table_length
           
 u2 ClassFileStruct.fields_count
           
 u2 exception_table_info.handler_pc
           
 u2[] ClassFileStruct.interfaces
           
 u2 ClassFileStruct.interfaces_count
           
 u2 ClassFileStruct.major_version
           
 u2 Code_attribute_info.max_locals
           
 u2 Code_attribute_info.max_stack
           
 u2 ClassFileStruct.methods_count
           
 u2 ClassFileStruct.minor_version
           
 u2 CONSTANT_ref_info.name_and_type_index
           
 u2 field_or_method_info.name_index
           
 u2 CONSTANT_NameAndType_info.name_index
           
 u2 exception_table_info.start_pc
           
 u2 CONSTANT_String_info.string_index
           
 u2 ClassFileStruct.super_class
           
 u2 ClassFileStruct.this_class
           
 

Methods in com.jeffpalm.ajp.impl that return u2
 u2 ClassFileStruct.interfaces(int i)
           
 

Methods in com.jeffpalm.ajp.impl with parameters of type u2
protected  java.lang.String Info.str(ClassFile cf, u2 index)
           
protected  java.lang.String Info.utf8String(ClassFile cf, u2 index)
           
 

Constructors in com.jeffpalm.ajp.impl 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_Class_info(u2 name_index)
           
CONSTANT_Fieldref_info(u2 class_index, u2 name_and_type_index)
           
CONSTANT_InterfaceMethodref_info(u2 class_index, u2 name_and_type_index)
           
CONSTANT_Methodref_info(u2 class_index, u2 name_and_type_index)
           
CONSTANT_NameAndType_info(u2 name_index, u2 descriptor_index)
           
CONSTANT_ref_info(u2 class_index, u2 name_and_type_index)
           
CONSTANT_String_info(u2 string_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)