|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.jdoql.tree.Tree.JavaKeyWords
Field Summary | |
(package private) java.util.Collection |
javaKeyWords
|
Constructor Summary | |
(package private) |
Tree.JavaKeyWords()
|
Method Summary | |
private boolean |
isJavaKeyWord(java.lang.String identifier)
Checks if the argument identifier equals a Java key word. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.util.Collection javaKeyWords
Constructor Detail |
Tree.JavaKeyWords()
Method Detail |
private boolean isJavaKeyWord(java.lang.String identifier)
identifier
equals a Java key word.
identifier
- the identifier to check
true
, if identifier
is a Java key word,
else false
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |