public class InterpreterStackTraceElement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InterpreterStackTraceElement.ComplexSignature |
Constructor and Description |
---|
InterpreterStackTraceElement(Object signature) |
Modifier and Type | Method and Description |
---|---|
ErrorException |
getException() |
Expression |
getExpression() |
String |
getProperty() |
String |
getSignature() |
void |
setException(ErrorException exception) |
void |
setExpression(Expression expression) |
void |
setProperty(String property) |
String |
toString() |
public InterpreterStackTraceElement(Object signature)
public String getSignature()
public String getProperty()
public void setProperty(String property)
public void setExpression(Expression expression)
public Expression getExpression()
public ErrorException getException()
public void setException(ErrorException exception)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.