org.scala_tools.vscaladoc.DocDriver

class DocDriver

abstract class DocDriver

 extends ModelExtractor


fake comments (for test)
author
- David Bernard
version
- 0.1


Source: DocDriver.scala(20)

 Constructors

def this

 Fields

Classes val Classes Category ModelExtractor
Constructors val Constructors Category ModelExtractor
Methods val Methods Category ModelExtractor
Objects val Objects Category ModelExtractor
Types val Types Category ModelExtractor
Values val Values Category ModelExtractor
categories val categories List[Category] ModelExtractor
global abstract val global Global ModelExtractor
outdir val outdir
comments for outdir
String
settings abstract def settings
comments for settings, settings is set/injected by Main (override)
Settings
sourcedir val sourcedir 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
Param def Param(sym : Symbol) Param ModelExtractor
TypeParam def TypeParam(sym : Symbol) TypeParam ModelExtractor
asInstanceOf final def asInstanceOf[T0] T0 Any
assert def assert(b : Boolean) Unit ModelExtractor
clone protected def clone Object AnyRef
compare def compare(pathA : List[ClassOrObject], pathB : List[ClassOrObject]) Int ModelExtractor
decode protected def decode(sym : Symbol) Symbol ModelExtractor
decodeComment protected def decodeComment(comment0 : String) Comment ModelExtractor
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 ModelExtractor
isChildObject def isChildObject(e : Symbol) Boolean ModelExtractor
isDefField def isDefField(e : Symbol)
a method with no parameters and return type != Unit
Boolean ModelExtractor
isInstanceOf final def isInstanceOf[T0] Boolean Any
isValOrVar def isValOrVar(e : Symbol) Boolean ModelExtractor
loadPackageLinkDefs def loadPackageLinkDefs Unit
ne final def ne(arg0 : Object) Boolean AnyRef
notify final def notify Unit AnyRef
notifyAll final def notifyAll Unit AnyRef
process def process(units : Iterator[CompilationUnit])
fake comments for the method process [details]
param
units - comments for units parameter
Unit
sort def sort[E <: Entity](entities : Iterable[E]) Iterable[E] ModelExtractor
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 Unit AnyRef
wait final def wait(arg0 : Long) Unit AnyRef
Copyright (c) 2008 Scala Tools. All Rights Reserved.