class FlexAdapter
FlexAdapter(flex: RJsonLexer) |
var bufferEnd: Int |
|
var bufferSequence: CharSequence? |
|
val flex: RJsonLexer |
|
val state: Int |
|
val tokenEnd: Int |
|
val tokenStart: Int |
|
val tokenType: IElementType? |
fun advance(): Unit |
|
fun locateToken(): Unit |
|
fun start(buffer: CharSequence, startOffset: Int, endOffset: Int, initialState: Int): Unit |