public interface InterpreterStackTrace
Modifier and Type | Method and Description |
---|---|
void |
begin() |
static InterpreterStackTrace |
create() |
static InterpreterStackTrace |
create(Object... signature) |
static InterpreterStackTrace |
create(Object signature) |
static InterpreterStackTrace |
create(String property,
String elementName,
String elementClass,
String elementId) |
void |
end() |
InterpreterStackTraceElement[] |
getItems()
Returns the stack trace elements ordered from the first (head) to the
last (tail).
|
String[] |
getStackTraceInfo() |
InterpreterStackTraceElement |
pop() |
void |
push(InterpreterStackTraceElement e) |
ErrorException |
setCurrentException(ErrorException exception) |
Expression |
setCurrentExpression(Expression expression) |
String |
setCurrentProperty(String property) |
static InterpreterStackTrace create()
static InterpreterStackTrace create(Object signature)
static InterpreterStackTrace create(Object... signature)
static InterpreterStackTrace create(String property, String elementName, String elementClass, String elementId)
void push(InterpreterStackTraceElement e)
InterpreterStackTraceElement pop()
String[] getStackTraceInfo()
InterpreterStackTraceElement[] getItems()
Used by debugger.
Expression setCurrentExpression(Expression expression)
ErrorException setCurrentException(ErrorException exception)
void begin()
void end()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.