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

N

name() - Method in class net.sf.rej.gui.debug.wrappers.FieldWrapper
 
name() - Method in interface net.sf.rej.gui.debug.wrappers.IField
 
name() - Method in interface net.sf.rej.gui.debug.wrappers.IMethod
 
name() - Method in interface net.sf.rej.gui.debug.wrappers.IReferenceType
 
name() - Method in class net.sf.rej.gui.debug.wrappers.MethodWrapper
 
name() - Method in class net.sf.rej.gui.debug.wrappers.ReferenceTypeWrapper
 
NAME_AND_TYPE - Static variable in class net.sf.rej.java.constantpool.ConstantPoolInfo
 
NameAndTypeInfo - Class in net.sf.rej.java.constantpool
Models a NameAndTypeInfo entry in the constant pool of a class.
NameAndTypeInfo(int, int, ConstantPool) - Constructor for class net.sf.rej.java.constantpool.NameAndTypeInfo
 
NameSequence - Class in net.sf.rej.obfuscation
A class that generates a sequence of names (that are all legal java identifiers, that is, they are not keywords)
NameSequence() - Constructor for class net.sf.rej.obfuscation.NameSequence
 
NATIVE - Static variable in class net.sf.rej.java.AccessFlags
 
NestedAnnotationValue - Class in net.sf.rej.java.attribute.annotations
 
NestedAnnotationValue(Annotation) - Constructor for class net.sf.rej.java.attribute.annotations.NestedAnnotationValue
 
net.sf.rej - package net.sf.rej
Generic reJ classes
net.sf.rej.cmdline - package net.sf.rej.cmdline
An attempt to create a command-line interface to the most commonly used reJ features.
net.sf.rej.files - package net.sf.rej.files
Provides file access related functionality.
net.sf.rej.gui - package net.sf.rej.gui
Constains classes for the reJ graphical user interface.
net.sf.rej.gui.action - package net.sf.rej.gui.action
Contains reJ GUI actions.
net.sf.rej.gui.compare - package net.sf.rej.gui.compare
Provides diff-like compare functionality for class files
net.sf.rej.gui.debug - package net.sf.rej.gui.debug
Provides user-interface components, etc, for debugging another JVM process.
net.sf.rej.gui.debug.wrappers - package net.sf.rej.gui.debug.wrappers
Provides an abstraction of the JDI (com.sun.jdi.*) classes to allow to run reJ even without tools.jar (which contains those classes) on the classpath.
net.sf.rej.gui.dialog - package net.sf.rej.gui.dialog
Contains the dialog classes of the reJ graphical user interface
net.sf.rej.gui.editor - package net.sf.rej.gui.editor
Contains reJ bytecode editor components.
net.sf.rej.gui.editor.iteration - package 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.rendering - package net.sf.rej.gui.editor.rendering
Provides rendering of java bytecode into a Graphics object and plain and HTML text
net.sf.rej.gui.editor.row - package 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 - package net.sf.rej.gui.editor.transfer
Provides transferring from reJ GUI to/from the system clipboard.
net.sf.rej.gui.event - package net.sf.rej.gui.event
Provides classes for the event framework of reJ GUI.
net.sf.rej.gui.hexeditor - package net.sf.rej.gui.hexeditor
A hex editor component that is not coupled to the reJ GUI, but the reJ GUI uses the hex editor on various components
net.sf.rej.gui.preferences - package net.sf.rej.gui.preferences
Provides GUI preferences related funcionality
net.sf.rej.gui.split - package net.sf.rej.gui.split
Provides synchronized split-screen functionality.
net.sf.rej.gui.structure - package net.sf.rej.gui.structure
Provides components for a JTree which models the structure of a class file.
net.sf.rej.gui.tab - package net.sf.rej.gui.tab
Contains reJ user interface tab components.
net.sf.rej.java - package net.sf.rej.java
Contains core bytecode parsing and construction related classes.
net.sf.rej.java.attribute - package net.sf.rej.java.attribute
Provides classes that model the various class file attributes
net.sf.rej.java.attribute.annotations - package net.sf.rej.java.attribute.annotations
Contains additional classes for processing and modeling annotation attributes
net.sf.rej.java.attribute.generics - package net.sf.rej.java.attribute.generics
Provides classes for modeling Signature attributes and other generics related constructs
net.sf.rej.java.constantpool - package net.sf.rej.java.constantpool
Provides constant pool related functionality.
net.sf.rej.java.instruction - package net.sf.rej.java.instruction
Classes that model the java bytecode instructions.
net.sf.rej.obfuscation - package net.sf.rej.obfuscation
Obfuscation classes
net.sf.rej.util - package net.sf.rej.util
Utility classes used by both reJ API and GUI.
NewClassDialog - Class in net.sf.rej.gui.dialog
 
NewClassDialog(JFrame) - Constructor for class net.sf.rej.gui.dialog.NewClassDialog
 
newClassNameFor(String) - Method in class net.sf.rej.gui.editor.iteration.ClassNameLegalizingAdvisor
 
newClassNameFor(String) - Method in class net.sf.rej.gui.editor.iteration.ClassNameObfuscatingAdvisor
 
newClassNameFor(String) - Method in class net.sf.rej.gui.editor.iteration.RefactorClassNameAdvisor
 
newClassNameFor(String) - Method in interface net.sf.rej.gui.editor.iteration.RefactoringAdvisor
 
newClassNameFor(String) - Method in class net.sf.rej.gui.editor.iteration.RefactoringAdvisorAdapter
 
newFieldNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.FieldNameLegalizingAdvisor
 
newFieldNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.FieldNameObfuscatingAdvisor
 
newFieldNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.RefactorFieldNameAdvisor
 
newFieldNameFor(String, String, Descriptor) - Method in interface net.sf.rej.gui.editor.iteration.RefactoringAdvisor
 
newFieldNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.RefactoringAdvisorAdapter
 
newMethodNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.MethodNameLegalizingAdvisor
 
newMethodNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.MethodNameObfuscatingAdvisor
 
newMethodNameFor(String, String, Descriptor) - Method in interface net.sf.rej.gui.editor.iteration.RefactoringAdvisor
 
newMethodNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.RefactoringAdvisorAdapter
 
newMethodNameFor(String, String, Descriptor) - Method in class net.sf.rej.gui.editor.iteration.RefactorMethodNameAdvisor
 
next() - Method in class net.sf.rej.util.ImmutableEmptyIterator
 
next() - Method in class net.sf.rej.util.ImmutableEmptyListIterator
 
nextElement() - Method in class net.sf.rej.util.Enumerator
 
nextIndex() - Method in class net.sf.rej.util.ImmutableEmptyListIterator
 
NO_PARAM_VOID - Static variable in class net.sf.rej.java.Descriptor
 
NoDebugTab - Class in net.sf.rej.gui.tab
 
NoDebugTab() - Constructor for class net.sf.rej.gui.tab.NoDebugTab
 
NoSuchArgumentException - Exception in net.sf.rej.cmdline
 
NoSuchArgumentException() - Constructor for exception net.sf.rej.cmdline.NoSuchArgumentException
 
notifyObservers(Event) - Method in class net.sf.rej.gui.event.EventDispatcher
 

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