oxygen.meta.Meta.Tree.Statement.Definition.ClassDef
See theClassDef companion object
final case class ClassDef(raw: quotes.reflect.ClassDef) extends Definition
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Definitiontrait Statementtrait Treeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Statements within the class
Statements within the class
class C {
??? // statements
}
Attributes
The primary constructor of this class
The primary constructor of this class
Attributes
List of extended parent classes or traits. The first parent is always a class.
List of extended parent classes or traits. The first parent is always a class.
Attributes
Inherited methods
Convert this tree to an quoted.Expr[Any]
if the tree is a valid expression or throws
Convert this tree to an quoted.Expr[Any]
if the tree is a valid expression or throws
Attributes
- Inherited from:
- Tree
Attributes
- Inherited from:
- Tree
Does this tree represent a valid expression?
Attributes
- Inherited from:
- Definition
Position in the source code
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Shows the tree as String
In this article