Package com.tonic.parser
The class file model: a pool of loaded classes, one parsed class, its constant pool and its members.
-
Class Summary Class Description AbstractParser An abstract parser for reading various data types from a byte array.ClassFile Represents a Java class file with full parsing and manipulation capabilities.ClassPool A pool of parsed ClassFile objects, stored and retrieved by internal name.ConstPool Represents the Constant Pool of a Java class file.FieldEntry A field entry of a class file, parsed from bytes or built for dynamic creation.MemberEntry Abstract base for field and method entries, holding the shared name/descriptor/access state.MethodEntry A method entry of a class file, parsed from bytes or built for dynamic creation.