Uses of Class
net.sf.rej.java.Code

Packages that use Code
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.row Contains various container classes for different "types" of lines in the reJ bytecode editor. 
net.sf.rej.gui.editor.transfer Provides transferring from reJ GUI to/from the system clipboard. 
net.sf.rej.java.attribute Provides classes that model the various class file attributes 
 

Uses of Code in net.sf.rej.gui
 

Methods in net.sf.rej.gui with parameters of type Code
 void EditorFacade.insertInstruction(Instruction inst, int pc, Code code)
           
 void EditorFacade.moveInstructionDown(Instruction instruction, Code code)
           
 void EditorFacade.moveInstructionUp(Instruction instruction, Code code)
           
 

Uses of Code in net.sf.rej.gui.action
 

Methods in net.sf.rej.gui.action that return Code
 Code InsertMethodAction.getCode()
           
 

Constructors in net.sf.rej.gui.action with parameters of type Code
InsertCodeAction(ClassFile cf, Code targetCode, int pos, Code newCode)
           
InsertCodeToNewMethodAction(ClassFile cf, InsertMethodAction insertMethodAction, Code code)
           
InsertInstructionAction(Instruction instruction, int pc, Code code)
           
MoveInstructionDownAction(Instruction instruction, Code code)
           
MoveInstructionUpAction(Instruction instruction, Code code)
           
RemoveInstructionAction(Code code, Instruction instruction)
           
 

Uses of Code in net.sf.rej.gui.editor.row
 

Methods in net.sf.rej.gui.editor.row that return Code
 Code LabelRow.getParentCode()
           
 Code CodeRow.getParentCode()
           
 

Methods in net.sf.rej.gui.editor.row with parameters of type Code
 void LabelRow.setParentCode(Code code)
           
 void CodeRow.setParentCode(Code code)
           
 

Uses of Code in net.sf.rej.gui.editor.transfer
 

Methods in net.sf.rej.gui.editor.transfer that return Code
 Code TransferrableMethod.getCode()
           
 

Methods in net.sf.rej.gui.editor.transfer with parameters of type Code
 void TransferrableMethod.setCode(Code code)
           
 

Uses of Code in net.sf.rej.java.attribute
 

Methods in net.sf.rej.java.attribute that return Code
 Code CodeAttribute.getCode()
           
 

Methods in net.sf.rej.java.attribute with parameters of type Code
 void LineNumberTableAttribute.setCode(Code code)
          Sets the relevant code block for determining changes in the linenumber table.
 void CodeAttribute.setCode(Code code)