SWT LPEX
v3.0.5

Uses of Class
com.ibm.lpex.core.LpexCharStream

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.pli This package provides a PL/I document parser. 
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
protected  SqlLexer CobolParser.getSqlLexer(LpexCharStream stream)
          Returns the SqlLexer.
protected  CicsLexer CobolParser.getCicsLexer(LpexCharStream stream)
          Returns the CicsLexer.
protected  LpexSubparser CobolParser.getDliLexer(LpexCharStream stream)
          Returns the DliLexer.
 SqlLexer CobolSqlCicsParser.getSqlLexer(LpexCharStream stream)
          Returns the SqlLexer.
 CicsLexer CobolSqlCicsParser.getCicsLexer(LpexCharStream stream)
          Returns the CicsLexer.
 LpexSubparser CobolSqlCicsParser.getDliLexer(LpexCharStream stream)
          Returns the DliLexer.
 SqlLexer ILECobolSqlCicsParser.getSqlLexer(LpexCharStream stream)
          Retrieve the SqlLexer.
 CicsLexer ILECobolSqlCicsParser.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
 CicsLexer CppCicsParser.getCicsLexer(LpexCharStream stream)
          Retrieve the CicsLexer.
 SqlLexer CppSqlParser.getSqlLexer(LpexCharStream stream)
          Retrieve the SqlLexer.
 SqlLexer CppParser.getSqlLexer(LpexCharStream lexerStream)
          Returns the SQL lexer.
 CicsLexer CppParser.getCicsLexer(LpexCharStream lexerStream)
          Returns the CICS lexer.
protected  LpexSubparser CppParser.getDliLexer(LpexCharStream lexerStream)
          Returns the DLI lexer.
 

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)
          Returns 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.
 

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)
          Returns the SqlLexer.
 

Uses of LpexCharStream in com.ibm.lpex.pli
 

Methods in com.ibm.lpex.pli with parameters of type LpexCharStream
protected  LpexSubparser PliParser.getLexer(int lexer, LpexCharStream lexerStream)
          Returns the specified subparser.
 

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.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.