com.jeffpalm.basic.bytecode
Interface ICode_attribute_info

All Superinterfaces:
Iattribute_info, IInfo
All Known Implementing Classes:
Code_attribute_info

public interface ICode_attribute_info
extends Iattribute_info


Method Summary
 Iu2 attributes_count()
           
 Iattribute_info[] attributes()
           
 Iu4 code_length()
           
 Iu2 exception_table_length()
           
 Iexception_table_info[] exception_table()
           
 Iu2 max_locals()
           
 Iu2 max_stack()
           
 
Methods inherited from interface com.jeffpalm.basic.bytecode.Iattribute_info
attribute_length, attribute_name_index
 

Method Detail

max_stack

Iu2 max_stack()

max_locals

Iu2 max_locals()

code_length

Iu4 code_length()

exception_table_length

Iu2 exception_table_length()

exception_table

Iexception_table_info[] exception_table()

attributes_count

Iu2 attributes_count()

attributes

Iattribute_info[] attributes()