PackageClauseModule

Methods of the module object val PackageClause

Methods of the module object val PackageClause

class Object
trait Matchable
class Any

Value members

Abstract methods

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

Create a package clause package pid { stats }

Create a package clause package pid { stats }

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

Copy a package clause package pid { stats }

Copy a package clause package pid { stats }

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