CompositeBlock

class CompositeBlock(val type: Int, val value: Int, val from: Int, val hash: Int, var end: Int, val children: MutableList<Any> = mutableListOf(), val positions: MutableList<Int> = mutableListOf())

Constructors

Link copied to clipboard
constructor(type: Int, value: Int, from: Int, hash: Int, end: Int, children: MutableList<Any> = mutableListOf(), positions: MutableList<Int> = mutableListOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
var end: Int
Link copied to clipboard
val from: Int
Link copied to clipboard
val hash: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Int
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
fun addChild(child: Tree, pos: Int)
Link copied to clipboard
fun toTree(nodeSet: NodeSet, end: Int = this.end): Tree