public interface StringEvaluator
Modifier and Type | Method and Description |
---|---|
String[] |
completeCommand(String part)
Given a partial script part, completeCommand returns an array
of possible completions.
|
InterpreterResult |
evaluate(String script)
The result of evaluating a string is another string together
with a boolean telling whether it is a regular result or an
error message.
|
String[] completeCommand(String part)
InterpreterResult evaluate(String script)