|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.lpex.cobol.Cobol400Words
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 |
public static final int PROCESS
Constructor Detail |
public Cobol400Words()
Method Detail |
public static CobolWords.Word findReservedWord(java.lang.StringBuffer stringBuffer)
public static CobolWords.Word findDirective(java.lang.StringBuffer stringBuffer)
public static boolean isProcessOption(java.lang.StringBuffer stringBuffer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |