public class InterpreterResult extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
isErrorMessage
Tells whether this is an error message or a regular result.
|
String |
message
The string holding the result of the evaluation or the error message
|
Constructor and Description |
---|
InterpreterResult(String str)
creates an IntrepreterResult with isErrorMessage = false
|
InterpreterResult(String str,
boolean b) |
public boolean isErrorMessage
public String message