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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. val predefined: Seq[Base]

    Contains all unknown tags

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

    Provide author information for the following entity

  22. case object Ctor extends Base with Product with Serializable

    Placed in the class comment will describe the primary constructor

  23. case object Deprecated extends Base with Product with Serializable

    Marks an entity as deprecated, describing replacement implementation

  24. case object Documentable extends Base with Product with Serializable

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

  25. case object Example extends Base with Product with Serializable

    Provide example code and related descriptions.

  26. case object Group extends Base with Product with Serializable

    Mark the entity as member of a group

  27. case object GroupDesc extends Base with Product with Serializable

    Add optional descriptive text to display under the group name

  28. case object GroupName extends Base with Product with Serializable

    Provide an optional name for the group

  29. case object GroupPriority extends Base with Product with Serializable

    Control the order of the group on the page

  30. case object InheritDoc extends Base with Product with Serializable

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

  31. case object Migration extends Base with Product with Serializable

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

  32. case object Note extends Base with Product with Serializable

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

  33. case object Param extends Base with Product with Serializable

    Detail a value parameter for a method or constructor

  34. case object Return extends Base with Product with Serializable

    Detail the return value from a method

  35. case object See extends Base with Product with Serializable

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

  36. case object Since extends Base with Product with Serializable

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

  37. case object Throws extends Base with Product with Serializable

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

  38. case object Todo extends Base with Product with Serializable

    Documents unimplemented features in an entity

  39. case object TypeParam extends Base with Product with Serializable

    Detail a type parameter for a method, constructor or class

  40. 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

  41. 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