|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
- | CreateBlock (JPNode, character) |
Creates an eBlock record for a given node with a given name |
|
- | CHARACTER GetBlock (character, integer, integer) |
Returns the inner-most block with a given range of NodeNums |
|
- | INTEGER IncrementAndGetCount () |
Increments the iCount variable and returns the new value |
|
- | LOGICAL ProcessDoNode (JPNode) |
Processes a JPNode of type DO |
|
- | LOGICAL ProcessForNode (JPNode) |
Processes a JPNode of type FOR |
|
+ | LOGICAL ProcessNode (JPNode) |
Processes a JPNode |
|
- | LOGICAL ProcessRepeatNode (JPNode) |
Processes a JPNode of type REPEAT |
Options | Name | Purpose | |
---|---|---|---|
+ | BlockParser (dataset, character, character, character) |
Constructor of the BlockParser class |
Top
PRIVATE CreateBlock (JPNode, character)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE CHARACTER GetBlock (character, integer, integer)
|
||||||||||||||||||||||||||||||
PRIVATE INTEGER IncrementAndGetCount ()
|
||||||||||||||||||||||||||||||
PRIVATE LOGICAL ProcessDoNode (JPNode)
|
||||||||||||||||||||||||||||||
PRIVATE LOGICAL ProcessForNode (JPNode)
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL ProcessNode (JPNode)
|
||||||||||||||||||||||||||||||
PRIVATE LOGICAL ProcessRepeatNode (JPNode)
|
PUBLIC BlockParser (dataset, character, character, character)
|
---|
ProDataset dsCallgraphMember tables: eProgram, eRoutine, eBlock, eCall |
Temp-Table eBlockDefined in: |
Temp-Table eCallDefined in: |
Temp-Table eProgramDefined in: |
Temp-Table eRoutineDefined in: |