On this page
Trait Quotes.ClassDefMethods
trait ClassDefMethods
Extension methods of ClassDef
Supertypes |
---|
Extensions
extension (self: ClassDef)Source
Statements within the class
class C {
??? // statements
}
Source
def constructor: DefDef
The primary constructor of this class
Source
List of extended parent classes or traits. The first parent is always a class.
Source
Self-type of the class
type T
class C { self: T =>
???
}
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/quoted/Quotes$reflectModule$ClassDefMethods.html