org.scala_tools.vscaladoc.ModelExtractor.Package

class Package

case class Package(val override sym : ModuleSymbol)

 extends Entity with Product




Source: ModelExtractor.scala(190)

 Constructors

def this(sym : ModuleSymbol)

 Fields

attributes def attributes List[AnnotationInfo] Entity
comment def comment Option[String] Entity
decodeComment def decodeComment Option[Comment] Entity
flagsString def flagsString String Entity
hi def hi Option[Type] Entity
kind override def kind String
listName def listName String Entity
lo def lo Option[Type] Entity
name override def name String
overridden def overridden Iterable[Symbol] Entity
params def params List[List[Param]] Entity
parents def parents Iterable[Type] Entity
productArity override def productArity Int
productPrefix override def productPrefix String
resultType def resultType Option[Type] Entity
typeParams def typeParams List[TypeParam] Entity
variance def variance String Entity

 Methods

!= final def !=(arg0 : Any) Boolean Any
!= final def !=(arg0 : Object) Boolean AnyRef
== final def ==(arg0 : Object) Boolean AnyRef
== final def ==(arg0 : Any) Boolean Any
accessQualified protected def accessQualified(core : String, qual : String) String Entity
asInstanceOf final def asInstanceOf[T0] T0 Any
clone protected def clone Object AnyRef
eq final def eq(arg0 : Object) Boolean AnyRef
equals override def equals(arg0 : Any) Boolean
finalize protected def finalize Unit AnyRef
fullName def fullName(sep : Char) String Entity
getClass final def getClass Class[Any] AnyRef
hashCode override def hashCode Int
header def header Unit Entity
isInstanceOf final def isInstanceOf[T0] Boolean Any
ne final def ne(arg0 : Object) Boolean AnyRef
notify final def notify Unit AnyRef
notifyAll final def notifyAll Unit AnyRef
productElement override def productElement(arg0 : Int) Any
synchronized final def synchronized[T0](arg0 : T0) T0 AnyRef
toString override def toString String Entity
wait final def wait(arg0 : Long) Unit AnyRef
wait final def wait Unit AnyRef
wait final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2008 Scala Tools. All Rights Reserved.