|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rollback | |
---|---|
org.prorefactor.refactor | General support classes for the refactoring packages. |
org.prorefactor.refactor.action | Provides the Refactoring Actions. |
org.prorefactor.refactor.appendprogram | Provides refactoring for appending one program file to another program file. |
org.prorefactor.refactor.bubbledecs | Provides the Bubble Declarations refactoring. |
org.prorefactor.refactor.wrapproc | Provides the Wrap Procedure Block refactoring. |
Uses of Rollback in org.prorefactor.refactor |
---|
Methods in org.prorefactor.refactor that return Rollback | |
---|---|
static Rollback |
Rollback.getCurrent()
Get the current rollback. |
Uses of Rollback in org.prorefactor.refactor.action |
---|
Constructors in org.prorefactor.refactor.action with parameters of type Rollback | |
---|---|
ExtractMethod(Rollback rollback)
|
Uses of Rollback in org.prorefactor.refactor.appendprogram |
---|
Constructors in org.prorefactor.refactor.appendprogram with parameters of type Rollback | |
---|---|
AppendProgram(Rollback rollback)
|
Uses of Rollback in org.prorefactor.refactor.bubbledecs |
---|
Fields in org.prorefactor.refactor.bubbledecs declared as Rollback | |
---|---|
protected Rollback |
BubbleDecsRefactor.rollback
|
Constructors in org.prorefactor.refactor.bubbledecs with parameters of type Rollback | |
---|---|
BubbleDecsRefactor(Rollback rollback)
You may create the object with an existing Rollback, or else pass in null to have the constructor create a new rollback. |
Uses of Rollback in org.prorefactor.refactor.wrapproc |
---|
Constructors in org.prorefactor.refactor.wrapproc with parameters of type Rollback | |
---|---|
WrapProcedure(int topNode,
Rollback rollback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |