org.eclipse.emf.codegen.jet
Class JETParser.Scriptlet
java.lang.Object
org.eclipse.emf.codegen.jet.JETParser.Scriptlet
- All Implemented Interfaces:
- JETCoreElement
- Enclosing class:
- JETParser
- public static class JETParser.Scriptlet
- extends Object
- implements JETCoreElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JETParser.Scriptlet
public JETParser.Scriptlet()
accept
public boolean accept(JETParseEventListener listener,
JETReader reader,
JETParser parser)
throws JETException
- Description copied from interface:
JETCoreElement
- Return true if the input contained the sequence that matched
the action corresponding to this core tag.
- Specified by:
accept
in interface JETCoreElement
- Throws:
JETException