Packages

t

amf.aml.internal.parse.common

SyntaxErrorReporter

trait SyntaxErrorReporter extends AnyRef

Self Type
SyntaxErrorReporter with ParserContext
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntaxErrorReporter
  2. AnyRef
  3. 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

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 SyntaxErrorReporter to any2stringadd[SyntaxErrorReporter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SyntaxErrorReporter, B)
    Implicit
    This member is added by an implicit conversion from SyntaxErrorReporter to ArrowAssoc[SyntaxErrorReporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def closedNodeViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
  9. def differentTermsInMapKey(node: String, field: String, label: String, annotations: Annotations): Unit
  10. def ensuring(cond: (SyntaxErrorReporter) ⇒ Boolean, msg: ⇒ Any): SyntaxErrorReporter
    Implicit
    This member is added by an implicit conversion from SyntaxErrorReporter to Ensuring[SyntaxErrorReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (SyntaxErrorReporter) ⇒ Boolean): SyntaxErrorReporter
    Implicit
    This member is added by an implicit conversion from SyntaxErrorReporter to Ensuring[SyntaxErrorReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): SyntaxErrorReporter
    Implicit
    This member is added by an implicit conversion from SyntaxErrorReporter to Ensuring[SyntaxErrorReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): SyntaxErrorReporter
    Implicit
    This member is added by an implicit conversion from SyntaxErrorReporter to Ensuring[SyntaxErrorReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SyntaxErrorReporter to StringFormat[SyntaxErrorReporter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def inconsistentPropertyRangeValueViolation(node: String, property: PropertyLikeMapping[_], expected: String, found: String, valueNode: YNode): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def missingBaseTermViolation(node: String, ast: YPart): Unit
  22. def missingClassTermWarning(term: String, node: String, ast: YPart): Unit
  23. def missingFragmentViolation(fragment: String, node: String, ast: YPart): Unit
  24. def missingPropertyKeyViolation(node: String, field: String, label: String, annotations: Annotations): Unit
  25. def missingPropertyRangeViolation(term: String, node: String, annotations: Annotations): Unit
  26. def missingPropertyTermWarning(term: String, node: String, ast: YPart): Unit
  27. def missingPropertyViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
  28. def missingVocabularyTermWarning(node: String, ast: YPart): Unit
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (SyntaxErrorReporter, B)
    Implicit
    This member is added by an implicit conversion from SyntaxErrorReporter to ArrowAssoc[SyntaxErrorReporter] 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 AnyRef

Inherited from Any

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

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

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

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

Ungrouped