org.scala_tools.vscaladoc.ModelExtractor.Entity

class Entity

sealed abstract class Entity(val sym : Symbol)

 extends ScalaObject




Source: ModelExtractor.scala(84)

Direct Known Subclasses

Param, ClassOrObject, Package, Member, TypeParam,

 Constructors

def this(sym : Symbol)

 Fields

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

 Methods

!= final def !=(arg0 : Object) Boolean AnyRef
!= final def !=(arg0 : Any) Boolean Any
== final def ==(arg0 : Any) Boolean Any
== final def ==(arg0 : Object) Boolean AnyRef
accessQualified protected def accessQualified(core : String, qual : String) String
asInstanceOf final def asInstanceOf[T0] T0 Any
clone protected def clone Object AnyRef
eq final def eq(arg0 : Object) Boolean AnyRef
equals def equals(arg0 : Any) Boolean AnyRef
finalize protected def finalize Unit AnyRef
fullName def fullName(sep : Char) String
getClass final def getClass Class[Any] AnyRef
hashCode def hashCode Int AnyRef
header def header Unit
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
synchronized final def synchronized[T0](arg0 : T0) T0 AnyRef
toString override def toString String
wait final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait final def wait(arg0 : Long) Unit AnyRef
wait final def wait Unit AnyRef
Copyright (c) 2008 Scala Tools. All Rights Reserved.