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(String directive, JETMark start, JETMark stop, Map attributes)
           
 void handleExpression(JETMark start, JETMark stop, Map attributes)
           
 void handleScriptlet(JETMark start, JETMark stop, Map attributes)
           
 

Method Detail

beginPageProcessing

public void beginPageProcessing()
                         throws JETException
Throws:
JETException

handleDirective

public void handleDirective(String directive,
                            JETMark start,
                            JETMark stop,
                            Map attributes)
                     throws JETException
Throws:
JETException

handleExpression

public void handleExpression(JETMark start,
                             JETMark stop,
                             Map attributes)
                      throws JETException
Throws:
JETException

handleCharData

public void handleCharData(char[] chars)
                    throws JETException
Throws:
JETException

endPageProcessing

public void endPageProcessing()
                       throws JETException
Throws:
JETException

handleScriptlet

public void handleScriptlet(JETMark start,
                            JETMark stop,
                            Map attributes)
                     throws JETException
Throws:
JETException

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