public class ImportDirectiveParser
extends dyvilx.tools.parsing.Parser
| Modifier and Type | Field and Description |
|---|---|
protected static int |
CLOSE_PAREN |
protected static int |
KEYWORD |
protected static int |
OPEN_PAREN |
protected Template |
template |
| Constructor and Description |
|---|
ImportDirectiveParser(Template template) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(dyvilx.tools.parsing.IParserManager pm,
dyvilx.tools.parsing.token.IToken token) |
protected static final int KEYWORD
protected static final int OPEN_PAREN
protected static final int CLOSE_PAREN
protected final Template template
public ImportDirectiveParser(Template template)