BTypesStack

dotty.tools.backend.jvm.BCodeSkelBuilder.BTypesStack
See theBTypesStack companion object
final class BTypesStack

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clear(): Unit
def height: Int
def heightDiffWrt(targetSize: Size): Int
def pop(): Unit
def pop(count: Int): Unit
def push(btype: BCodeSkelBuilder.this.bTypes.BType): Unit
def recordSize(): Size
def restoreFullStack(fullStack: IArray[BCodeSkelBuilder.this.bTypes.BType]): Unit
def restoreSize(targetSize: Size): Unit