antlr
class WildcardElement extends GrammarAtom
| Field Summary | |
|---|---|
| protected String | label |
| Constructor Summary | |
|---|---|
| WildcardElement(Grammar g, Token t, int autoGenType) | |
| Method Summary | |
|---|---|
| void | generate() |
| String | getLabel() |
| Lookahead | look(int k) |
| void | setLabel(String label_) |
| String | toString() |