While
tastyquery.Trees.While
final case class While(cond: TermTree, body: TermTree)(pos: SourcePosition) extends TermTree
while (cond) { body }
Attributes
- Graph
-
- Supertypes
-
trait Serializableclass TermTreeclass StatementTreeclass TopLevelTreeclass Treetrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Compute the prefix represented by this tree.
Compute the prefix represented by this tree.
The default implementation throws an InvalidProgramStructureException to indicate that this term tree is not a valid type prefix.
Attributes
- Inherited from:
- TermTree
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
Attributes
- Inherited from:
- Tree
In this article