Package | Description |
---|---|
org.antlr.runtime |
Modifier and Type | Class | Description |
---|---|---|
class |
MissingTokenException |
We were expecting a token but it's not found.
|
class |
UnwantedTokenException |
An extra token while parsing a TokenStream
|
Modifier and Type | Method | Description |
---|---|---|
void |
Lexer.match(int c) |
|
void |
Lexer.match(String s) |
Copyright © 1992–2018 ANTLR. All rights reserved.