Info

data class Info(tokenType: IElementType, position: Int, length: Int, canOpen: Boolean, canClose: Boolean, marker: Char, closerIndex: Int)

Properties

canClose
Link copied to clipboard
common
var canClose: Boolean
canOpen
Link copied to clipboard
common
var canOpen: Boolean
closerIndex
Link copied to clipboard
common
var closerIndex: Int
Index of the closing delimiter for the current one.
length
Link copied to clipboard
common
val length: Int = 0
Represents the length of the current delimiter run and will be used to check 9 and 10 rules (rule of 3) for emphasises on the delimiter balancing phase (will be skipped if equals to 0).
marker
Link copied to clipboard
common
var marker: Char
position
Link copied to clipboard
common
val position: Int
tokenType
Link copied to clipboard
common
val tokenType: IElementType