Uses of Package
net.sf.rej.java.instruction

Packages that use net.sf.rej.java.instruction
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.action Contains reJ GUI actions. 
net.sf.rej.gui.editor Contains reJ bytecode editor components. 
net.sf.rej.gui.editor.iteration Contains classes that iterate through the project, going through every class with the purpose of finding definitions, references and doing refactoring 
net.sf.rej.gui.editor.row Contains various container classes for different "types" of lines in the reJ bytecode editor. 
net.sf.rej.java Contains core bytecode parsing and construction related classes. 
net.sf.rej.java.attribute Provides classes that model the various class file attributes 
net.sf.rej.java.instruction Classes that model the java bytecode instructions. 
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.gui
DecompilationContext
          DecompilationContext is a context class used by instruction instances to obtain information about the context they appear in.
Instruction
          This class represents a java bytecode instruction.
Parameters
           
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.gui.action
Instruction
          This class represents a java bytecode instruction.
Parameters
           
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.gui.editor
Instruction
          This class represents a java bytecode instruction.
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.gui.editor.iteration
Instruction
          This class represents a java bytecode instruction.
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.gui.editor.row
DecompilationContext
          DecompilationContext is a context class used by instruction instances to obtain information about the context they appear in.
Instruction
          This class represents a java bytecode instruction.
Label
          The concept "label" does not exist in the java bytecode.
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.java
DecompilationContext
          DecompilationContext is a context class used by instruction instances to obtain information about the context they appear in.
Instruction
          This class represents a java bytecode instruction.
Label
          The concept "label" does not exist in the java bytecode.
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.java.attribute
Label
          The concept "label" does not exist in the java bytecode.
 

Classes in net.sf.rej.java.instruction used by net.sf.rej.java.instruction
DecompilationContext
          DecompilationContext is a context class used by instruction instances to obtain information about the context they appear in.
ExecutionContext
          ExecutionContext - For possible future considerations :)
Instruction
          This class represents a java bytecode instruction.
Label
          The concept "label" does not exist in the java bytecode.
Parameters
           
ParameterType
           
StackElement
          A class that models a stack elements / operands that is pushed onto or popped from the stack.
StackElementType
          An enumeration which identifies the type of a stack element.
Widenable
          Interface for instructions to signal that the Instruction in question can be "widened".