O object

While

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( cond: Term body: Term ) ( implicit  ctx: Context ) : While

Creates a while loop while (<cond>) <body> and returns (, )

Creates a while loop while (<cond>) <body> and returns (, )

def 

copy

( original: Tree ) ( cond: Term body: Term ) ( implicit  ctx: Context ) : While

def 

unapply

( x: While ) ( implicit  ctx: Context ) : Option[( Term, Term )]

Extractor for while loops. Matches while (<cond>) <body> and returns (, )

Extractor for while loops. Matches while (<cond>) <body> and returns (, )