|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.refactor.substitute.SubstituteWrap
public class SubstituteWrap
Wraps the SUBSTITUTE lint/refactor/review trio into a single subroutine.
| Constructor Summary | |
|---|---|
SubstituteWrap()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
processTarget(SubstituteTarget target)
Process a single SubstituteTarget |
static java.lang.String |
run(int topNode)
Run the SUBSTITUTE lint/refactor/review trio. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubstituteWrap()
| Method Detail |
|---|
public static java.lang.String run(int topNode)
topNode - The integer handle to the top node in the AST
to perform the refactoring on.
public static java.lang.String processTarget(SubstituteTarget target)
target - The SubstituteTarget object to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||