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. 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
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. lazy val graph: Graph
    Definition Classes
    DomainElement
  33. val id: String
    Definition Classes
    AmfObject
  34. val idPart: String
  35. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isLink: Boolean
    Definition Classes
    Linkable
  38. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  39. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  40. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  41. def linkCopy(): Server
    Definition Classes
    Server → Linkable
  42. def linkLabel: StrField
    Definition Classes
    Linkable
  43. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  44. def location(): Option[String]
    Definition Classes
    AmfElement
  45. def meta: ServerModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  46. val model: ServerModel.type
    Definition Classes
    ErrorServer → ErrorDeclaration
  47. def name: StrField
    Definition Classes
    NamedAmfObject
  48. def nameField: Field
    Attributes
    protected
    Definition Classes
    Server → NamedAmfObject
  49. val namespace: String
    Definition Classes
    ErrorServer → ErrorDeclaration
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def newErrorInstance: ErrorDeclaration[ServerModel.type]
    Attributes
    protected
    Definition Classes
    ErrorServer → ErrorDeclaration
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  54. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  55. def protocol: StrField
    Definition Classes
    Server
  56. def protocolVersion: StrField
    Definition Classes
    Server
  57. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  58. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: AmfElement): ErrorServer.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, values: Seq[String]): ErrorServer.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Float): ErrorServer.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Double): ErrorServer.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Int): ErrorServer.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Boolean): ErrorServer.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: String, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: String): ErrorServer.this.type
    Definition Classes
    AmfObject
  67. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  68. def setArray(field: Field, values: Seq[AmfElement]): ErrorServer.this.type
    Definition Classes
    AmfObject
  69. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  70. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorServer.this.type
    Definition Classes
    AmfObject
  71. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    AmfObject
  72. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  73. final def simpleAdoption(parent: String): ErrorServer.this.type
    Definition Classes
    AmfObject
  74. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  75. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  76. def tags: Seq[Tag]
    Definition Classes
    Server
  77. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  78. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  79. def url: StrField
    Definition Classes
    Server
  80. def variables: Seq[Parameter]
    Definition Classes
    Server
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def withBindings(bindings: ServerBindings): ErrorServer.this.type
    Definition Classes
    Server
  85. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorServer.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withCustomDomainProperty(extensions: DomainExtension): ErrorServer.this.type
    Definition Classes
    DomainElement → CustomizableElement
  87. def withDescription(description: String): ErrorServer.this.type
    Definition Classes
    Server
  88. def withExtends(extend: Seq[DomainElement]): ErrorServer.this.type
    Definition Classes
    DomainElement
  89. def withId(value: String): ErrorServer.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  90. def withInferredName(name: String): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  91. def withIsExternalLink(isReference: Boolean): ErrorServer.this.type
    Definition Classes
    DomainElement
  92. def withLinkLabel(label: String, annotations: Annotations): ErrorServer.this.type
    Definition Classes
    Linkable
  93. def withLinkTarget(target: DomainElement): ErrorServer.this.type
    Definition Classes
    Linkable
  94. def withName(name: String): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  95. def withName(nameNode: ScalarNode): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  96. def withName(name: String, a: Annotations): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  97. def withName(node: YNode): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  98. def withProtocol(protocol: String): ErrorServer.this.type
    Definition Classes
    Server
  99. def withProtocolVersion(protocolVersion: String): ErrorServer.this.type
    Definition Classes
    Server
  100. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  101. def withSecurity(security: Seq[SecurityRequirement]): ErrorServer.this.type
    Definition Classes
    SecuredElement
  102. def withSupportsRecursion(recursive: Boolean): ErrorServer.this.type
    Definition Classes
    Linkable
  103. def withSynthesizeName(name: String): ErrorServer.this.type
    Definition Classes
    NamedAmfObject
  104. def withTags(tags: Seq[Tag]): ErrorServer.this.type
    Definition Classes
    Server
  105. def withUrl(url: String): ErrorServer.this.type
    Definition Classes
    Server
  106. def withVariable(name: String): Parameter
    Definition Classes
    Server
  107. def withVariables(variables: Seq[Parameter]): ErrorServer.this.type
    Definition Classes
    Server
  108. 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

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