Term

case class Term(name: String, typeType: TermType, children: List[Term], optional: Boolean)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def asLeaf: Term
def merge[T](other: Term)(`evidence$11`: Type[T], quotes: Quotes): Term
def paths: List[String]
def toAst: List[(Ast, String)]
def withChildren(children: List[Term]): Term

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product