|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jess.server.LineNumberRecord
A LineNumberRecord represents the line in a file where some Jess construct is defined. This class is used by the debugger.
(C) 2005 Sandia National Laboratories
Constructor Summary | |
LineNumberRecord(java.lang.String fileName,
int lineno)
|
Method Summary | |
java.lang.String |
getFileName()
|
int |
getLineno()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LineNumberRecord(java.lang.String fileName, int lineno)
Method Detail |
public java.lang.String getFileName()
public int getLineno()
|
© 2006 Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |