|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Method | |
---|---|
net.sf.rej.files | Provides file access related functionality. |
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.dialog | Contains the dialog classes of the reJ graphical user interface |
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.gui.structure | Provides components for a JTree which models the structure of a
class file. |
net.sf.rej.java | Contains core bytecode parsing and construction related classes. |
Uses of Method in net.sf.rej.files |
---|
Methods in net.sf.rej.files that return Method | |
---|---|
Method |
MethodLocator.getMethod()
|
Constructors in net.sf.rej.files with parameters of type Method | |
---|---|
MethodLocator(ClassLocator cl,
Method method)
|
Uses of Method in net.sf.rej.gui |
---|
Methods in net.sf.rej.gui that return Method | |
---|---|
Method |
Link.getMethod()
|
Method |
IterationContext.getMethod()
|
Methods in net.sf.rej.gui with parameters of type Method | |
---|---|
void |
EditorFacade.modifyMethod(ConstantPool cp,
Method method,
java.lang.String name,
Descriptor desc,
AccessFlags flags,
int maxStack,
int maxLocals,
java.util.List exceptions)
|
void |
IteratorAgentAdapter.processMethod(IterationContext ic,
Method method)
|
void |
IteratorAgent.processMethod(IterationContext ic,
Method method)
|
void |
DefaultMatcher.processMethod(IterationContext ic,
Method method)
|
void |
Link.setMethod(Method method)
|
void |
IterationContext.setMethod(Method method)
|
Uses of Method in net.sf.rej.gui.action |
---|
Constructors in net.sf.rej.gui.action with parameters of type Method | |
---|---|
InsertInstructionAction(Instruction instruction,
int pc,
Method method)
|
|
ModifyMethodAction(ConstantPool pool,
Method method,
java.lang.String name,
Descriptor desc,
AccessFlags accessFlags,
int maxStack,
int maxLocals,
java.util.List exceptionNames)
|
|
RemoveMethodAction(ClassFile classFile,
Method method)
|
|
RenameMethodAction(ConstantPool pool,
Method method,
java.lang.String name)
|
Uses of Method in net.sf.rej.gui.dialog |
---|
Methods in net.sf.rej.gui.dialog that return Method | |
---|---|
Method |
MethodChooseDialog.getSelectedMethod()
|
Uses of Method in net.sf.rej.gui.editor.iteration |
---|
Methods in net.sf.rej.gui.editor.iteration with parameters of type Method | |
---|---|
void |
RefactoringIterator.processMethod(IterationContext ic,
Method method)
|
void |
FindMethodRefs.processMethod(IterationContext sc,
Method method)
|
void |
FindMethodDefinition.processMethod(IterationContext sc,
Method method)
|
Uses of Method in net.sf.rej.gui.editor.row |
---|
Methods in net.sf.rej.gui.editor.row that return Method | |
---|---|
Method |
MethodDefRow.getMethod()
|
Constructors in net.sf.rej.gui.editor.row with parameters of type Method | |
---|---|
MethodDefRow(ClassFile cf,
Method method,
boolean openTag,
boolean hasBody)
|
Uses of Method in net.sf.rej.gui.structure |
---|
Methods in net.sf.rej.gui.structure that return Method | |
---|---|
Method |
MethodNode.getMethod()
|
Method |
MethodNameNode.getMethod()
|
Method |
MethodDescriptorNode.getMethod()
|
Method |
MethodAccessFlagsNode.getMethod()
|
Constructors in net.sf.rej.gui.structure with parameters of type Method | |
---|---|
MethodAccessFlagsNode(Method method)
|
|
MethodAttributesNode(Method method)
|
|
MethodDescriptorNode(Method method)
|
|
MethodNameNode(Method method)
|
|
MethodNode(ClassFile cf,
Method method)
|
Uses of Method in net.sf.rej.java |
---|
Methods in net.sf.rej.java that return Method | |
---|---|
Method |
MethodFactory.createMethod(ByteParser parser,
ConstantPool pool)
|
Method |
MethodFactory.createMethod(ClassFile cf,
AccessFlags accessFlags,
int nameIndex,
int descIndex,
int codeAttrNameIndex,
int maxStackSize,
int maxLocals,
int exAttrNameIndex,
java.util.List<ExceptionDescriptor> exceptions)
|
Methods in net.sf.rej.java that return types with arguments of type Method | |
---|---|
java.util.List<Method> |
ClassFile.getMethods()
Returns a read-only list of the methods in this class. |
Methods in net.sf.rej.java with parameters of type Method | |
---|---|
void |
ClassFile.add(Method method)
Adds a method to this class. |
void |
ClassFile.remove(Method method)
Removes the given method from this class. |
Method parameters in net.sf.rej.java with type arguments of type Method | |
---|---|
void |
ClassFile.setMethods(java.util.List<Method> methods)
Sets all the methods for this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |