Terminal

io.getquill.ast.Terminal
See theTerminal companion object
sealed trait Terminal extends Ast

Attributes

Companion
object
Graph
Supertypes
trait Ast
class Object
trait Matchable
class Any
Known subtypes
class Ident
trait Lift
trait ScalarLift
class OptionNone
Show all

Members list

Value members

Abstract methods

def withQuat(quat: => Quat): Terminal

Inherited methods

def bestQuat: Quat

Attributes

Inherited from:
Ast
final def countQuatFields: Int

Attributes

Inherited from:
Ast
def quat: Quat

Attributes

Inherited from:
Ast

Inherited fields

final lazy override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Ast