Uses of Interface
org.inxar.syntacs.grammar.context_free.LR1Item

Packages that use LR1Item
com.inxar.syntacs.grammar.context_free Defines classes which implement context-free grammars. 
org.inxar.syntacs.grammar.context_free Declares interfaces which model context-free grammars. 
 

Uses of LR1Item in com.inxar.syntacs.grammar.context_free
 

Classes in com.inxar.syntacs.grammar.context_free that implement LR1Item
 class CFLR1Item
          Standard LR1Item implementation.
 

Methods in com.inxar.syntacs.grammar.context_free that return LR1Item
 LR1Item CFItem.lookahead(Terminal lookahead)
           
 LR1Item CFLR1Item.lookahead(Terminal lookahead)
           
 

Uses of LR1Item in org.inxar.syntacs.grammar.context_free
 

Methods in org.inxar.syntacs.grammar.context_free that return LR1Item
 LR1Item Item.lookahead(Terminal lookahead)
          Returns an LR1Item corresponding to this core Item with the given lookahead.