public class PrologParser extends Object
| Constructor and Description |
|---|
PrologParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
compileParameters(com.intersult.parser.NonTerminal node,
TermList termList,
Map<String,Term> variables) |
static com.intersult.parser.Parsers |
getParsers() |
static List<TermList> |
parseProgram(String string) |
static Term |
parseTerm(String string) |
static TermList |
parseTermList(String string) |
public static com.intersult.parser.Parsers getParsers()
throws com.intersult.parser.ParseException
com.intersult.parser.ParseExceptionpublic static Term parseTerm(String string) throws com.intersult.parser.ParseException
com.intersult.parser.ParseExceptionpublic static TermList parseTermList(String string) throws com.intersult.parser.ParseException
com.intersult.parser.ParseExceptionpublic static List<TermList> parseProgram(String string) throws com.intersult.parser.ParseException
com.intersult.parser.ParseExceptionCopyright © 2014 Intersult GmbH. All rights reserved.