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())