Packages

object TesslaDoc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TesslaDoc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AnnotationDoc(name: String, parameters: Seq[Param], doc: String, loc: Location) extends TesslaDoc with Product with Serializable
  2. case class DefDoc(annotations: Seq[String], name: String, typeParameters: Seq[String], parameters: Seq[Param], returnType: Option[Type], scope: Scope, doc: String, loc: Location) extends TesslaDoc with Product with Serializable
  3. trait DocElement extends AnyRef
  4. case class Docs(items: Seq[TesslaDoc]) extends DocElement with Product with Serializable
  5. class Extractor extends Translator[Docs]
  6. case class FunctionType(parameters: Seq[Type], result: Type) extends Type with Product with Serializable
  7. case class Local(scopeLocation: Location) extends Scope with Product with Serializable
  8. case class ModuleDoc(name: String, doc: String, members: Seq[TesslaDoc], loc: Location) extends TesslaDoc with Product with Serializable
  9. case class ObjectType(members: Map[String, Type]) extends Type with Product with Serializable
  10. case class Param(name: String, typ: Type) extends DocElement with Product with Serializable
  11. sealed abstract class Scope extends DocElement
  12. case class SimpleType(name: String) extends Type with Product with Serializable
  13. case class TupleType(members: Seq[Type]) extends Type with Product with Serializable
  14. sealed abstract class Type extends AnyRef
  15. case class TypeApplication(constructor: Type, arguments: Seq[Type]) extends Type with Product with Serializable
  16. case class TypeDoc(name: String, typeParameters: Seq[String], doc: String, loc: Location) extends TesslaDoc with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def extract(srcs: Seq[CharStream], includeResolver: Option[(String) ⇒ Option[CharStream]], includeStdlib: Boolean): Result[Docs]
  9. def forStdlib: Result[Docs]
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. object Global extends Scope with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped