|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | InsertAfterNode (JPNode, character) |
Inserts the given text before the given JPNode |
|
+ | InsertBeforeNode (JPNode, character, logical) |
Inserts the given text before the given JPNode |
|
# | InsertRefactorTask (integer, integer, character, logical) |
Registers a location in the source for replacement |
|
# | PerformRefactor () |
Performs the modifications of the file contents |
|
+ | ReplaceAllNodeContent (JPNode, character) |
Replaces the contents of the given JPNode instance including all it's
Children |
|
+ | ReplaceNodeContent (JPNode, character) |
Replaces the contents of the given JPNode instance |
|
+ | LOGICAL Save () |
Saves the contents of the RefactorSession to the original file name |
|
+ | LOGICAL Save (character) |
Saves the contents of the RefactorSession to a file |
Options | Name | Purpose | |
---|---|---|---|
+ | RefactorSession (ParseUnit) |
Constructor for the RefactorSession class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER FileName |
|
|
+ | LOGICAL HasTasks |
|
|
+ | org.prorefactor.treeparser.ParseUnit ParseUnit |
|
|
+ | LOGICAL Refactored |
|
Top
PUBLIC InsertAfterNode (JPNode, character)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC InsertBeforeNode (JPNode, character, logical)
|
||||||||||||||||||||||||||||||
PROTECTED InsertRefactorTask (integer, integer, character, logical)
|
||||||||||||||||||||||||||||||
PROTECTED PerformRefactor ()
|
||||||||||||||||||||||||||||||
PUBLIC ReplaceAllNodeContent (JPNode, character)
|
||||||||||||||||||||||||||||||
PUBLIC ReplaceNodeContent (JPNode, character)
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL Save ()
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL Save (character)
|
PUBLIC RefactorSession (ParseUnit)
|
---|
PUBLIC CHARACTER FileName
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL HasTasks
|
|||||||||
PUBLIC org.prorefactor.treeparser.ParseUnit ParseUnit
|
|||||||||
PUBLIC LOGICAL Refactored
|