Package | Description |
---|---|
alice.tuprolog | |
alice.tuprolog.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
Parser
This class defines a parser of prolog terms and sentences.
|
Modifier and Type | Method and Description |
---|---|
static IParser |
ParserFactory.createParser(IOperatorManager op,
String theory)
creating a Parser specifing how to handle operators
and what text to parse
|
static IParser |
ParserFactory.createParser(IOperatorManager op,
String theory,
HashMap<Term,Integer> mapping)
creating a Parser specifing how to handle operators
and what text to parse
|
static IParser |
ParserFactory.createParser(String theory)
Creating a parser with default operator interpretation
|
static IParser |
ParserFactory.createParser(String theory,
HashMap<Term,Integer> mapping)
creating a parser with default operator interpretation
|