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