public class RHS extends Object
| Constructor and Description |
|---|
RHS() |
| Modifier and Type | Method and Description |
|---|---|
RHS |
applyBindings(HashMap<String,String> bindings)
Apply variable substitutions to this set of clauses
TODO: note that a replace for ?A will erroneously match ?AB
|
RHS |
deepCopy() |
static void |
main(String[] args)
A test method
|
static RHS |
parse(Lexer lex,
int startLine)
The predicate must already have been read
|
String |
toString() |
Copyright © 2015. All rights reserved.