jess.server
Class LineNumberRecord
java.lang.Object
jess.server.LineNumberRecord
- public class LineNumberRecord
- extends java.lang.Object
A LineNumberRecord represents the line in a file where some Jess
construct is defined. This class is used by the debugger.
(C) 2006 Sandia National Laboratories
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LineNumberRecord
public LineNumberRecord(java.lang.String fileName,
int lineno)
getFileName
public java.lang.String getFileName()
getLineno
public int getLineno()
toString
public java.lang.String toString()