public static class JETParser.Directive extends java.lang.Object implements JETCoreElement
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<java.lang.String> |
directives |
| Constructor and Description |
|---|
Directive() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(JETParseEventListener listener,
JETReader reader,
JETParser parser)
Return true if the input contained the sequence that matched
the action corresponding to this core tag.
|
java.util.Collection<java.lang.String> |
getDirectives() |
public boolean accept(JETParseEventListener listener, JETReader reader, JETParser parser) throws JETException
JETCoreElementaccept in interface JETCoreElementJETExceptionpublic java.util.Collection<java.lang.String> getDirectives()
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature