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