A B C D E F G H I J K L M N O P Q R S T U V W _

I

IField - Interface in net.sf.rej.gui.debug.wrappers
 
ILocation - Interface in net.sf.rej.gui.debug.wrappers
 
IMethod - Interface in net.sf.rej.gui.debug.wrappers
 
ImmutableEmptyIterator<E> - Class in net.sf.rej.util
 
ImmutableEmptyIterator() - Constructor for class net.sf.rej.util.ImmutableEmptyIterator
 
ImmutableEmptyList<E> - Class in net.sf.rej.util
 
ImmutableEmptyList() - Constructor for class net.sf.rej.util.ImmutableEmptyList
 
ImmutableEmptyListIterator<E> - Class in net.sf.rej.util
 
ImmutableEmptyListIterator() - Constructor for class net.sf.rej.util.ImmutableEmptyListIterator
 
importData(JComponent, Transferable) - Method in class net.sf.rej.gui.editor.transfer.BytecodeEditorTransferHandler
 
ImportDefRow - Class in net.sf.rej.gui.editor.row
Import definition rows.
ImportDefRow(String) - Constructor for class net.sf.rej.gui.editor.row.ImportDefRow
 
Imports - Class in net.sf.rej
Handles creation of import statements (for improved readability) and the conversion between FQNs and short names of types, taking in consideration naming conflicts.
Imports(String) - Constructor for class net.sf.rej.Imports
Initializes this Imports object setting homePackage as the home of this object.
incrementPosition(Instruction) - Method in class net.sf.rej.java.instruction.DecompilationContext
Increments the pc position of this context by the size of the given instruction.
incrementPosition(int) - Method in class net.sf.rej.java.instruction.DecompilationContext
 
indexOf(ConstantPoolInfo) - Method in class net.sf.rej.java.constantpool.ConstantPool
 
indexOf(Object) - Method in class net.sf.rej.util.ImmutableEmptyList
 
indexOfClassRef(String) - Method in class net.sf.rej.java.constantpool.ConstantPool
 
indexOfFieldRef(String, String, String) - Method in class net.sf.rej.java.constantpool.ConstantPool
 
indexOfMethodRef(String, String, String) - Method in class net.sf.rej.java.constantpool.ConstantPool
 
indexOfNameAndTypeRef(String, String) - Method in class net.sf.rej.java.constantpool.ConstantPool
 
indexOfUtf8(String) - Method in class net.sf.rej.java.constantpool.ConstantPool
 
init(int) - Method in class net.sf.rej.java.constantpool.ConstantPool
 
InjectionTab - Class in net.sf.rej.gui.tab
InjectionTab is a graphical element for doing mass injection of code into a project.
InjectionTab() - Constructor for class net.sf.rej.gui.tab.InjectionTab
 
InnerClassesAttribute - Class in net.sf.rej.java.attribute
 
InnerClassesAttribute(int, ConstantPool) - Constructor for class net.sf.rej.java.attribute.InnerClassesAttribute
 
InnerClassesAttribute.InnerClass - Class in net.sf.rej.java.attribute
 
InnerClassesAttribute.InnerClass(int, int, int, int) - Constructor for class net.sf.rej.java.attribute.InnerClassesAttribute.InnerClass
 
insert() - Method in class net.sf.rej.gui.tab.CompareTab
 
insert() - Method in class net.sf.rej.gui.tab.ConstantPoolTab
 
insert() - Method in class net.sf.rej.gui.tab.DebugTab
 
insert() - Method in class net.sf.rej.gui.tab.EditorTab
 
insert(boolean) - Method in class net.sf.rej.gui.tab.EditorTab
 
insert() - Method in class net.sf.rej.gui.tab.FilesTab
 
insert() - Method in class net.sf.rej.gui.tab.HexEditorTab
 
insert() - Method in class net.sf.rej.gui.tab.InjectionTab
 
insert() - Method in class net.sf.rej.gui.tab.NoDebugTab
 
insert() - Method in class net.sf.rej.gui.tab.ObfuscationTab
 
insert() - Method in class net.sf.rej.gui.tab.SearchTab
 
insert() - Method in class net.sf.rej.gui.tab.StructureTab
 
insert() - Method in interface net.sf.rej.gui.tab.Tabbable
Insert a new entity on this tab.
InsertCodeAction - Class in net.sf.rej.gui.action
 
InsertCodeAction(ClassFile, Code, int, Code) - Constructor for class net.sf.rej.gui.action.InsertCodeAction
 
InsertCodeToNewMethodAction - Class in net.sf.rej.gui.action
 
InsertCodeToNewMethodAction(ClassFile, InsertMethodAction, Code) - Constructor for class net.sf.rej.gui.action.InsertCodeToNewMethodAction
 
insertField(ClassFile, String, Descriptor, AccessFlags) - Method in class net.sf.rej.gui.EditorFacade
 
InsertFieldAction - Class in net.sf.rej.gui.action
An Undoable action which adds a member field into a class.
InsertFieldAction(ClassFile, String, Descriptor, AccessFlags) - Constructor for class net.sf.rej.gui.action.InsertFieldAction
 
insertInstruction(Instruction, int, Code) - Method in class net.sf.rej.gui.EditorFacade
 
insertInstruction() - Method in class net.sf.rej.gui.tab.EditorTab
 
InsertInstructionAction - Class in net.sf.rej.gui.action
 
InsertInstructionAction(Instruction, int, Code) - Constructor for class net.sf.rej.gui.action.InsertInstructionAction
 
InsertInstructionAction(Instruction, int, Method) - Constructor for class net.sf.rej.gui.action.InsertInstructionAction
 
insertLabels(List<Label>) - Method in class net.sf.rej.java.Code
Inserts Labels into correct positions based on the pc information of the label.
insertLocalVariable() - Method in class net.sf.rej.gui.EditorFacade
 
insertMethod(ClassFile, String, Descriptor, AccessFlags, int, int, List<String>) - Method in class net.sf.rej.gui.EditorFacade
 
InsertMethodAction - Class in net.sf.rej.gui.action
An Undoable action which adds a method definition to a class.
InsertMethodAction(ClassFile, String, Descriptor, AccessFlags, int, int, List<String>) - Constructor for class net.sf.rej.gui.action.InsertMethodAction
 
Instruction - Class in net.sf.rej.java.instruction
This class represents a java bytecode instruction.
InstructionCopier - Class in net.sf.rej.java
 
InstructionCopier() - Constructor for class net.sf.rej.java.InstructionCopier
 
InstructionEditor - Class in net.sf.rej.gui.editor
 
InstructionEditor() - Constructor for class net.sf.rej.gui.editor.InstructionEditor
 
InstructionHints - Class in net.sf.rej.gui
This class is used for obtaining hints / descriptions of the different instructions.
InstructionHints() - Constructor for class net.sf.rej.gui.InstructionHints
 
InstructionList - Class in net.sf.rej.gui.editor
 
InstructionList() - Constructor for class net.sf.rej.gui.editor.InstructionList
 
InstructionSet - Class in net.sf.rej.java
Class that handles the relationship between Instruction subclasses and instruction opcodes.
INT - Static variable in class net.sf.rej.java.JavaType
An immutable constant for the primitive type int (with no dimensions)
INTEGER - Static variable in class net.sf.rej.java.constantpool.ConstantPoolInfo
 
IntegerInfo - Class in net.sf.rej.java.constantpool
IntegerInfo class models an integer constant item in the constant pool.
IntegerInfo(int, ConstantPool) - Constructor for class net.sf.rej.java.constantpool.IntegerInfo
 
INTERFACE - Static variable in class net.sf.rej.java.AccessFlags
 
Interface - Class in net.sf.rej.java
 
Interface(int, ConstantPool) - Constructor for class net.sf.rej.java.Interface
 
INTERFACE_METHOD_REF - Static variable in class net.sf.rej.java.constantpool.ConstantPoolInfo
 
InterfaceNode - Class in net.sf.rej.gui.structure
 
InterfaceNode(ClassFile, Interface) - Constructor for class net.sf.rej.gui.structure.InterfaceNode
 
InterfacesNode - Class in net.sf.rej.gui.structure
 
InterfacesNode(ClassFile) - Constructor for class net.sf.rej.gui.structure.InterfacesNode
 
internalGetNextName() - Method in class net.sf.rej.obfuscation.NameSequence
 
invalidate() - Method in class net.sf.rej.java.attribute.LineNumberTableAttribute
Informs this line number table that the instructions which are being associated with line numbers have changed and before allowing queries or serialization to be made, the table has to be recalculated.
invertSetting(Settings) - Method in class net.sf.rej.gui.preferences.Preferences
 
invoke() - Method in class net.sf.rej.gui.dialog.ClassChooseDialog
 
invoke(int, int) - Method in class net.sf.rej.gui.dialog.ClassVersionDialog
 
invoke(List) - Method in class net.sf.rej.gui.dialog.ExceptionChooseDialog
 
invoke() - Method in class net.sf.rej.gui.dialog.FieldChooseDialog
 
invoke() - Method in class net.sf.rej.gui.dialog.MethodChooseDialog
 
invoke() - Method in class net.sf.rej.gui.dialog.NewClassDialog
 
invoke(List) - Method in class net.sf.rej.gui.dialog.ParameterChooseDialog
 
invoke() - Method in class net.sf.rej.gui.dialog.PreferencesDialog
 
invoke() - Method in class net.sf.rej.gui.dialog.QuickOutlineDialog
 
invoke(JavaType, boolean) - Method in class net.sf.rej.gui.dialog.TypeChooseDialog
 
invoke(String, String) - Method in class net.sf.rej.gui.editor.BasicInfoEditor
 
invoke(String, String, int, List) - Method in class net.sf.rej.gui.editor.ClassEditor
 
invoke(String, Descriptor, int) - Method in class net.sf.rej.gui.editor.FieldEditor
 
invoke(String, Descriptor, int, Integer, Integer, List) - Method in class net.sf.rej.gui.editor.MethodEditor
 
invoke() - Method in class net.sf.rej.gui.hexeditor.HexEditorDialog
Invokes the editor, making it visible and modal.
invokeInsert() - Method in class net.sf.rej.gui.editor.InstructionEditor
Invoke the instruction editor with all available instructions
invokeModify() - Method in class net.sf.rej.gui.editor.InstructionEditor
Invoke instruction editor, with just the instruction set previously by a call to setInstruction available, so that only it's parameters (if any) can be modified.
IOToolkit - Class in net.sf.rej.util
 
IOToolkit() - Constructor for class net.sf.rej.util.IOToolkit
 
IReferenceType - Interface in net.sf.rej.gui.debug.wrappers
 
isAbstract(int) - Static method in class net.sf.rej.java.AccessFlags
 
isAnnotation(int) - Static method in class net.sf.rej.java.AccessFlags
 
isArchive() - Method in class net.sf.rej.files.Project
 
isBridge(int) - Static method in class net.sf.rej.java.AccessFlags
 
isClosing() - Method in class net.sf.rej.gui.editor.row.ClassDefRow
 
isClosing() - Method in class net.sf.rej.gui.editor.row.MethodDefRow
 
isDataAvailable(int) - Method in class net.sf.rej.gui.hexeditor.DataRow
Checks availability of data in the given index.
isDeprecated() - Method in class net.sf.rej.java.Method
 
isEmpty() - Method in class net.sf.rej.gui.action.GroupAction
 
isEmpty() - Method in class net.sf.rej.util.ImmutableEmptyList
 
isEnum(int) - Static method in class net.sf.rej.java.AccessFlags
 
isExecutionRow() - Method in class net.sf.rej.gui.editor.row.CodeRow
 
isExecutionRow() - Method in class net.sf.rej.gui.editor.row.MethodDefRow
 
isFinal(int) - Static method in class net.sf.rej.java.AccessFlags
 
isFinally() - Method in class net.sf.rej.java.ExceptionInfo
 
isInDefaultPackage(String) - Static method in class net.sf.rej.Imports
Returns a boolean value indicating whether or not the given FQN of a type is in the default package (in other words, has no package definition).
isInJavaLang(String) - Static method in class net.sf.rej.Imports
Returns a boolean value indicating whether or not the given FQN of a type is in the java.lang package or not.
isInRange(int) - Method in class net.sf.rej.java.LocalVariable
 
isInterface(int) - Static method in class net.sf.rej.java.AccessFlags
 
isKeyword(String) - Static method in class net.sf.rej.java.Keywords
 
isLeaf() - Method in class net.sf.rej.gui.structure.StructureNode
 
isModified(String) - Method in interface net.sf.rej.files.Modifications
 
isModified() - Method in class net.sf.rej.files.Project
 
isModified(String) - Method in class net.sf.rej.files.Project
 
isNative(int) - Static method in class net.sf.rej.java.AccessFlags
 
isPrimitive() - Method in class net.sf.rej.java.JavaType
Returns true if the type denoted by this instance if a primitive type.
isPrivate(int) - Static method in class net.sf.rej.java.AccessFlags
 
isProtected(int) - Static method in class net.sf.rej.java.AccessFlags
 
isPublic(int) - Static method in class net.sf.rej.java.AccessFlags
 
isSelected(int) - Method in class net.sf.rej.gui.hexeditor.SelectionModel
Returns true if the given index is currently selected, false otherwise.
isSettingTrue(Settings) - Method in class net.sf.rej.gui.preferences.Preferences
 
isStatic(int) - Static method in class net.sf.rej.java.AccessFlags
 
isSuper(int) - Static method in class net.sf.rej.java.AccessFlags
 
isSwitchOn(String) - Method in class net.sf.rej.cmdline.CommandLineParams
 
isSynchronized(int) - Static method in class net.sf.rej.java.AccessFlags
 
isTabVisible(Tab) - Method in class net.sf.rej.gui.MainWindow
 
isTabVisible(Tabbable) - Method in class net.sf.rej.gui.MainWindow
 
isTabVisible(Tab) - Method in class net.sf.rej.gui.preferences.Preferences
 
IStackFrame - Interface in net.sf.rej.gui.debug.wrappers
 
isVarArgs(int) - Static method in class net.sf.rej.java.AccessFlags
 
iterate(Project, IteratorAgent) - Static method in class net.sf.rej.ProjectIterator
 
iterate(Project, List<? super IteratorAgent>, IterationNotificationListener) - Static method in class net.sf.rej.ProjectIterator
 
IterationContext - Class in net.sf.rej.gui
 
IterationContext() - Constructor for class net.sf.rej.gui.IterationContext
 
IterationNotificationListener - Interface in net.sf.rej.gui.editor.iteration
 
iterator() - Method in class net.sf.rej.java.constantpool.ConstantPool
 
iterator() - Method in class net.sf.rej.util.ImmutableEmptyList
 
IteratorAgent - Interface in net.sf.rej.gui
 
IteratorAgentAdapter - Class in net.sf.rej.gui
 
IteratorAgentAdapter() - Constructor for class net.sf.rej.gui.IteratorAgentAdapter
 
IThreadReference - Interface in net.sf.rej.gui.debug.wrappers
 
IVirtualMachine - Interface in net.sf.rej.gui.debug.wrappers
 

A B C D E F G H I J K L M N O P Q R S T U V W _