Overview

 
Package  Class  Tree  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV   NEXT FRAMES    NO FRAMES  


 

Uses of Class
com.ibm.lpex.cobol.CobolWords.Word

Packages that use CobolWords.Word
com.ibm.lpex.cobol This package provides COBOL (Common Business Oriented Language) document parsers. 
 

Uses of CobolWords.Word in com.ibm.lpex.cobol
 

Fields in com.ibm.lpex.cobol declared as CobolWords.Word
protected  CobolWords.Word CobolParser._reservedWord
          If the current token is a reserved word, then this contains a reference to that word.
 

Methods in com.ibm.lpex.cobol that return CobolWords.Word
static CobolWords.Word ILECobolWords.findReservedWord(StringBuffer stringBuffer)
          Determine if the specified string is an ILE COBOL/400 reserved word.
static CobolWords.Word ILECobolWords.findDirective(StringBuffer stringBuffer)
          Determine if the specified string is a directive.
protected  CobolWords.Word ILECobolParser.findDirective()
          Return the directive word indicated by the current directive token (_directiveTokenText).
static CobolWords.Word CobolWords.findReservedWord(StringBuffer stringBuffer)
          Determine if the specified string is a reserved word.
static CobolWords.Word CobolWords.findDirective(StringBuffer stringBuffer)
          Determine if the specified string is a directive (compiler-directing statement keyword).
protected  CobolWords.Word CobolParser.findDirective()
          Returns the directive word indicated by the current directive token.
static CobolWords.Word Cobol400Words.findReservedWord(StringBuffer stringBuffer)
          Determine if the specified string is a COBOL/400 reserved word.
static CobolWords.Word Cobol400Words.findDirective(StringBuffer stringBuffer)
          Determine if the specified string is a directive.
protected  CobolWords.Word Cobol400Parser.findDirective()
          Return the directive word indicated by the current directive token (_directiveTokenText).
 


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV   NEXT FRAMES    NO FRAMES