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