|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--proof.term.EmptyRecord
An empty record.
| Constructor Summary | |
EmptyRecord()
Constructor. |
|
| Method Summary | |
boolean |
alphaEquals(Term t)
Compares this term to another term, up to variable renaming. |
Term |
headReduceOnce()
... |
Term |
substitute(Var y,
Term s)
Substituting into this does nothing... |
java.lang.String |
toString()
Convert this term to a String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EmptyRecord()
| Method Detail |
public Term substitute(Var y,
Term s)
substitute in interface Termproof.term.Termy - the Var to substitute in fort - the term to substitute in.public Term headReduceOnce()
headReduceOnce in interface Termproof.term.Termpublic boolean alphaEquals(Term t)
TermalphaEquals in interface Termproof.term.Termt - the term to compare this tot are equal
(ignoring the names of variables)public java.lang.String toString()
toString in interface TermtoString in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||