Block

org.scalajs.ir.Trees$.Block$
See theBlock companion class
object Block

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Block.type

Members list

Concise view

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]]