fr.umlv.tatoo.cc.parser.table
Interface NodeClosureComputer<I extends NodeItem<I>>

All Known Implementing Classes:
LR0ClosureComputer, LR1ClosureComputer

public interface NodeClosureComputer<I extends NodeItem<I>>


Method Summary
 Closure<I> getClosure(I item)
          Gives the closure of the dotted non terminal of item
 

Method Detail

getClosure

Closure<I> getClosure(I item)
Gives the closure of the dotted non terminal of item

Parameters:
item - the item containing the non terminal
Returns:
the closure