org.eclipse.emf.codegen.jet
Class JETParser.DelegatingListener

java.lang.Object
  extended byorg.eclipse.emf.codegen.jet.JETParser.DelegatingListener
All Implemented Interfaces:
JETParseEventListener
Enclosing class:
JETParser

public static class JETParser.DelegatingListener
extends Object
implements JETParseEventListener


Field Summary
protected  JETParser.Action action
           
protected  JETParseEventListener delegate
           
 
Constructor Summary
JETParser.DelegatingListener(JETParseEventListener delegate, JETParser.Action action)
           
 
Method Summary
 void beginPageProcessing()
           
 void doAction()
           
 void endPageProcessing()
           
 void handleCharData(char[] chars)
           
 void handleDirective(String directive, JETMark start, JETMark stop, Map attrs)
           
 void handleExpression(JETMark start, JETMark stop, Map attrs)
           
 void handleScriptlet(JETMark start, JETMark stop, Map attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

protected JETParseEventListener delegate

action

protected JETParser.Action action
Constructor Detail

JETParser.DelegatingListener

public JETParser.DelegatingListener(JETParseEventListener delegate,
                                    JETParser.Action action)
Method Detail

doAction

public void doAction()
              throws JETException
Throws:
JETException

beginPageProcessing

public void beginPageProcessing()
                         throws JETException
Specified by:
beginPageProcessing in interface JETParseEventListener
Throws:
JETException

endPageProcessing

public void endPageProcessing()
                       throws JETException
Specified by:
endPageProcessing in interface JETParseEventListener
Throws:
JETException

handleDirective

public void handleDirective(String directive,
                            JETMark start,
                            JETMark stop,
                            Map attrs)
                     throws JETException
Specified by:
handleDirective in interface JETParseEventListener
Throws:
JETException

handleScriptlet

public void handleScriptlet(JETMark start,
                            JETMark stop,
                            Map attrs)
                     throws JETException
Specified by:
handleScriptlet in interface JETParseEventListener
Throws:
JETException

handleExpression

public void handleExpression(JETMark start,
                             JETMark stop,
                             Map attrs)
                      throws JETException
Specified by:
handleExpression in interface JETParseEventListener
Throws:
JETException

handleCharData

public void handleCharData(char[] chars)
                    throws JETException
Specified by:
handleCharData in interface JETParseEventListener
Throws:
JETException

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