Uses of Interface
fr.umlv.tatoo.runtime.buffer.LocationProvider

Packages that use LocationProvider
fr.umlv.tatoo.cc.ebnf   
fr.umlv.tatoo.runtime.buffer   
fr.umlv.tatoo.runtime.buffer.impl   
 

Uses of LocationProvider in fr.umlv.tatoo.cc.ebnf
 

Constructors in fr.umlv.tatoo.cc.ebnf with parameters of type LocationProvider
EBNFAnnotationComputer(LocationProvider locationTracker)
           
 

Uses of LocationProvider in fr.umlv.tatoo.runtime.buffer
 

Methods in fr.umlv.tatoo.runtime.buffer that return LocationProvider
 LocationProvider LexerBuffer.getLocationProvider()
          Returns a location provider.
 

Uses of LocationProvider in fr.umlv.tatoo.runtime.buffer.impl
 

Classes in fr.umlv.tatoo.runtime.buffer.impl that implement LocationProvider
 class LocationTracker
          A class that is able to map buffer position to text location.