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.
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