TypeArgTree

tastyquery.Trees$.TypeArgTree
sealed abstract class TypeArgTree(pos: SourcePosition) extends Tree

Attributes

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

Members list

Value members

Deprecated and Inherited methods

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

Attributes

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

Attributes

Deprecated
[Since version 0.10.0]
Inherited from:
Tree