|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfc.util.MiscUtil
public final class MiscUtil
Misc. utils
Field Summary | |
---|---|
static java.lang.String[] |
java_keywords
|
Constructor Summary | |
---|---|
MiscUtil()
|
Method Summary | |
---|---|
static boolean |
isJavaKeyword(java.lang.String word)
Returns true if the specified word is a Java Language Keyword. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] java_keywords
Constructor Detail |
---|
public MiscUtil()
Method Detail |
---|
public static boolean isJavaKeyword(java.lang.String word)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |