ua.gradsoft.termware.debug
Class SubstitutionDebugStub
java.lang.Object
ua.gradsoft.termware.debug.SubstitutionDebugStub
public abstract class SubstitutionDebugStub
- extends Object
Base for debug stub which generated for substitution.
- Author:
- rssh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
term
protected Term term
substitution
protected Substitution substitution
result
protected Term result
SubstitutionDebugStub
public SubstitutionDebugStub(Term t,
Substitution s)
throws TermWareException
- Throws:
TermWareException
getResult
public abstract Term getResult()