Packages

class VocabularyContext extends ParserContext with VocabularySyntax with SyntaxErrorReporter

Linear Supertypes
SyntaxErrorReporter, VocabularySyntax, ParserContext, Serializable, Serializable, Product, Equals, ErrorHandler, ParseErrorHandler, IllegalTypeHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VocabularyContext
  2. SyntaxErrorReporter
  3. VocabularySyntax
  4. ParserContext
  5. Serializable
  6. Serializable
  7. Product
  8. Equals
  9. ErrorHandler
  10. ParseErrorHandler
  11. IllegalTypeHandler
  12. AnyRef
  13. Any
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addSonRef(ref: BaseUnit): VocabularyContext.this.type
    Definition Classes
    ParserContext
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val classTerm: Map[String, String]
    Definition Classes
    VocabularySyntax
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def closedNode(nodeType: String, id: String, map: YMap): Unit
    Definition Classes
    VocabularySyntax
  9. def closedNodeViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  10. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  11. val declarations: VocabularyDeclarations
  12. def differentTermsInMapKey(node: String, field: String, label: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  13. val eh: Option[ErrorHandler]
    Definition Classes
    ParserContext
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  17. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  20. def guiKey(message: String, location: Option[String], lexical: Option[LexicalInformation]): String
    Definition Classes
    ErrorHandler
  21. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ErrorHandler → ParseErrorHandler
  22. final def handle(node: YPart, e: SyamlException): Unit
    Definition Classes
    ErrorHandler
  23. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ErrorHandler → IllegalTypeHandler
  24. var imported: Map[String, Vocabulary]
  25. def inconsistentPropertyRangeValueViolation(node: String, property: PropertyMapping, expected: String, found: String, valueNode: YNode): Unit
    Definition Classes
    SyntaxErrorReporter
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def missingFragmentViolation(fragment: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  28. def missingPropertyKeyViolation(node: String, field: String, label: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  29. def missingPropertyRangeViolation(term: String, node: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  30. def missingPropertyViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  31. def missingTermViolation(term: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  32. def missingTermWarning(term: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val parserCount: Int
    Definition Classes
    ParserContext
  37. def part(error: YError): YPart
    Attributes
    protected
    Definition Classes
    ErrorHandler
  38. var pendingLocal: Seq[(String, String, YPart, Boolean)]
  39. val propertyTerm: Map[String, String]
    Definition Classes
    VocabularySyntax
  40. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  41. def register(alias: String, propertyTerm: PropertyTerm): Unit
  42. def register(alias: String, classTerm: ClassTerm): Unit
  43. def registerVocabulary(alias: String, vocabulary: Vocabulary): Unit
  44. def reportConstraint(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], level: String, location: Option[String]): Unit
    Definition Classes
    ParserContext → ErrorHandler
  45. var reportDisambiguation: Set[String]
    Definition Classes
    ParserContext
  46. def resolveClassTermAlias(base: String, classTermAlias: String, where: YPart, strictLocal: Boolean): Option[String]
  47. def resolvePropertyTermAlias(base: String, propertyTermAlias: String, where: YPart, strictLocal: Boolean): Option[String]
  48. val rootContextDocument: String
    Definition Classes
    ParserContext
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def terms(): Seq[DomainElement]
  51. def violation(specification: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ErrorHandler
  52. def violation(specification: ValidationSpecification, node: String, message: String, loc: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  53. def violation(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  54. def violation(spec: ValidationSpecification, n: String, prop: Option[String], msg: String, l: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  55. def violation(spec: ValidationSpecification, node: String, prop: Option[String], msg: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  56. def violation(specification: ValidationSpecification, node: String, message: String, location: String): Unit
    Definition Classes
    ErrorHandler
  57. def violation(specification: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  58. def violation(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  59. def violation(specification: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  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 warning(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  65. def warning(specification: ValidationSpecification, node: String, message: String, location: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  66. def warning(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  67. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, part: YPart): Unit
    Definition Classes
    ErrorHandler
  68. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, location: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  69. def warning(spec: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  70. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler

Inherited from SyntaxErrorReporter

Inherited from VocabularySyntax

Inherited from ParserContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorHandler

Inherited from ParseErrorHandler

Inherited from IllegalTypeHandler

Inherited from AnyRef

Inherited from Any

Ungrouped