LPEX
4.4.0

com.ibm.lpex.cics
Class CicsLexerClasses

java.lang.Object
  extended by com.ibm.lpex.cics.CicsLexerClasses

public final class CicsLexerClasses
extends 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

LPEX
4.4.0

Copyright � 2016 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.