| Class | Description |
|---|---|
| BoundedByOppositeClausesRecognizer |
This recognizer matches if the currently parsed verb is surrounded by
different conditional clauses.
|
| CobolShallowParser |
Shallow parser for the Cobol language.
|
| ConditionalClause |
Describes a condition clause of a COBOL verb.
|
| ConditionalClauseWithEndScopeRecognizer |
For Cobol scope statements with conditional clauses (e.g.
|
| NoElseRecognizer |
Recognizes that there is not an else token after an if token has been
encountered.
|
| OutOfScopeRecognizer |
A recognizer that indicates that we are outside of a scope.
|
| ParagraphRecognizer |
Paragraph recognizer completes detection of labels or paragraphs to which
executions can jump to.
|
| ScopeUtils |
Provides utility functions for scope determination-related activities.
|
| Enum | Description |
|---|---|
| ECobolParserState |
States in which the
CobolShallowParser can reside |
| EStatementEndType |
Enumeration values that tells for a Cobol verb/statement the nature of its
ending.
|