SWT LPEX
v3.0.5

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
protected  CobolWords.Word CobolParser.findDirective()
          Returns the directive word indicated by the current directive token.
static CobolWords.Word CobolWords.findReservedWord(StringBuffer stringBuffer)
          Returns whether the specified string is a reserved word.
static CobolWords.Word CobolWords.findDirective(StringBuffer stringBuffer)
          Returns whether the specified string is a directive (compiler-directing statement keyword).
static CobolWords.Word ILECobolWords.findReservedWord(StringBuffer stringBuffer)
          Determines whether the specified string is an ILE COBOL/400 reserved word.
static CobolWords.Word ILECobolWords.findDirective(StringBuffer stringBuffer)
          Determines whether the specified string is a directive.
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 ILECobolParser.findDirective()
          Return the directive word indicated by the current directive token (_directiveTokenText).
protected  CobolWords.Word Cobol400Parser.findDirective()
          Return the directive word indicated by the current directive token (_directiveTokenText).
 


SWT LPEX
v3.0.5

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