Package net.sf.rej.java

Contains core bytecode parsing and construction related classes.

See:
          Description

Class Summary
AccessFlags Models the access flags of a class, method or field.
ClassFactory  
ClassFile ClassFile objects represent .class files.
ClassVersion  
Code Code class models a block of code.
Descriptor  
Descriptor.DescriptorParser  
Disassembler  
ExceptionInfo ExceptionInfo
Exceptions  
Field  
FieldFactory FieldFactory
InstructionCopier  
InstructionSet Class that handles the relationship between Instruction subclasses and instruction opcodes.
Interface  
JavaType The JavaType class represents a java type that is either primitive (int, long, char, double, etc) or a class/interface type.
JavaType.ImmutableJavaType  
Keywords Utility class to centralize testing of keywords.
LocalVariable Local variable.
Method A method of a class.
MethodFactory A factory for creating Method objects.
 

Enum Summary
ClassFile.OffsetTag  
Field.OffsetTag  
Method.OffsetTag  
 

Exception Summary
ClassParsingException  
 

Package net.sf.rej.java Description

Contains core bytecode parsing and construction related classes. Classes that model a Class file, it's fields, methods and so on. This is the core of the reJ library.