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

Method Summary
 void afterExecute(OJClass clazz, Object o)
           
 void beforeExecute(ParseTree parseTree)
           
 void beforeParse()
           
 void onParseException(ParseException e)
           
 

Method Detail

afterExecute

public void afterExecute(OJClass clazz,
                         Object o)

beforeExecute

public void beforeExecute(ParseTree parseTree)

beforeParse

public void beforeParse()

onParseException

public void onParseException(ParseException e)

SourceForge.net_Logo