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

Packages that use ErrorContext
fr.umlv.tatoo.runtime.buffer   
fr.umlv.tatoo.runtime.buffer.impl   
 

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

Classes in fr.umlv.tatoo.runtime.buffer with type parameters of type ErrorContext
 interface ErrorContextBuffer<E extends ErrorContext>
          A ErrorContextBuffer allows to retreive the context when a error occurs in the lexer.
 

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

Classes in fr.umlv.tatoo.runtime.buffer.impl that implement ErrorContext
 class LocationErrorContext