Module rust_jvm::model::class_file
[−]
[src]
The ClassFile
structure of
§4.1.
Reexports
pub use self::access_flags::class_access_flags; |
pub use self::access_flags::field_access_flags; |
pub use self::access_flags::method_access_flags; |
pub use self::attribute::AttributeInfo; |
pub use self::constant_pool::ConstantPoolInfo; |
pub use self::constant_pool::ConstantPool; |
Modules
access_flags |
Access flags for various structures in §4.1. |
attribute | |
constant_pool |
Contains structures to describe the constant pool §4.4. |
Structs
ClassFile | |
FieldInfo | |
MethodInfo |
Type Definitions
constant_pool_index |
Represents an index into the constant pool. |
u1 |
Represents an unsigned one-byte quantity. |
u2 |
Represents an unsigned two-byte quantity. |
u4 |
Represents an unsigned four-byte quantity. |