org.eclipse.xtext.xbase.compiler
Class JavaKeywords

java.lang.Object
  extended by org.eclipse.xtext.xbase.compiler.JavaKeywords

public class JavaKeywords
extends java.lang.Object

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
JavaKeywords()
           
 
Method Summary
 boolean isJavaKeyword(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaKeywords

public JavaKeywords()
Method Detail

isJavaKeyword

public boolean isJavaKeyword(java.lang.String s)