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