Term

io.getquill.generic.ElaborateStructure.Term
See theTerm companion object
case class Term(name: String, typeType: TermType, children: List[Term], optional: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asLeaf: Term
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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product