org.apache.jdo.impl.jdoql.tree
Class Tree.JavaKeyWords

java.lang.Object
  extended byorg.apache.jdo.impl.jdoql.tree.Tree.JavaKeyWords
Enclosing class:
Tree

static class Tree.JavaKeyWords
extends java.lang.Object


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

javaKeyWords

java.util.Collection javaKeyWords
Constructor Detail

Tree.JavaKeyWords

Tree.JavaKeyWords()
Method Detail

isJavaKeyWord

private boolean isJavaKeyWord(java.lang.String identifier)
Checks if the argument identifier equals a Java key word.

Parameters:
identifier - the identifier to check
Returns:
true, if identifier is a Java key word, else false