Package | Description |
---|---|
org.antlr.runtime |
Modifier and Type | Class and 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 and Description |
---|---|
void |
Lexer.match(int c) |
void |
Lexer.match(String s) |
Copyright © 2020. All rights reserved.