|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefactorTarget | |
---|---|
org.prorefactor.refactor | General support classes for the refactoring packages. |
org.prorefactor.refactor.action | Provides the Refactoring Actions. |
org.prorefactor.refactor.noundo | Refactoring which adds missing NO-UNDO to DEFINE statements. |
org.prorefactor.refactor.substitute | Provides lint, refactor, and other subroutines related to the p4gl SUBSTITUTE refactor. |
org.prorefactor.refactor.tfnames | Table and field names lint and refactoring. |
Uses of RefactorTarget in org.prorefactor.refactor |
---|
Methods in org.prorefactor.refactor with parameters of type RefactorTarget | |
---|---|
int |
IRefactor.run(RefactorTarget target,
int scanNum)
Run the refactor for a given Target and a given scan. |
Uses of RefactorTarget in org.prorefactor.refactor.action |
---|
Subclasses of RefactorTarget in org.prorefactor.refactor.action | |
---|---|
class |
RenameSchema.RenameTarget
|
Methods in org.prorefactor.refactor.action with parameters of type RefactorTarget | |
---|---|
int |
RenameSchema.Changer.run(RefactorTarget tar,
int scanNum)
|
Uses of RefactorTarget in org.prorefactor.refactor.noundo |
---|
Subclasses of RefactorTarget in org.prorefactor.refactor.noundo | |
---|---|
class |
NoundoTarget
Represents a (potential) target for NO-UNDO refactoring. |
Uses of RefactorTarget in org.prorefactor.refactor.substitute |
---|
Subclasses of RefactorTarget in org.prorefactor.refactor.substitute | |
---|---|
class |
SubstituteTarget
Represents a (potential) target for SUBSTITUTE refactoring. |
Uses of RefactorTarget in org.prorefactor.refactor.tfnames |
---|
Subclasses of RefactorTarget in org.prorefactor.refactor.tfnames | |
---|---|
class |
NamesTarget
Refactor targets for table and table-field names which need cleanup. |
Methods in org.prorefactor.refactor.tfnames with parameters of type RefactorTarget | |
---|---|
int |
TFNamesRefactor.run(RefactorTarget tar,
int scanNum)
Run this refactor for a given target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |