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 acquireFullStack(): IArray[bTypes.BType]
def clear(): Unit
def height: Int
def heightDiffWrt(targetSize: Size): Int
def pop(): Unit
def pop(count: Int): Unit
def push(btype: bTypes.BType): Unit
def recordSize(): Size
def restoreFullStack(fullStack: IArray[bTypes.BType]): Unit
def restoreSize(targetSize: Size): Unit