com.ibm.lpex.cics
Class CicsLexerClasses
java.lang.Object
|
+--com.ibm.lpex.cics.CicsLexerClasses
- public final class CicsLexerClasses
- extends java.lang.Object
Element classes for the CICS lexer. These classes used by the CICS lexer
must be first defined and registered by the host parser.
Using certain classes in both the host and the CICS parser allows
common features and tools to view the document as one integrated unit.
In incremental parsing, for example, the host parser will interpret the CICS
forward & backward link classes when evaluating the optimal parse range.
Also, the Errors filtered view will show the errors in the
entire document.
Constructor Summary |
CicsLexerClasses(LpexView lpexView)
Default set of CICS lexer classes. |
CicsLexerClasses(LpexView lpexView,
long code,
long forwardLink,
long backwardLink,
long comment,
long error,
long cicsStatement)
Construct a set of CICS lexer classes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CicsLexerClasses
public CicsLexerClasses(LpexView lpexView)
- Default set of CICS lexer classes.
- Parameters:
lpexView
- the LPEX document view associated with the lexer
CicsLexerClasses
public CicsLexerClasses(LpexView lpexView,
long code,
long forwardLink,
long backwardLink,
long comment,
long error,
long cicsStatement)
- Construct a set of CICS lexer classes.
- Parameters:
lpexView
- the LPEX document view associated with the lexer