public class ParserFactory extends Object
Constructor and Description |
---|
ParserFactory() |
Modifier and Type | Method and Description |
---|---|
static IParser |
createParser(IOperatorManager op,
String theory)
creating a Parser specifing how to handle operators
and what text to parse
|
static IParser |
createParser(IOperatorManager op,
String theory,
HashMap<Term,Integer> mapping)
creating a Parser specifing how to handle operators
and what text to parse
|
static IParser |
createParser(String theory)
Creating a parser with default operator interpretation
|
static IParser |
createParser(String theory,
HashMap<Term,Integer> mapping)
creating a parser with default operator interpretation
|
public static IParser createParser(String theory)
public static IParser createParser(String theory, HashMap<Term,Integer> mapping)
public static IParser createParser(IOperatorManager op, String theory)