org.eclipse.emf.codegen.jet
Class JETParser.QuoteEscape
java.lang.Object
org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
- All Implemented Interfaces:
- JETCoreElement
- Enclosing class:
- JETParser
- public static class JETParser.QuoteEscape
- extends Object
- implements JETCoreElement
Quoting in template text.
Entities ' and "e;
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APOS
protected static final String APOS
- constants for escapes
- See Also:
- Constant Field Values
QUOTE
protected static final String QUOTE
- See Also:
- Constant Field Values
JETParser.QuoteEscape
public JETParser.QuoteEscape()
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