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

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( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): 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[_]
    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( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. object Author extends Base with Product with Serializable

    Provide author information for the following entity

  22. object Ctor extends Base with Product with Serializable

    Placed in the class comment will describe the primary constructor

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

    .

    definition }}}

    label }}} source file which will be expanded to the contents of

    definition

    .

    definition }}}

  24. object Deprecated extends Base with Product with Serializable

    Marks an entity as deprecated, describing replacement implementation

  25. object Documentable extends Base with Product with Serializable

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

  26. object Example extends Base with Product with Serializable

    Provide example code and related descriptions.

  27. object Group extends Base with Product with Serializable

    Mark the entity as member of a group

  28. object GroupDesc extends Base with Product with Serializable

    Add optional descriptive text to display under the group name

  29. object GroupName extends Base with Product with Serializable

    Provide an optional name for the group

  30. object GroupPriority extends Base with Product with Serializable

    Control the order of the group on the page

  31. object InheritDoc extends Base with Product with Serializable

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

  32. object Migration extends Base with Product with Serializable

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

  33. object Note extends Base with Product with Serializable

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

  34. object Param extends Base with Product with Serializable

    Detail a value parameter for a method or constructor

  35. object Return extends Base with Product with Serializable

    Detail the return value from a method

  36. object See extends Base with Product with Serializable

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

  37. object Since extends Base with Product with Serializable

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

  38. object Throws extends Base with Product with Serializable

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

  39. object Todo extends Base with Product with Serializable

    Documents unimplemented features in an entity

  40. object TypeParam extends Base with Product with Serializable

    Detail a type parameter for a method, constructor or class

  41. object UseCase extends Base with Product with Serializable

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

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