Crate classfile_parser

Source
Expand description

A parser for Java Classfiles

Re-exports§

pub use parser::class_parser;
pub use types::*;

Modules§

attribute_info
code_attribute
constant_info
field_info
method_info
parser
types

Functions§

parse_class
Attempt to parse a class file given a path to a class file (without .class extension)
parse_class_from_reader
Attempt to parse a class file given a reader that implements the std::io::Read trait. The file_path parameter is only used in case of errors to provide reasonable error messages.