public class IfDirectiveParser
extends dyvilx.tools.parsing.Parser
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOSE_PAREN |
static int |
ELSE |
static int |
ELSE_BODY |
static int |
ELSE_BODY_END |
static int |
IF |
static int |
OPEN_PAREN |
static int |
THEN_BODY |
static int |
THEN_BODY_END |
| Constructor and Description |
|---|
IfDirectiveParser(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) |
public static final int IF
public static final int OPEN_PAREN
public static final int CLOSE_PAREN
public static final int THEN_BODY
public static final int THEN_BODY_END
public static final int ELSE
public static final int ELSE_BODY
public static final int ELSE_BODY_END