UNPKG
@browsery/antlr4
Version:
latest (4.13.3-r7)
4.13.3-r7
4.13.3-r6
4.13.3-r5
4.13.3-r4
4.13.3-r3
4.13.3-r2
4.13.3-r1
4.13.2
4.13.1
4.13.1-patch-1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
Browser compatible antlr4 module
github.com/panates/browsery
panates/browsery
@browsery/antlr4
/
error
/
InputMismatchException.d.ts
6 lines
(5 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
RecognitionException
}
from
"./RecognitionException.js"
;
import
{
Parser
}
from
"../Parser.js"
;
export
declare
class
InputMismatchException
extends
RecognitionException
{
constructor
(
recognizer
:
Parser
); }