case class ErrorTrait(idPart: String, ast: YPart) extends Trait with ErrorDeclaration[TraitModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[TraitModel.type], Trait, AbstractDeclaration, NamedDomainElement, NamedAmfObject, Linkable, AdoptionDependantCalls, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorTrait
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. Trait
  8. AbstractDeclaration
  9. NamedDomainElement
  10. NamedAmfObject
  11. Linkable
  12. AdoptionDependantCalls
  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 ErrorTrait(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 ErrorTrait to any2stringadd[ErrorTrait] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorTrait, B)
    Implicit
    This member is added by an implicit conversion from ErrorTrait to ArrowAssoc[ErrorTrait] 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): ErrorTrait.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorTrait.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    Trait → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val ast: YPart
  13. 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
    Trait → Linkable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def componentId: String
    Definition Classes
    AbstractDeclaration → AmfObject
  17. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  18. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  20. def dataNode: DataNode
    Definition Classes
    AbstractDeclaration
  21. def declarationComponent: String
    Attributes
    protected
    Definition Classes
    Trait → AbstractDeclaration
  22. def description: StrField
    Definition Classes
    AbstractDeclaration
  23. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  24. def ensuring(cond: (ErrorTrait) ⇒ Boolean, msg: ⇒ Any): ErrorTrait
    Implicit
    This member is added by an implicit conversion from ErrorTrait to Ensuring[ErrorTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (ErrorTrait) ⇒ Boolean): ErrorTrait
    Implicit
    This member is added by an implicit conversion from ErrorTrait to Ensuring[ErrorTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorTrait
    Implicit
    This member is added by an implicit conversion from ErrorTrait to Ensuring[ErrorTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): ErrorTrait
    Implicit
    This member is added by an implicit conversion from ErrorTrait to Ensuring[ErrorTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  30. val fields: Fields
    Definition Classes
    Trait → AmfObject
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorTrait to StringFormat[ErrorTrait] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. lazy val graph: Graph
    Definition Classes
    DomainElement
  34. val id: String
    Definition Classes
    AmfObject
  35. val idPart: String
  36. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isLink: Boolean
    Definition Classes
    Linkable
  39. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  40. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  41. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  42. def linkCopy(): Trait
    Definition Classes
    Trait → Linkable
  43. def linkLabel: StrField
    Definition Classes
    Linkable
  44. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  45. def location(): Option[String]
    Definition Classes
    AmfElement
  46. def meta: TraitModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  47. val model: TraitModel.type
    Definition Classes
    ErrorTrait → ErrorDeclaration
  48. def name: StrField
    Definition Classes
    NamedAmfObject
  49. def nameField: Field
    Definition Classes
    AbstractDeclaration → NamedAmfObject
  50. val namespace: String
    Definition Classes
    ErrorTrait → ErrorDeclaration
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def newErrorInstance: ErrorDeclaration[TraitModel.type]
    Attributes
    protected
    Definition Classes
    ErrorTrait → ErrorDeclaration
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  55. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  56. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: AmfElement): ErrorTrait.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, values: Seq[String]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Float): ErrorTrait.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Double): ErrorTrait.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Int): ErrorTrait.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Boolean): ErrorTrait.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: String, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: String): ErrorTrait.this.type
    Definition Classes
    AmfObject
  65. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  66. def setArray(field: Field, values: Seq[AmfElement]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  67. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  68. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  69. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  70. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  71. final def simpleAdoption(parent: String): ErrorTrait.this.type
    Definition Classes
    AmfObject
  72. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  73. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  74. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  75. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  76. def variables: Seq[StrField]
    Definition Classes
    AbstractDeclaration
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorTrait.this.type
    Definition Classes
    DomainElement → CustomizableElement
  81. def withCustomDomainProperty(extensions: DomainExtension): ErrorTrait.this.type
    Definition Classes
    DomainElement → CustomizableElement
  82. def withDataNode(dataNode: DataNode): ErrorTrait.this.type
    Definition Classes
    AbstractDeclaration
  83. def withDescription(description: String): ErrorTrait.this.type
    Definition Classes
    AbstractDeclaration
  84. def withExtends(extend: Seq[DomainElement]): ErrorTrait.this.type
    Definition Classes
    DomainElement
  85. def withId(value: String): ErrorTrait.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  86. def withInferredName(name: String): ErrorTrait.this.type
    Definition Classes
    NamedAmfObject
  87. def withIsExternalLink(isReference: Boolean): ErrorTrait.this.type
    Definition Classes
    DomainElement
  88. def withLinkLabel(label: String, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    Linkable
  89. def withLinkTarget(target: DomainElement): ErrorTrait.this.type
    Definition Classes
    Linkable
  90. def withName(name: String): ErrorTrait.this.type
    Definition Classes
    NamedAmfObject
  91. def withName(nameNode: ScalarNode): ErrorTrait.this.type
    Definition Classes
    NamedAmfObject
  92. def withName(name: String, a: Annotations): ErrorTrait.this.type
    Definition Classes
    NamedAmfObject
  93. def withName(node: YNode): ErrorTrait.this.type
    Definition Classes
    NamedAmfObject
  94. def withSupportsRecursion(recursive: Boolean): ErrorTrait.this.type
    Definition Classes
    Linkable
  95. def withSynthesizeName(name: String): ErrorTrait.this.type
    Definition Classes
    NamedAmfObject
  96. def withVariables(variables: Seq[String]): ErrorTrait.this.type
    Definition Classes
    AbstractDeclaration
  97. def [B](y: B): (ErrorTrait, B)
    Implicit
    This member is added by an implicit conversion from ErrorTrait to ArrowAssoc[ErrorTrait] 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[TraitModel.type]

Inherited from Trait

Inherited from AbstractDeclaration

Inherited from NamedDomainElement

Inherited from NamedAmfObject

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped