While

oxygen.quoted.While
See theWhile companion class
object While

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
While.type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): WhileCompanion
def unapply(x: While): (Term, Term)

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

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

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.While): While

Givens

Givens

given given_Conversion_While_type_WhileCompanion(using Quotes): Conversion[While.type, WhileCompanion]