dk.brics.servletvalidator
Class CodeLocation
java.lang.Object
dk.brics.servletvalidator.CodeLocation
public class CodeLocation
- extends Object
A code location is a location in the code. This is used to determine the place that some
nonterminal or automaton originates in order to give a clear error message
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeLocation
public CodeLocation(int line,
String file)
getFile
public String getFile()
getLine
public int getLine()
setFile
public void setFile(String file)
setLine
public void setLine(int line)
Copyright © 2008 Mathias Schwarz.