org.eclipse.emf.codegen.jet
Interface JETCoreElement
- All Known Implementing Classes:
- JETParser.Scriptlet, JETParser.Expression, JETParser.QuoteEscape, JETParser.Directive
- public interface JETCoreElement
The core elements we recognize;
these are stateless abstractions that represent the parsing action for a core tag.
accept
public boolean accept(JETParseEventListener listener,
JETReader reader,
JETParser parser)
throws JETException
- Return true if the input contained the sequence that matched
the action corresponding to this core tag.