PackageClause

scala.quoted.runtime.impl.QuotesImpl.reflect$.PackageClause$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(pid: Ref, stats: List[Tree]): PackageClause

Create a package clause package pid { stats }

Create a package clause package pid { stats }

Attributes

def copy(original: Tree)(pid: Ref, stats: List[Tree]): PackageClause

Copy a package clause package pid { stats }

Copy a package clause package pid { stats }

Attributes

def unapply(tree: PackageClause): (Ref, List[Tree])

Matches a package clause package pid { stats } and extracts the pid and stats

Matches a package clause package pid { stats } and extracts the pid and stats

Attributes