Packages

c

amf.aml.internal.parse.vocabularies

VocabularyContext

class VocabularyContext extends SyamlBasedParserErrorHandler with VocabularySyntax with SyntaxErrorReporter

Linear Supertypes
SyntaxErrorReporter, VocabularySyntax, SyamlBasedParserErrorHandler, SYamlBasedErrorHandler, ParseErrorHandler, IllegalTypeHandler, ParserContext, Serializable, Serializable, Product, Equals, UnresolvedComponents, ErrorHandlingContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VocabularyContext
  2. SyntaxErrorReporter
  3. VocabularySyntax
  4. SyamlBasedParserErrorHandler
  5. SYamlBasedErrorHandler
  6. ParseErrorHandler
  7. IllegalTypeHandler
  8. ParserContext
  9. Serializable
  10. Serializable
  11. Product
  12. Equals
  13. UnresolvedComponents
  14. ErrorHandlingContext
  15. AnyRef
  16. 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 VocabularyContext(wrapped: ParserContext, ds: Option[VocabularyDeclarations] = None)

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 VocabularyContext to any2stringadd[VocabularyContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (VocabularyContext, B)
    Implicit
    This member is added by an implicit conversion from VocabularyContext to ArrowAssoc[VocabularyContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addSonRef(ref: BaseUnit): VocabularyContext.this.type
    Definition Classes
    ParserContext
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val classTerm: Map[String, String]
    Definition Classes
    VocabularySyntax
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def closedNode(nodeType: String, id: String, map: YMap)(implicit errorHandler: IllegalTypeHandler): Unit
    Definition Classes
    VocabularySyntax
  11. def closedNodeViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  12. val config: ParseConfiguration
    Definition Classes
    SyamlBasedParserErrorHandler → ParserContext
  13. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  14. val declarations: VocabularyDeclarations
  15. def differentTermsInMapKey(node: String, field: String, label: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  16. implicit val eh: AMFErrorHandler
    Definition Classes
    ErrorHandlingContext
  17. def ensuring(cond: (VocabularyContext) ⇒ Boolean, msg: ⇒ Any): VocabularyContext
    Implicit
    This member is added by an implicit conversion from VocabularyContext to Ensuring[VocabularyContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (VocabularyContext) ⇒ Boolean): VocabularyContext
    Implicit
    This member is added by an implicit conversion from VocabularyContext to Ensuring[VocabularyContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): VocabularyContext
    Implicit
    This member is added by an implicit conversion from VocabularyContext to Ensuring[VocabularyContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): VocabularyContext
    Implicit
    This member is added by an implicit conversion from VocabularyContext to Ensuring[VocabularyContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from VocabularyContext to StringFormat[VocabularyContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. val futureDeclarations: FutureDeclarations
    Definition Classes
    SyamlBasedParserErrorHandler → ParserContext → UnresolvedComponents
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  28. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    SYamlBasedErrorHandler → ParseErrorHandler
  29. final def handle(node: YPart, e: SyamlException): Unit
    Definition Classes
    SYamlBasedErrorHandler
  30. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    SYamlBasedErrorHandler → IllegalTypeHandler
  31. var imported: Map[String, Vocabulary]
  32. def inconsistentPropertyRangeValueViolation(node: String, property: PropertyLikeMapping[_], expected: String, found: String, valueNode: YNode): Unit
    Definition Classes
    SyntaxErrorReporter
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def missingBaseTermViolation(node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  35. def missingClassTermWarning(term: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  36. def missingFragmentViolation(fragment: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  37. def missingPropertyKeyViolation(node: String, field: String, label: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  38. def missingPropertyRangeViolation(term: String, node: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  39. def missingPropertyTermWarning(term: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  40. def missingPropertyViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  41. def missingVocabularyTermWarning(node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def parsingOptions: ParsingOptions
    Definition Classes
    ParserContext
  46. def part(error: YError): YPart
    Attributes
    protected
    Definition Classes
    SYamlBasedErrorHandler
  47. var pendingLocal: Seq[(String, String, YPart, Boolean)]
  48. val propertyTerm: Map[String, String]
    Definition Classes
    VocabularySyntax
  49. val refs: Seq[ParsedReference]
    Definition Classes
    SyamlBasedParserErrorHandler → ParserContext
  50. def register(alias: String, propertyTerm: PropertyTerm): Unit
  51. def register(alias: String, classTerm: ClassTerm): Unit
  52. def registerVocabulary(alias: String, vocabulary: Vocabulary): Unit
  53. def resolveClassTermAlias(base: String, classTermAlias: String, where: YPart, strictLocal: Boolean): Option[String]
  54. def resolvePropertyTermAlias(base: String, propertyTermAlias: String, where: YPart, strictLocal: Boolean): Option[String]
  55. val rootContextDocument: String
    Definition Classes
    SyamlBasedParserErrorHandler → ParserContext
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def terms(): Seq[DomainElement]
  58. def violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  59. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  60. val vocabulary: Map[String, String]
    Definition Classes
    VocabularySyntax
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  64. def [B](y: B): (VocabularyContext, B)
    Implicit
    This member is added by an implicit conversion from VocabularyContext to ArrowAssoc[VocabularyContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SyntaxErrorReporter

Inherited from VocabularySyntax

Inherited from SyamlBasedParserErrorHandler

Inherited from SYamlBasedErrorHandler

Inherited from ParseErrorHandler

Inherited from IllegalTypeHandler

Inherited from ParserContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UnresolvedComponents

Inherited from ErrorHandlingContext

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped