Class LookAheadTerminalRuleCall
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.contentassist.antlr.LookAheadTerminal
-
- org.eclipse.xtext.ide.editor.contentassist.antlr.LookAheadTerminalRuleCall
-
- All Implemented Interfaces:
ILookAheadTerminal
public class LookAheadTerminalRuleCall extends LookAheadTerminal
- Since:
- 2.9
-
-
Constructor Summary
Constructors Constructor Description LookAheadTerminalRuleCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)org.eclipse.xtext.TerminalRulegetRule()inthashCode()booleanmatches(org.eclipse.xtext.AbstractElement element)voidsetRule(org.eclipse.xtext.TerminalRule rule)-
Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.antlr.LookAheadTerminal
getToken, setToken, toString
-
-
-
-
Method Detail
-
setRule
public void setRule(org.eclipse.xtext.TerminalRule rule)
-
getRule
public org.eclipse.xtext.TerminalRule getRule()
-
matches
public boolean matches(org.eclipse.xtext.AbstractElement element)
- Specified by:
matchesin classLookAheadTerminal
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-