Definition

oxygen.meta.Meta.Tree.Statement.Definition
See theDefinition companion trait
object Definition

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Definition.type

Members list

Type members

Classlikes

final case class ClassDef(raw: quotes.reflect.ClassDef) extends Definition

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Definition
trait Statement
trait Tree
class Object
trait Matchable
class Any
Show all
object ClassDef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ClassDef.type
final case class DefDef(raw: quotes.reflect.DefDef) extends ValOrDefDef

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ValOrDefDef
trait Definition
trait Statement
trait Tree
class Object
trait Matchable
class Any
Show all
object DefDef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DefDef.type
final case class TypeDef(raw: quotes.reflect.TypeDef) extends Definition

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Definition
trait Statement
trait Tree
class Object
trait Matchable
class Any
Show all
object TypeDef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TypeDef.type
final case class ValDef(raw: quotes.reflect.ValDef) extends ValOrDefDef

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ValOrDefDef
trait Definition
trait Statement
trait Tree
class Object
trait Matchable
class Any
Show all
object ValDef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ValDef.type
object ValOrDefDef

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ValOrDefDef extends Definition

Attributes

Companion
object
Supertypes
trait Definition
trait Statement
trait Tree
class Object
trait Matchable
class Any
Show all
Known subtypes
class DefDef
class ValDef

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(raw: quotes.reflect.Definition): Definition