public class ScopeDirectiveParser
extends dyvilx.tools.parsing.Parser
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BODY |
protected static int |
BODY_END |
protected static int |
CLOSE_PAREN |
protected static int |
OPEN_PAREN |
| Constructor and Description |
|---|
ScopeDirectiveParser(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 OPEN_PAREN
protected static final int CLOSE_PAREN
protected static final int BODY
protected static final int BODY_END