|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.cobol.Cobol400Words
Keywords used by the COBOL/400 document parsers.
Field Summary | |
---|---|
static int | PROCESS
|
Constructor Summary | |
---|---|
Cobol400Words()
|
Method Summary | |
---|---|
static String[] | directives()
Return an array of the directives defined in here. |
static CobolWords.Word | findDirective(StringBuffer stringBuffer)
Determine if the specified string is a directive. |
static CobolWords.Word | findReservedWord(StringBuffer stringBuffer)
Determine if the specified string is a COBOL/400 reserved word. |
static boolean | isProcessOption(StringBuffer stringBuffer)
Determine if the specified string is a valid option for the COBOL/400 PROCESS statement. |
static String[] | processOptions()
Return an array of the COBOL/400 PROCESS statement options defined in here. |
static String[] | reservedWords()
Return an array of the COBOL/400 reserved words defined in here. |
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(StringBuffer stringBuffer)
public static String[] reservedWords()
public static CobolWords.Word findDirective(StringBuffer stringBuffer)
public static String[] directives()
public static boolean isProcessOption(StringBuffer stringBuffer)
public static String[] processOptions()
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |