Block

object Block
Companion:
class
class Object
trait Matchable
class Any
Block.type

Value members

Concrete methods

def apply(stats: List[Tree])(implicit pos: Position): Tree
def apply(stats: List[Tree], expr: Tree)(implicit pos: Position): Tree
def apply(stats: Tree*)(implicit pos: Position): Tree
def unapply(block: Block): Some[List[Tree]]