public class EvaluationErrorConverter extends Object implements FromTermConverter<Compound,EvaluationError>
| Modifier and Type | Field and Description |
|---|---|
static String |
EVALUATION_ERROR_FUNCTOR_NAME |
| Constructor and Description |
|---|
EvaluationErrorConverter() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationError |
fromTerm(Compound term,
Type type,
Jpc context) |
static boolean |
isEvaluationError(Term term) |
public static final String EVALUATION_ERROR_FUNCTOR_NAME
public static boolean isEvaluationError(Term term)
public EvaluationError fromTerm(Compound term, Type type, Jpc context)
fromTerm in interface FromTermConverter<Compound,EvaluationError>Copyright © 2014. All rights reserved.