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, Linkable, 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. Linkable
  11. DomainElement
  12. CustomizableElement
  13. AmfObject
  14. AmfElement
  15. AnyRef
  16. Any
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): ErrorTrait.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): ErrorTrait.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  8. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  9. val annotations: Annotations
    Definition Classes
    Trait → AmfElement
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def asOperation[T <: BaseUnit](unit: T, profile: ProfileName = RamlProfile, errorHandler: ErrorHandler = UnhandledErrorHandler): Operation

    Get this trait as an operation.

    Get this trait as an operation. No variables will be replaced. Pass the BaseUnit that contains this trait to use its declarations and the profile ProfileNames.RAML08 if this is from a raml08 unit.

    Definition Classes
    Trait
  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()
  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: Seq[String]): DomainElement
    Definition Classes
    Linkable
  24. def entryAsOperation[T <: BaseUnit](unit: T, entry: YMapEntry, annotations: Annotations, profile: ProfileName = RamlProfile, errorHandler: ErrorHandler = UnhandledErrorHandler): Operation
    Definition Classes
    Trait
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  27. val fields: Fields
    Definition Classes
    Trait → AmfObject
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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. val isUnresolved: Boolean
    Definition Classes
    Linkable
  39. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  40. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  41. def linkCopy(): Trait
    Definition Classes
    Trait → 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: TraitModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  46. val model: TraitModel.type
    Definition Classes
    ErrorTrait → ErrorDeclaration
  47. def name: StrField
    Definition Classes
    NamedDomainElement
  48. def nameField: Field
    Definition Classes
    AbstractDeclaration → NamedDomainElement
  49. val namespace: String
    Definition Classes
    ErrorTrait → ErrorDeclaration
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def newErrorInstance: ErrorDeclaration[TraitModel.type]
    Attributes
    protected
    Definition Classes
    ErrorTrait → ErrorDeclaration
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  55. val refAst: Option[YPart]
    Definition Classes
    Linkable
  56. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  57. val refName: String
    Definition Classes
    Linkable
  58. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  59. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: AmfElement): ErrorTrait.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, values: Seq[String]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Float): ErrorTrait.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Double): ErrorTrait.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Int): ErrorTrait.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: Boolean): ErrorTrait.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: String, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: String): ErrorTrait.this.type
    Definition Classes
    AmfObject
  68. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  69. def setArray(field: Field, values: Seq[AmfElement]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  70. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  71. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorTrait.this.type
    Definition Classes
    AmfObject
  72. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    AmfObject
  73. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  74. final def simpleAdoption(parent: String): ErrorTrait.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 toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  78. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  79. val unresolvedSeverity: String
    Definition Classes
    Linkable
  80. def variables: Seq[StrField]
    Definition Classes
    AbstractDeclaration
  81. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... ) @native()
  84. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorTrait.this.type
    Definition Classes
    DomainElement → CustomizableElement
  85. def withCustomDomainProperty(extensions: DomainExtension): ErrorTrait.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withDataNode(dataNode: DataNode): ErrorTrait.this.type
    Definition Classes
    AbstractDeclaration
  87. def withDescription(description: String): ErrorTrait.this.type
    Definition Classes
    AbstractDeclaration
  88. def withExtends(extend: Seq[DomainElement]): ErrorTrait.this.type
    Definition Classes
    DomainElement
  89. def withId(value: String): ErrorTrait.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  90. def withIsExternalLink(isReference: Boolean): ErrorTrait.this.type
    Definition Classes
    DomainElement
  91. def withLinkLabel(label: String, annotations: Annotations): ErrorTrait.this.type
    Definition Classes
    Linkable
  92. def withLinkTarget(target: DomainElement): ErrorTrait.this.type
    Definition Classes
    Linkable
  93. def withName(nameNode: ScalarNode): ErrorTrait.this.type
    Definition Classes
    NamedDomainElement
  94. def withName(name: String, a: Annotations): ErrorTrait.this.type
    Definition Classes
    NamedDomainElement
  95. def withName(node: YNode): ErrorTrait.this.type
    Definition Classes
    NamedDomainElement
  96. def withSupportsRecursion(recursive: Boolean): ErrorTrait.this.type
    Definition Classes
    Linkable
  97. def withSynthesizeName(name: String): ErrorTrait.this.type
    Definition Classes
    NamedDomainElement
  98. def withVariables(variables: Seq[String]): ErrorTrait.this.type
    Definition Classes
    AbstractDeclaration

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 Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped