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 merge[T : Type](other: Term)(implicit evidence$27: 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