Uses of Class
com.twineworks.tweakflow.lang.interpreter.EvaluationResult
Packages that use EvaluationResult
-
Uses of EvaluationResult in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter that return EvaluationResultModifier and TypeMethodDescriptionstatic EvaluationResultEvaluationResult.error(LangException exception) static EvaluationResultEvaluationResult.ok() -
Uses of EvaluationResult in com.twineworks.tweakflow.repl
Methods in com.twineworks.tweakflow.repl that return EvaluationResultMethods in com.twineworks.tweakflow.repl with parameters of type EvaluationResultModifier and TypeMethodDescriptionReplState.setEvaluationResult(EvaluationResult evaluationResult)