|
Qizx fe-4.4p2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.qizx.api.EvaluationStackTrace
public class EvaluationStackTrace
A level in an evaluation Stack Trace. Points to a location in a source query expression or module.
Returned by an EvaluationException or by the future debugger interface.
Constructor Summary | |
---|---|
EvaluationStackTrace(String signature,
String moduleURI,
int lineNumber,
String srcLine,
int columnNumber,
int position,
int endPosition)
For internal use. |
Method Summary | |
---|---|
int |
getColumnNumber()
Gets the column number of the evaluation point in this stack level. |
int |
getEndPosition()
Gets the character end-position of the evaluated expression in this stack level. |
int |
getLineNumber()
Gets the line number of the evaluation point in this stack level. |
String |
getModuleURI()
Returns the URI of the module location for this stack level. |
int |
getPosition()
Gets the character position of the evaluation point in this stack level. |
String |
getSignature()
Returns the signature of the called function, or null in the outermost stack level (main query). |
String |
getSourceLine()
Gets the text of the line in the source code where the evaluation pointer sits. |
void |
print(PrintWriter output)
Prints the location and the function signature if any. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EvaluationStackTrace(String signature, String moduleURI, int lineNumber, String srcLine, int columnNumber, int position, int endPosition)
signature
- moduleURI
- lineNumber
- srcLine
- columnNumber
- position
- endOffset
- Method Detail |
---|
public String getSignature()
public String getModuleURI()
public int getPosition()
public int getEndPosition()
public int getColumnNumber()
public int getLineNumber()
public String getSourceLine()
public void print(PrintWriter output)
output
- a PrintWriter outputpublic String toString()
toString
in class Object
|
© 2010 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |