org.inxar.syntacs.grammar.context_free
Interface Epsilon

All Superinterfaces:
GrammarSymbol, Terminal
All Known Implementing Classes:
CFEpsilon

public interface Epsilon
extends Terminal

The Epsilon interface is a special type of Terminal. It may be used as a GrammarSymbol in a Production.


Methods inherited from interface org.inxar.syntacs.grammar.context_free.Terminal
getToken
 
Methods inherited from interface org.inxar.syntacs.grammar.context_free.GrammarSymbol
getFirstSet, getID, getName, isNullable, isTerminal