at.dms.compiler.antlr.runtime
Class DefaultFileLineFormatter

java.lang.Object
  extended by at.dms.compiler.antlr.runtime.FileLineFormatter
      extended by at.dms.compiler.antlr.runtime.DefaultFileLineFormatter

public class DefaultFileLineFormatter
extends FileLineFormatter


Constructor Summary
DefaultFileLineFormatter()
           
 
Method Summary
 String getFormatString(String fileName, int line)
           
 
Methods inherited from class at.dms.compiler.antlr.runtime.FileLineFormatter
getFormatter, setFormatter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileLineFormatter

public DefaultFileLineFormatter()
Method Detail

getFormatString

public String getFormatString(String fileName,
                              int line)
Specified by:
getFormatString in class FileLineFormatter