org.erights.e.elib.debug
Interface EStackItem
- All Known Implementing Classes:
- CallExpr, EMethodNode, JavaMatcher, JavaMemberNode, Matcher, SendExpr
- public interface EStackItem
Untamed: Things that can be pushed and popped with great rapidity that represent
items on an E call stack.
- Author:
- Mark S. Miller
- See Also:
org.erights.e.elib.vat.Runner#pushEStackItem(EStackItem)
Method Summary |
void |
traceOn(TextWriter out)
Enabled: Like printOn, but for contributing a line to an E stack traceback. |
traceOn
public void traceOn(TextWriter out)
throws IOException
- Enabled: Like printOn, but for contributing a line to an E stack traceback.
IOException
comments?