MethodLabelsEnv

scala.scalanative.nscplugin.NirCodeGen.MethodLabelsEnv
class MethodLabelsEnv(val fresh: Fresh)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def enterExitType(local: Local, exitType: Type): Unit
def enterLabel(ld: Labeled): (Local, Local)
def resolveEntry(sym: Symbol): Local
def resolveEntry(label: Labeled): Local
def resolveExit(sym: Symbol): Local
def resolveExit(label: Labeled): Local
def resolveExitType(local: Local): Type

Concrete fields

val fresh: Fresh