org.eclipse.emf.codegen.jet
Interface JETParseEventListener

All Known Implementing Classes:
JETCompiler, JETParser.DelegatingListener

public interface JETParseEventListener

The interface for the JET code generation backend.


Method Summary
 void beginPageProcessing()
           
 void endPageProcessing()
           
 void handleCharData(char[] chars)
           
 void handleDirective(java.lang.String directive, JETMark start, JETMark stop, java.util.Map attributes)
           
 void handleExpression(JETMark start, JETMark stop, java.util.Map attributes)
           
 void handleScriptlet(JETMark start, JETMark stop, java.util.Map attributes)
           
 

Method Detail

beginPageProcessing

public void beginPageProcessing()
                         throws JETException

handleDirective

public void handleDirective(java.lang.String directive,
                            JETMark start,
                            JETMark stop,
                            java.util.Map attributes)
                     throws JETException

handleExpression

public void handleExpression(JETMark start,
                             JETMark stop,
                             java.util.Map attributes)
                      throws JETException

handleCharData

public void handleCharData(char[] chars)
                    throws JETException

endPageProcessing

public void endPageProcessing()
                       throws JETException

handleScriptlet

public void handleScriptlet(JETMark start,
                            JETMark stop,
                            java.util.Map attributes)
                     throws JETException

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.