Module rust_jvm::model::class_file::attribute [] [src]

Reexports

pub use self::stack_map_frame::StackMapFrame;

Modules

annotation
stack_map_frame

Structs

BootstrapMethod
ExceptionTableEntry

Each ExceptionTableEntry describes one exception handler in the code array. The order of the handlers in an exception_table array is significant (§2.10).

InnerClass
LineNumberInfo
LocalVariableInfo
LocalVariableTypeInfo
MethodParameter

Enums

AttributeInfo

Attributes are used in the ClassFile, FieldInfo, MethodInfo, and AttributeInfo::Code structures of the class file format (§4.1, §4.5, §4.6, §4.7.3).