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