|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| - | AddQualification (character, character) |
Helper method that adds a given entry to a given list if it is not already in it |
|
| - | CHARACTER GetBlock (integer, character) |
Returns the guid of the inner-most block containing a given NodeNum |
|
| - | CHARACTER GetLocking (JPNode) |
Helper method that looks for a locking statement in a node |
|
| - | LOGICAL IsDatabaseReference (JPNode) |
Helper method that checks whether a given node references a database |
|
| + | LOGICAL ProcessNode (JPNode) |
Processes the nodes and adds qualifications to the eRoutine record of the parent-routine |
| Options | Name | Purpose | |
|---|---|---|---|
| + | CallQualificationParser (dataset) |
Creates a new QualificationParser instance |
|
| + | CallQualificationParser (dataset, ICallGraphPreCallback) |
Creates a new QualificationParser instance |
|
| + | CallQualificationParser (dataset, ICallGraphPreCallback, ICallGraphPostCallback) |
Creates a new QualificationParser instance |
|
Top
PRIVATE AddQualification (character, character)
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE CHARACTER GetBlock (integer, character)
|
|||||||||||||||||||||||||
PRIVATE CHARACTER GetLocking (JPNode)
|
|||||||||||||||||||||||||
PRIVATE LOGICAL IsDatabaseReference (JPNode)
|
|||||||||||||||||||||||||
PUBLIC LOGICAL ProcessNode (JPNode)
|
|||||||||||||||||||||||||
PUBLIC CallQualificationParser (dataset)
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CallQualificationParser (dataset, ICallGraphPreCallback)
|
|||||||||||||||||||||||||
PUBLIC CallQualificationParser (dataset, ICallGraphPreCallback, ICallGraphPostCallback)
|
|||||||||||||||||||||||||
ProDataset dsCallgraphMember tables: eProgram, eRoutine, eBlock, eCall |
Temp-Table eBlockDefined in: |
Temp-Table eCallDefined in: |
Temp-Table eProgramDefined in: |
Temp-Table eRoutineDefined in: |