|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LpexCharStream | |
---|---|
com.ibm.lpex.cics | This package provides CICS (Customer Information Control System) support for document parsers. |
com.ibm.lpex.cobol | This package provides COBOL (Common Business Oriented Language) document parsers. |
com.ibm.lpex.cpp | This package provides C/C++ document parsers. |
com.ibm.lpex.fortran | This package provides Fortran document parsers. |
com.ibm.lpex.java | This package provides Java language document parsers. |
com.ibm.lpex.sql | This package provides SQL (Structured Query Language) support for document parsers. |
Uses of LpexCharStream in com.ibm.lpex.cics |
---|
Constructors in com.ibm.lpex.cics with parameters of type LpexCharStream | |
CicsLexer(LpexCharStream charStream,
String hostLanguage,
CicsLexerStyles styles,
CicsLexerClasses classes)
Constructor. |
Uses of LpexCharStream in com.ibm.lpex.cobol |
---|
Methods in com.ibm.lpex.cobol with parameters of type LpexCharStream | |
SqlLexer | ILECobolSqlCicsParser.getSqlLexer(LpexCharStream stream)
Retrieve the SqlLexer. |
CicsLexer | ILECobolSqlCicsParser.getCicsLexer(LpexCharStream stream)
Retrieve the CicsLexer. |
SqlLexer | CobolSqlCicsParser.getSqlLexer(LpexCharStream stream)
Retrieve the SqlLexer. |
CicsLexer | CobolSqlCicsParser.getCicsLexer(LpexCharStream stream)
Retrieve the CicsLexer. |
protected SqlLexer | CobolParser.getSqlLexer(LpexCharStream stream)
Retrieve the SqlLexer. |
protected CicsLexer | CobolParser.getCicsLexer(LpexCharStream stream)
Retrieve the CicsLexer. |
SqlLexer | Cobol400SqlCicsParser.getSqlLexer(LpexCharStream stream)
Retrieve the SqlLexer. |
CicsLexer | Cobol400SqlCicsParser.getCicsLexer(LpexCharStream stream)
Retrieve the CicsLexer. |
Uses of LpexCharStream in com.ibm.lpex.cpp |
---|
Methods in com.ibm.lpex.cpp with parameters of type LpexCharStream | |
SqlLexer | CppSqlParser.getSqlLexer(LpexCharStream stream)
Retrieve the SqlLexer. |
SqlLexer | CppParser.getSqlLexer(LpexCharStream sqlLexerStream)
Retrieve the SqlLexer. |
CicsLexer | CppParser.getCicsLexer(LpexCharStream cicsLexerStream)
Retrieve the CicsLexer. |
CicsLexer | CppCicsParser.getCicsLexer(LpexCharStream stream)
Retrieve the CicsLexer. |
Uses of LpexCharStream in com.ibm.lpex.fortran |
---|
Methods in com.ibm.lpex.fortran with parameters of type LpexCharStream | |
protected IFortranLexer | FortranParser.getFortranLexer(LpexCharStream charStream,
FortranLexerStyles lexerStyles,
FortranLexerClasses lexerClasses)
Retrieve the Fortran lexer to be used by this parser. |
Constructors in com.ibm.lpex.fortran with parameters of type LpexCharStream | |
FortranFFLexer(LpexCharStream charStream,
FortranLexerStyles styles,
FortranLexerClasses classes)
Constructor for the Fortran FF lexer. |
Uses of LpexCharStream in com.ibm.lpex.java |
---|
Methods in com.ibm.lpex.java with parameters of type LpexCharStream | |
protected SqlLexer | JavaSqlParser.getSqlLexer(LpexCharStream stream)
Retrieve the SqlLexer. |
protected SqlLexer | JavaParser.getSqlLexer(LpexCharStream sqlLexerStream)
Retrieve the SqlLexer. |
Uses of LpexCharStream in com.ibm.lpex.sql |
---|
Constructors in com.ibm.lpex.sql with parameters of type LpexCharStream | |
SqlLexer(LpexCharStream charStream,
String hostLanguage,
SqlLexerStyles styles,
SqlLexerClasses classes)
Constructor. |
|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |