A C D E F G H I K L M N O P R S T

A

apply(Hook) - Method in class net.sourceforge.transmogrify.hook.Transmogrifier
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.TrivialExtractMethod
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.ShowReferencesRefactorer
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.ExtractMethod
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.PullUpFieldRefactorer
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.NullRefactorer
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.ReplaceTempWithQuery
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.RenameVariable
 
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.InlineTemp
implements "inline temp" [Fowler, 119]
apply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.FindDefinitionRefactorer
 

C

calculate() - Method in class net.sourceforge.transmogrify.hook.StatementSpan
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.hook.Transmogrifier
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.TrivialExtractMethod
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.LookupRefactorer
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.ExtractMethod
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.PullUpFieldRefactorer
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.NullRefactorer
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.ReplaceTempWithQuery
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.RenameVariable
 
canApply(Hook) - Method in class net.sourceforge.transmogrify.refactorer.InlineTemp
 
canRefactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.LookupRefactorer
 
canRefactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.PullUpFieldRefactorer
 
canRefactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.RenameVariable
 
canRefactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.InlineTemp
 
clearFiles() - Method in class net.sourceforge.transmogrify.hook.Hook
 

D

deleteText(int, int) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
deSelectText() - Method in class net.sourceforge.transmogrify.hook.Hook
Deselects text
deSelectText() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
displayException(Exception, String) - Method in class net.sourceforge.transmogrify.hook.Hook
 
displayException(Exception, String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
displayMessage(String, String) - Method in class net.sourceforge.transmogrify.hook.Hook
 
displayMessage(String, String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 

E

ExtractMethod - class net.sourceforge.transmogrify.refactorer.ExtractMethod.
 
ExtractMethod() - Constructor for class net.sourceforge.transmogrify.refactorer.ExtractMethod
 
ExtractMethod(ASTPrintManager) - Constructor for class net.sourceforge.transmogrify.refactorer.ExtractMethod
 

F

FindDefinitionRefactorer - class net.sourceforge.transmogrify.refactorer.FindDefinitionRefactorer.
 
FindDefinitionRefactorer() - Constructor for class net.sourceforge.transmogrify.refactorer.FindDefinitionRefactorer
 

G

getCaretLineNumber() - Method in class net.sourceforge.transmogrify.hook.Hook
Returns the 1 based line number of where the cursor is.
getCaretLineNumber() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getCaretOffset() - Method in class net.sourceforge.transmogrify.hook.Hook
Returns the 1 based offset of where the cursor is.
getCaretOffset() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getCaretPos() - Method in class net.sourceforge.transmogrify.hook.Hook
Returns the 0 based position of where the cursor is.
getCaretPos() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getCurrentFile() - Method in class net.sourceforge.transmogrify.hook.Hook
Gets the file name of the currently focused file.
getCurrentFile() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getDirtyFiles() - Method in class net.sourceforge.transmogrify.hook.Hook
 
getEnd() - Method in class net.sourceforge.transmogrify.hook.StatementSpan
 
getFiles() - Method in class net.sourceforge.transmogrify.hook.Hook
Returns an array of files selected by the user
getFiles() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getGroupName() - Method in class net.sourceforge.transmogrify.refactorer.NullRefactorer
 
getLine(int) - Method in class net.sourceforge.transmogrify.hook.Hook
Retrieves a line from the focused file.
getLine(int) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getName() - Method in class net.sourceforge.transmogrify.refactorer.NullRefactorer
 
getNumChars() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getNumLines() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getParsedFiles() - Method in class net.sourceforge.transmogrify.hook.Hook
 
getSelectedLines() - Method in class net.sourceforge.transmogrify.hook.Hook
Returns the selected lines in an Enumeration
getSelectedLines() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getSelectedText() - Method in class net.sourceforge.transmogrify.hook.Hook
Returns the selected text in the form of a String
getSelectedText() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getSelectionEnd() - Method in class net.sourceforge.transmogrify.hook.Hook
 
getSelectionEnd() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getSelectionStart() - Method in class net.sourceforge.transmogrify.hook.Hook
 
getSelectionStart() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getStart() - Method in class net.sourceforge.transmogrify.hook.StatementSpan
 
getSymbolTable() - Method in class net.sourceforge.transmogrify.hook.Hook
 
getText() - Method in class net.sourceforge.transmogrify.hook.Hook
Returns the entire focused source file
getText() - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getText(int, int) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
getUserInput(String, String) - Method in class net.sourceforge.transmogrify.hook.Hook
Prompts for and returns user input
getUserInput(String, String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 

H

Hook - class net.sourceforge.transmogrify.hook.Hook.
 
Hook() - Constructor for class net.sourceforge.transmogrify.hook.Hook
 
HookImpl - class net.sourceforge.transmogrify.hook.HookImpl.
 
HookImpl() - Constructor for class net.sourceforge.transmogrify.hook.HookImpl
 

I

InlineTemp - class net.sourceforge.transmogrify.refactorer.InlineTemp.
 
InlineTemp() - Constructor for class net.sourceforge.transmogrify.refactorer.InlineTemp
 
InlineTemp(ASTPrintManager) - Constructor for class net.sourceforge.transmogrify.refactorer.InlineTemp
 
insertLine(int, String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
insertText(int, String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 

K

killParseThread() - Method in class net.sourceforge.transmogrify.hook.Hook
 

L

LookupRefactorer - class net.sourceforge.transmogrify.refactorer.LookupRefactorer.
 
LookupRefactorer() - Constructor for class net.sourceforge.transmogrify.refactorer.LookupRefactorer
 

M

makeOccurrence() - Method in class net.sourceforge.transmogrify.hook.Hook
makes an Occurrence based on the cursor position in the current file

N

net.sourceforge.transmogrify.hook - package net.sourceforge.transmogrify.hook
Classes related to integrating with IDEs.
net.sourceforge.transmogrify.refactorer - package net.sourceforge.transmogrify.refactorer
Classes relating to refactoring
NullRefactorer - class net.sourceforge.transmogrify.refactorer.NullRefactorer.
 
NullRefactorer() - Constructor for class net.sourceforge.transmogrify.refactorer.NullRefactorer
 

O

openFile(String) - Method in class net.sourceforge.transmogrify.hook.Hook
Sets focus to specified java source file
openFile(String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 

P

parseFiles() - Method in class net.sourceforge.transmogrify.hook.Hook
 
parseFiles(File[]) - Method in class net.sourceforge.transmogrify.hook.Hook
 
PullUpFieldRefactorer - class net.sourceforge.transmogrify.refactorer.PullUpFieldRefactorer.
 
PullUpFieldRefactorer() - Constructor for class net.sourceforge.transmogrify.refactorer.PullUpFieldRefactorer
 
PullUpFieldRefactorer(ASTPrintManager) - Constructor for class net.sourceforge.transmogrify.refactorer.PullUpFieldRefactorer
 

R

refactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.TrivialExtractMethod
 
refactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.ShowReferencesRefactorer
 
refactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.PullUpFieldRefactorer
 
refactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.ReplaceTempWithQuery
 
refactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.InlineTemp
 
refactor(Occurrence) - Method in class net.sourceforge.transmogrify.refactorer.FindDefinitionRefactorer
 
refactor(Occurrence, Occurrence, String) - Method in class net.sourceforge.transmogrify.refactorer.ExtractMethod
 
refactor(Occurrence, String) - Method in class net.sourceforge.transmogrify.refactorer.RenameVariable
 
RefactoringException - exception net.sourceforge.transmogrify.refactorer.RefactoringException.
 
RefactoringException(String) - Constructor for class net.sourceforge.transmogrify.refactorer.RefactoringException
 
RenameVariable - class net.sourceforge.transmogrify.refactorer.RenameVariable.
 
RenameVariable() - Constructor for class net.sourceforge.transmogrify.refactorer.RenameVariable
 
RenameVariable(ASTPrintManager) - Constructor for class net.sourceforge.transmogrify.refactorer.RenameVariable
 
reparseFiles() - Method in class net.sourceforge.transmogrify.hook.Hook
 
ReplaceTempWithQuery - class net.sourceforge.transmogrify.refactorer.ReplaceTempWithQuery.
 
ReplaceTempWithQuery() - Constructor for class net.sourceforge.transmogrify.refactorer.ReplaceTempWithQuery
 

S

selectText(int, int) - Method in class net.sourceforge.transmogrify.hook.Hook
Selects a bunch of text.
selectText(int, int) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
selectText(int, int, int, int) - Method in class net.sourceforge.transmogrify.hook.Hook
Selects a bunch of text.
selectText(int, int, int, int) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
setCaretPos(int) - Method in class net.sourceforge.transmogrify.hook.Hook
Sets the 0 based position of where the cursor is.
setCaretPos(int) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
setCaretPos(int, int) - Method in class net.sourceforge.transmogrify.hook.Hook
Sets the 0 based position of where the cursor is.
setCaretPos(int, int) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
setLine(int, String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
setUserInput(String) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
showReferences(IDefinition) - Method in class net.sourceforge.transmogrify.hook.Hook
Displays a list of references.
showReferencesNonsourced(IDefinition) - Method in class net.sourceforge.transmogrify.hook.Hook
 
showReferencesNonsourced(IDefinition) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
ShowReferencesRefactorer - class net.sourceforge.transmogrify.refactorer.ShowReferencesRefactorer.
 
ShowReferencesRefactorer() - Constructor for class net.sourceforge.transmogrify.refactorer.ShowReferencesRefactorer
 
showReferencesSourced(IDefinition) - Method in class net.sourceforge.transmogrify.hook.Hook
 
showReferencesSourced(IDefinition) - Method in class net.sourceforge.transmogrify.hook.HookImpl
 
spawnParseThread() - Method in class net.sourceforge.transmogrify.hook.Hook
 
StatementSpan - class net.sourceforge.transmogrify.hook.StatementSpan.
 
StatementSpan(Hook) - Constructor for class net.sourceforge.transmogrify.hook.StatementSpan
 

T

Transmogrifier - class net.sourceforge.transmogrify.hook.Transmogrifier.
 
Transmogrifier() - Constructor for class net.sourceforge.transmogrify.hook.Transmogrifier
 
Transmogrifier(ASTPrintManager) - Constructor for class net.sourceforge.transmogrify.hook.Transmogrifier
 
TrivialExtractMethod - class net.sourceforge.transmogrify.refactorer.TrivialExtractMethod.
 
TrivialExtractMethod() - Constructor for class net.sourceforge.transmogrify.refactorer.TrivialExtractMethod
 

A C D E F G H I K L M N O P R S T