public class RuleSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
filename |
ArrayList<Rule> |
rules |
ArrayList<String> |
warningSet |
| Constructor and Description |
|---|
RuleSet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
A test method
|
RuleSet |
parse(Lexer lex) |
static RuleSet |
readFile(String fname) |
static void |
testReadRuleSet()
A test method
|
static CNF |
testRuleAndClausify()
A test method
|
String |
toString() |
Copyright © 2015. All rights reserved.