Buffered Token Stream
open external class BufferedTokenStream(tokenSource: dynamic) : TokenStream
Content copied to clipboard
https://github.com/antlr/antlr4/blob/master/runtime/JavaScript/src/antlr4/BufferedTokenStream.js
Constructors
BufferedTokenStream
Link copied to clipboard
fun BufferedTokenStream(tokenSource: dynamic)
Content copied to clipboard
Functions
Properties
fetchedEOF
Link copied to clipboard
tokenSource
Link copied to clipboard
val tokenSource: dynamic
Content copied to clipboard
Inheritors
CommonTokenStream
Link copied to clipboard