org.eclipse.xtext.ui.editor.contentassist.antlr
Class LookaheadKeyword

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.LookAheadTerminal
      extended by org.eclipse.xtext.ui.editor.contentassist.antlr.LookaheadKeyword

public class LookaheadKeyword
extends LookAheadTerminal


Constructor Summary
LookaheadKeyword()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getKeyword()
           
 int hashCode()
           
 boolean matches(AbstractElement element)
           
 void setKeyword(java.lang.String keyword)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.LookAheadTerminal
getToken, setToken, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookaheadKeyword

public LookaheadKeyword()
Method Detail

setKeyword

public void setKeyword(java.lang.String keyword)

getKeyword

public java.lang.String getKeyword()

matches

public boolean matches(AbstractElement element)
Specified by:
matches in class LookAheadTerminal

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object