org.scala_tools.vscaladoc.ModelExtractor

trait ModelExtractor

trait ModelExtractor

 extends ScalaObject


This class attempts to reverse engineer source code intent from compiler symbol objects.
author
- Sean McDirmid


Source: ModelExtractor.scala(19)

Direct Known Subclasses

DocDriver,

Nested Classes

Category, ClassOrObject, Clazz, Comment, ConstructorParam, Entity, Object, Package, Param, Tag, TopLevel, TopLevelClass, TopLevelObject, TypeParam,

 Fields

Classes val Classes Category
Constructors val Constructors Category
Methods val Methods Category
Objects val Objects Category
Types val Types Category
Values val Values Category
categories val categories List[Category]
global abstract val global Global
settings abstract def settings Settings

 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
Param def Param(sym : Symbol) Param
TypeParam def TypeParam(sym : Symbol) TypeParam
asInstanceOf final def asInstanceOf[T0] T0 Any
assert def assert(b : Boolean) Unit
clone protected def clone Object AnyRef
compare def compare(pathA : List[ClassOrObject], pathB : List[ClassOrObject]) Int
decode protected def decode(sym : Symbol) Symbol
decodeComment protected def decodeComment(comment0 : String) Comment
eq final def eq(arg0 : Object) Boolean AnyRef
equals def equals(arg0 : Any) Boolean AnyRef
finalize protected def finalize Unit AnyRef
getClass final def getClass Class[Any] AnyRef
hashCode def hashCode Int AnyRef
isAccessible def isAccessible(sym : Symbol) Boolean
isChildObject def isChildObject(e : Symbol) Boolean
isDefField def isDefField(e : Symbol)
a method with no parameters and return type != Unit
Boolean
isInstanceOf final def isInstanceOf[T0] Boolean Any
isValOrVar def isValOrVar(e : Symbol) Boolean
ne final def ne(arg0 : Object) Boolean AnyRef
notify final def notify Unit AnyRef
notifyAll final def notifyAll Unit AnyRef
sort def sort[E <: Entity](entities : Iterable[E]) Iterable[E]
synchronized final def synchronized[T0](arg0 : T0) T0 AnyRef
toString def toString String AnyRef
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.