|
LPEX 3.6.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
public class CobolSqlCicsParser
Document parser for COBOL with embedded SQL/CICS/DLI statements.
Nested Class Summary |
---|
Nested classes/interfaces 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
|
LPEX 3.6.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |