| java.lang.Object com.caucho.quercus.Location
Location | public class Location (Code) | | Records the source file location of a statement or expression.
|
getLineNumber | public int getLineNumber()(Code) | | |
getMessagePrefix | public String getMessagePrefix()(Code) | | Returns a prefix of the form "filename:linenumber: ", or the empty string
if the filename is not known.
|
|
|