WhileCompanion

oxygen.quoted.companion.WhileCompanion
final class WhileCompanion(using quotes: Quotes)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(cond: Term, body: Term): While

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

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

Attributes

def copy(original: Tree)(cond: Term, body: Term): While