public class EvalResult extends Object
Modifier and Type | Field and Description |
---|---|
List<Alert> |
alerts |
String |
context |
String |
expression |
boolean |
isDummy |
boolean |
isError |
int |
nestingLevel |
Object |
result |
String |
testIDLabel |
boolean |
useResultAsObject |
Map<String,List<VarInfo>> |
vars |
Alert.LEVEL |
worstLevel |
Constructor and Description |
---|
EvalResult() |
Modifier and Type | Method and Description |
---|---|
void |
addAlert(String m,
String p,
Alert.LEVEL l) |
void |
addAllAlerts(List<Alert> otherAlerts) |
String |
getResultString() |
String |
toString() |
public String context
public String expression
public String testIDLabel
public boolean isDummy
public boolean isError
public int nestingLevel
public Object result
public boolean useResultAsObject
public Alert.LEVEL worstLevel
Copyright © 2016. All rights reserved.