PackageClauseModule
trait PackageClauseModule
Methods of the module object val PackageClause
- Source:
- Quotes.scala
Value members
Abstract methods
Create a package clause package pid { stats }
Create a package clause package pid { stats }
- Source:
- Quotes.scala
Copy a package clause package pid { stats }
Copy a package clause package pid { stats }
- Source:
- Quotes.scala
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
- Source:
- Quotes.scala