Re-exports§
pub use attribute::Attribute;
pub use constant_pool::Constant;
pub use constant_pool::ConstantTag;
pub use constant_pool::ReferenceKind;
pub use opcode::Opcode;
Modules§
- access_
flags - All the different access flags represented as type-safe bitflags
- attribute
- constant_
pool - Types representing constant pool elements
- error
- opcode
Structs§
- Class
Parser - The class parser. Used to construct instances of
RawClass
- Field
- Describes a field
See https://docs.oracle.com/javase/specs/jvms/se14/html/jvms-4.html#jvms-4.5 for more information - Method
- Describes a method
See https://docs.oracle.com/javase/specs/jvms/se14/html/jvms-4.html#jvms-4.6 for more information - RawClass
- A class file