Packages

object TagType

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

Type Members

  1. type Base = TagType
  2. final case class UnknownTag(tag: String) extends Base with Product with Serializable

    Represents an unknown tag

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getTag(tag: String): TagType
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. val predefined: Seq[Base]

    Contains all known tags

  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. val tagTypeMap: Map[String, Base]
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. case object Author extends Base with Product with Serializable

    Provide author information for the following entity

  24. case object Ctor extends Base with Product with Serializable

    Placed in the class comment will describe the primary constructor

  25. case object Define extends Base with Product with Serializable

    Allows use of

    Allows use of

    label

    in other Scaladoc comments within the same source file which will be expanded to the contents of

    definition

    .

  26. case object Deprecated extends Base with Product with Serializable

    Marks an entity as deprecated, describing replacement implementation

  27. case object Documentable extends Base with Product with Serializable

    Expand a type alias and abstract type into a full template page

  28. case object Example extends Base with Product with Serializable

    Provide example code and related descriptions.

  29. case object Group extends Base with Product with Serializable

    Mark the entity as member of a group

  30. case object GroupDesc extends Base with Product with Serializable

    Add optional descriptive text to display under the group name

  31. case object GroupName extends Base with Product with Serializable

    Provide an optional name for the group

  32. case object GroupPriority extends Base with Product with Serializable

    Control the order of the group on the page

  33. case object InheritDoc extends Base with Product with Serializable

    Take comments from a superclass as defaults if comments are not provided locally

  34. case object Migration extends Base with Product with Serializable

    Like Deprecated but provides advanced warning of planned changes ahead of deprecation.

  35. case object Note extends Base with Product with Serializable

    Add a note for pre or post conditions, or any other notable restrictions or expectations

  36. case object Param extends Base with Product with Serializable

    Detail a value parameter for a method or constructor

  37. case object Return extends Base with Product with Serializable

    Detail the return value from a method

  38. case object See extends Base with Product with Serializable

    Reference other sources of information like external document links or related entities in the documentation

  39. case object Since extends Base with Product with Serializable

    The version of the system or API that this entity was first defined in

  40. case object Throws extends Base with Product with Serializable

    What exceptions (if any) the method or constructor may throw

  41. case object Todo extends Base with Product with Serializable

    Documents unimplemented features in an entity

  42. case object TypeParam extends Base with Product with Serializable

    Detail a type parameter for a method, constructor or class

  43. case object UseCase extends Base with Product with Serializable

    Provide a simplified method definition for when the full method definition is too complex or noisy

  44. case object Version extends Base with Product with Serializable

    The version of the system or API that this entity is a part of

Inherited from AnyRef

Inherited from Any

Ungrouped