case class ErrorServer(idPart: String, ast: YPart) extends Server with ErrorDeclaration[ServerModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[ServerModel.type], Server, Linkable, AdoptionDependantCalls, NamedDomainElement, NamedAmfObject, SecuredElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorServer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. Server
  8. Linkable
  9. AdoptionDependantCalls
  10. NamedDomainElement
  11. NamedAmfObject
  12. SecuredElement
  13. DomainElement
  14. CustomizableElement
  15. AmfObject
  16. AmfElement
  17. AnyRef
  18. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorServer(idPart: String, ast: YPart)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ErrorServer to any2stringadd[ErrorServer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorServer, B)
    Implicit
    This member is added by an implicit conversion from ErrorServer to ArrowAssoc[ErrorServer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): ErrorServer.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorServer.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorServer.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorServer.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    Server → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val ast: YPart
  13. def bindings: ServerBindings
    Definition Classes
    Server
  14. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    Server → Linkable
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  16. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  17. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    Server → AmfObject
  18. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  20. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  21. def description: StrField
    Definition Classes
    Server
  22. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  23. def ensuring(cond: (ErrorServer) ⇒ Boolean, msg: ⇒ Any): ErrorServer
    Implicit
    This member is added by an implicit conversion from ErrorServer to Ensuring[ErrorServer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (ErrorServer) ⇒ Boolean): ErrorServer
    Implicit
    This member is added by an implicit conversion from ErrorServer to Ensuring[ErrorServer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorServer
    Implicit
    This member is added by an implicit conversion from ErrorServer to Ensuring[ErrorServer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): ErrorServer
    Implicit
    This member is added by an implicit conversion from ErrorServer to Ensuring[ErrorServer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  29. val fields: Fields
    Definition Classes
    Server → AmfObject
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. lazy val graph: Graph
    Definition Classes
    DomainElement
  32. val id: String
    Definition Classes
    AmfObject
  33. val idPart: String
  34. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isLink: Boolean
    Definition Classes
    Linkable
  37. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  38. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  39. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  40. def linkCopy(): Server
    Definition Classes
    Server → Linkable
  41. def linkLabel: StrField
    Definition Classes
    Linkable
  42. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  43. def location(): Option[String]
    Definition Classes
    AmfElement
  44. def meta: ServerModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  45. val model: ServerModel.type
    Definition Classes
    ErrorServer → ErrorDeclaration
  46. def name: StrField
    Definition Classes
    NamedAmfObject
  47. def nameField: Field
    Attributes
    protected
    Definition Classes
    Server → NamedAmfObject
  48. val namespace: String
    Definition Classes
    ErrorServer → ErrorDeclaration
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def newErrorInstance: ErrorDeclaration[ServerModel.type]
    Attributes
    protected
    Definition Classes
    ErrorServer → ErrorDeclaration
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  53. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  54. def protocol: StrField
    Definition Classes
    Server
  55. def protocolVersion: StrField
    Definition Classes
    Server
  56. def refDescription: StrField
    Definition Classes
    Linkable
  57. def refSummary: StrField
    Definition Classes
    Linkable
  58. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  59. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: AmfElement): ErrorServer.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, values: Seq[String]): ErrorServer.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Float): ErrorServer.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Double): ErrorServer.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Int): ErrorServer.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: Boolean): ErrorServer.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: String, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: String): ErrorServer.this.type
    Definition Classes
    AmfObject
  68. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  69. def setArray(field: Field, values: Seq[AmfElement]): ErrorServer.this.type
    Definition Classes
    AmfObject
  70. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  71. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorServer.this.type
    Definition Classes
    AmfObject
  72. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  73. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  74. final def simpleAdoption(parent: String): ErrorServer.this.type
    Definition Classes
    AmfObject
  75. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  76. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  77. def tags: Seq[Tag]
    Definition Classes
    Server
  78. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  79. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  80. def url: StrField
    Definition Classes
    Server
  81. def variables: Seq[Parameter]
    Definition Classes
    Server
  82. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. def withBindings(bindings: ServerBindings): ErrorServer.this.type
    Definition Classes
    Server
  86. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorServer.this.type
    Definition Classes
    DomainElement → CustomizableElement
  87. def withCustomDomainProperty(extensions: DomainExtension): ErrorServer.this.type
    Definition Classes
    DomainElement → CustomizableElement
  88. def withDescription(description: String): ErrorServer.this.type
    Definition Classes
    Server
  89. def withExtends(extend: Seq[DomainElement]): ErrorServer.this.type
    Definition Classes
    DomainElement
  90. def withId(value: String): ErrorServer.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  91. def withInferredName(name: String): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  92. def withIsExternalLink(isReference: Boolean): ErrorServer.this.type
    Definition Classes
    DomainElement
  93. def withLinkLabel(label: String, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    Linkable
  94. def withLinkTarget(target: DomainElement): ErrorServer.this.type
    Definition Classes
    Linkable
  95. def withName(name: String): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  96. def withName(nameNode: ScalarNode): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  97. def withName(name: String, a: Annotations): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  98. def withName(node: YNode): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  99. def withProtocol(protocol: String): ErrorServer.this.type
    Definition Classes
    Server
  100. def withProtocolVersion(protocolVersion: String): ErrorServer.this.type
    Definition Classes
    Server
  101. def withRefDescription(refDescription: String, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    Linkable
  102. def withRefSummary(refSummary: String, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    Linkable
  103. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  104. def withSecurity(security: Seq[SecurityRequirement]): ErrorServer.this.type
    Definition Classes
    SecuredElement
  105. def withSupportsRecursion(recursive: Boolean): ErrorServer.this.type
    Definition Classes
    Linkable
  106. def withSynthesizeName(name: String): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  107. def withTags(tags: Seq[Tag]): ErrorServer.this.type
    Definition Classes
    Server
  108. def withUrl(url: String): ErrorServer.this.type
    Definition Classes
    Server
  109. def withVariable(name: String): Parameter
    Definition Classes
    Server
  110. def withVariables(variables: Seq[Parameter]): ErrorServer.this.type
    Definition Classes
    Server
  111. def [B](y: B): (ErrorServer, B)
    Implicit
    This member is added by an implicit conversion from ErrorServer to ArrowAssoc[ErrorServer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorServer to StringFormat[ErrorServer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorDeclaration[ServerModel.type]

Inherited from Server

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from NamedDomainElement

Inherited from NamedAmfObject

Inherited from SecuredElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ErrorServer to any2stringadd[ErrorServer]

Inherited by implicit conversion StringFormat from ErrorServer to StringFormat[ErrorServer]

Inherited by implicit conversion Ensuring from ErrorServer to Ensuring[ErrorServer]

Inherited by implicit conversion ArrowAssoc from ErrorServer to ArrowAssoc[ErrorServer]

Ungrouped