|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.cobol.ILECobolWords
public final class ILECobolWords
Keywords used by the ILE COBOL/400 document parsers.
Field Summary | |
---|---|
static int |
PROCESS
|
Constructor Summary | |
---|---|
ILECobolWords()
|
Method Summary | |
---|---|
static String[] |
directives()
Returns an array of the directives defined in here. |
static CobolWords.Word |
findDirective(StringBuffer stringBuffer)
Determines whether the specified string is a directive. |
static CobolWords.Word |
findReservedWord(StringBuffer stringBuffer)
Returns whether the specified string is an ILE COBOL/400 reserved word. |
static String[] |
functionNames()
Returns an array of the ILE COBOL/400 function names defined in here. |
static boolean |
isFunctionName(StringBuffer stringBuffer)
Returns whether the specified string is an ILE COBOL/400 function name. |
static boolean |
isProcessOption(StringBuffer stringBuffer)
Returns whether the specified string is a valid option for the ILE COBOL/400 PROCESS directive. |
static String[] |
processOptions()
Returns an array of the ILE COBOL/400 PROCESS directive options defined in here. |
static String[] |
reservedWords()
Returns an array of the ILE 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 ILECobolWords()
Method Detail |
---|
public static CobolWords.Word findReservedWord(StringBuffer stringBuffer)
public static String[] reservedWords()
public static boolean isFunctionName(StringBuffer stringBuffer)
public static String[] functionNames()
public static CobolWords.Word findDirective(StringBuffer stringBuffer)
public static String[] directives()
public static boolean isProcessOption(StringBuffer stringBuffer)
public static String[] processOptions()
|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |