|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.refactor.noundo.NoundoRefactor
public class NoundoRefactor
Given a DEFINE statement that is missing NO-UNDO, we add the NO-UNDO just before the statement close (period or colon).
| Field Summary | |
|---|---|
java.lang.String |
nuText
"NO-UNDO" or "no-undo", based on ProparseProjectSettings.capKeyword. |
| Constructor Summary | |
|---|---|
NoundoRefactor()
Constructor - no args. |
|
| Method Summary | |
|---|---|
int |
run(NoundoTarget inTarget,
int inScanNum)
Run this refactor for a given handle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String nuText
| Constructor Detail |
|---|
public NoundoRefactor()
| Method Detail |
|---|
public int run(NoundoTarget inTarget,
int inScanNum)
target - The NoundoTarget object which contains details
about the node which needs refactoring.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||