public static final class CodeEvaluator.Result.DefaultHistoryItem extends Object
Constructor and Description |
---|
DefaultHistoryItem(String expression,
String type,
String value,
String toStringValue)
Create a new history item.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Get the evaluated expression.
|
String |
getTooltip()
Get tooltip displayed upon the history item.
|
String |
getToStringValue()
Get toString representation of the result.
|
String |
getType()
Get the type of the result.
|
String |
getValue()
Get the value of the result.
|
public String getExpression()
public String getType()
public String getValue()
public String getToStringValue()
public String getTooltip()