TokensByLineVisitor

class TokensByLineVisitor : SharedPackedParseTreeVisitor<Unit, List<String>>

Functions

getOrCreate
Link copied to clipboard
common
fun MutableList<MutableList<SPPTLeaf>>.getOrCreate(index: Int): MutableList<SPPTLeaf>
visit
Link copied to clipboard
common
open override fun visit(target: SPPTBranch, arg: List<String>)
open override fun visit(target: SPPTLeaf, arg: List<String>)
open override fun visit(target: SharedPackedParseTree, arg: List<String>)
open fun visit(target: SPPTNode, arg: List<String>)

Properties

lines
Link copied to clipboard
common
val lines: MutableList<MutableList<SPPTLeaf>>