public static class Lexer.State
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
id |
static Lexer.State |
NORMAL |
static Lexer.State |
PACKAGE |
| Modifier | Constructor and Description |
|---|---|
private |
Lexer.State(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
id() |
public static final Lexer.State NORMAL
public static final Lexer.State PACKAGE
private int id
Copyright © 1997-2013 Sablecc. All Rights Reserved.