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

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

public class LookAheadTerminalRuleCall
extends LookAheadTerminal


Constructor Summary
LookAheadTerminalRuleCall()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 TerminalRule getRule()
           
 int hashCode()
           
 boolean matches(AbstractElement element)
           
 void setRule(TerminalRule rule)
           
 
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

LookAheadTerminalRuleCall

public LookAheadTerminalRuleCall()
Method Detail

setRule

public void setRule(TerminalRule rule)

getRule

public TerminalRule getRule()

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