public class ForDirectiveParser
extends dyvilx.tools.parsing.Parser
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ARROW |
protected static int |
BODY |
protected static int |
BODY_END |
protected static int |
CLOSE_PAREN |
protected static int |
FOR |
protected static int |
OPEN_PAREN |
protected static int |
TYPE_ASCRIPTION |
protected static int |
VAR_NAME |
| Constructor and Description |
|---|
ForDirectiveParser(dyvilx.tools.compiler.ast.statement.StatementList list) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(dyvilx.tools.parsing.IParserManager pm,
dyvilx.tools.parsing.token.IToken token) |
protected static final int FOR
protected static final int OPEN_PAREN
protected static final int VAR_NAME
protected static final int TYPE_ASCRIPTION
protected static final int ARROW
protected static final int CLOSE_PAREN
protected static final int BODY
protected static final int BODY_END