locals

object locals
class Object
trait Matchable
class Any
locals.type

Value members

Concrete methods

def apply(locSym: Symbol): Local
def contains(locSym: Symbol): Boolean
def load(locSym: Symbol): Unit
def makeLocal(tk: BType, name: String, tpe: Type, pos: Span): Symbol
def makeLocal(locSym: Symbol): Local
def reset(isStaticMethod: Boolean): Unit
def reuseLocal(sym: Symbol, loc: Local): Unit
def store(locSym: Symbol): Unit