com.ibm.lpex.cobol
Class Cobol400Words

java.lang.Object
  |
  +--com.ibm.lpex.cobol.Cobol400Words

public final class Cobol400Words
extends java.lang.Object

Keywords for the COBOL/400 document parser.


Field Summary
static int PROCESS
           
 
Constructor Summary
Cobol400Words()
           
 
Method Summary
static CobolWords.Word findDirective(java.lang.StringBuffer stringBuffer)
          Determine if the specified string is a directive.
static CobolWords.Word findReservedWord(java.lang.StringBuffer stringBuffer)
          Determine if the specified string is a COBOL/400 reserved word.
static boolean isProcessOption(java.lang.StringBuffer stringBuffer)
          Determine if the specified string is a valid option for the COBOL/400 PROCESS statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS

public static final int PROCESS
Constructor Detail

Cobol400Words

public Cobol400Words()
Method Detail

findReservedWord

public static CobolWords.Word findReservedWord(java.lang.StringBuffer stringBuffer)
Determine if the specified string is a COBOL/400 reserved word.

findDirective

public static CobolWords.Word findDirective(java.lang.StringBuffer stringBuffer)
Determine if the specified string is a directive.

isProcessOption

public static boolean isProcessOption(java.lang.StringBuffer stringBuffer)
Determine if the specified string is a valid option for the COBOL/400 PROCESS statement.