TypeBoundsTree

tastyquery.Trees$.TypeBoundsTree
sealed abstract class TypeBoundsTree(span: Span) extends TypeDefinitionTree

Attributes

Graph
Supertypes
class Tree
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Inherited methods

def walkTree(op: Tree => Unit): Unit

Attributes

Inherited from:
Tree
def walkTree[R](op: Tree => R)(reduce: (R, R) => R, default: => R): R

Attributes

Inherited from:
Tree