fr.umlv.tatoo.runtime.tools
Interface TypedProduction<V,N extends V>


public interface TypedProduction<V,N extends V>


Method Summary
 N getLeft()
           
 List<? extends V> getRight()
           
 

Method Detail

getRight

List<? extends V> getRight()

getLeft

N getLeft()