pool

open override val pool: MutableConstantPool(source)

The MutableConstantPool of the bytecode

Specification

This function is just a cast of the pool property This is a safe cast, because the pool property is always a MutableConstantPool (As the only constructor of this class requires a MutableConstantPool)

Since

0.1.0

See also