net.sf.saffron.walden
Interface Handler
- All Known Implementing Classes:
- PrintHandler
- public interface Handler
Communicates the results of an Interpreter
to the world.
{ * PrintHandler
is an implementation which writes its output to a
Writer
.
} *
- Since:
- May 26, 2002
- Version:
- $Id: //open/saffron/src/net/sf/saffron/walden/Handler.java#2 $
- Author:
- jhyde
afterExecute
public void afterExecute(OJClass clazz,
Object o)
beforeExecute
public void beforeExecute(ParseTree parseTree)
beforeParse
public void beforeParse()
onParseException
public void onParseException(ParseException e)