|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexCommonParser
com.ibm.lpex.cobol.CobolParser
com.ibm.lpex.cobol.CobolSqlCicsParser
Document parser for COBOL with embedded EXEC SQL/CICS/DLI statements.
Nested Class Summary |
---|
Nested classes inherited from class com.ibm.lpex.cobol.CobolParser |
---|
CobolParser.ParseElement, CobolParser.TokenFragment |
Field Summary |
---|
Constructor Summary | |
---|---|
CobolSqlCicsParser(LpexView lpexView)
Constructor. |
Method Summary | |
---|---|
CicsLexer |
getCicsLexer(LpexCharStream stream)
Returns the CicsLexer. |
LpexSubparser |
getDliLexer(LpexCharStream stream)
Returns the DliLexer. |
SqlLexer |
getSqlLexer(LpexCharStream stream)
Returns the SqlLexer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CobolSqlCicsParser(LpexView lpexView)
Method Detail |
public SqlLexer getSqlLexer(LpexCharStream stream)
getSqlLexer
in class CobolParser
stream
- input character stream for the lexerpublic CicsLexer getCicsLexer(LpexCharStream stream)
getCicsLexer
in class CobolParser
stream
- input character stream for the lexerpublic LpexSubparser getDliLexer(LpexCharStream stream)
The current implementation of this method returns null.
getDliLexer
in class CobolParser
stream
- input character stream for the lexer
|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |