ua.gradsoft.termware.debug
Class ConditionDebugStub
java.lang.Object
ua.gradsoft.termware.debug.ConditionDebugStub
public abstract class ConditionDebugStub
- extends Object
- Author:
- rssh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
system
protected TermSystem system
condition
protected Term condition
transformationContext
protected TransformationContext transformationContext
result
protected boolean result
ConditionDebugStub
public ConditionDebugStub(TermSystem ts,
Term c,
TransformationContext ctx)
throws TermWareException
- Creates a new instance of ConditionDebugStub
- Throws:
TermWareException
getResult
public abstract boolean getResult()