fr.umlv.tatoo.runtime.lexer
Class LocationErrorContext

java.lang.Object
  extended by fr.umlv.tatoo.runtime.lexer.LocationErrorContext
All Implemented Interfaces:
ErrorContext

public class LocationErrorContext
extends Object
implements ErrorContext

Version:
$Revision$
Author:
Gilles Roussel

Constructor Summary
LocationErrorContext()
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String toString()
           
 void updateContext(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationErrorContext

public LocationErrorContext()
Method Detail

updateContext

public void updateContext(char c)

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

toString

public String toString()
Overrides:
toString in class Object