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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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. val eh: Option[ErrorHandler]
    Definition Classes
    ParserContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  16. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  19. def guiKey(message: String, location: Option[String], lexical: Option[LexicalInformation]): String
    Definition Classes
    ErrorHandler
  20. def handle(node: YPart, e: SyamlException): Unit
    Definition Classes
    ErrorHandler → ParseErrorHandler
  21. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ErrorHandler → IllegalTypeHandler
  22. var imported: Map[String, Vocabulary]
  23. def inconsistentPropertyRangeValueViolation(node: String, property: PropertyMapping, expected: String, found: String, valueNode: YNode): Unit
    Definition Classes
    SyntaxErrorReporter
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def missingFragmentViolation(fragment: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  26. def missingPropertyRangeViolation(term: String, node: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  27. def missingPropertyViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  28. def missingTermViolation(term: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val parserCount: Int
    Definition Classes
    ParserContext
  33. def part(error: YError): YPart
    Attributes
    protected
    Definition Classes
    ErrorHandler
  34. var pendingLocal: Seq[(String, String, YPart)]
  35. val propertyTerm: Map[String, String]
    Definition Classes
    VocabularySyntax
  36. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  37. def register(alias: String, propertyTerm: PropertyTerm): Unit
  38. def register(alias: String, classTerm: ClassTerm): Unit
  39. def registerVocabulary(alias: String, vocabulary: Vocabulary): Unit
  40. def reportConstraint(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], level: String, location: Option[String]): Unit
    Definition Classes
    ParserContext → ErrorHandler
  41. var reportDisambiguation: Set[String]
    Definition Classes
    ParserContext
  42. def resolveClassTermAlias(base: String, classTermAlias: String, where: YPart, strictLocal: Boolean): Option[String]
  43. def resolvePropertyTermAlias(base: String, propertyTermAlias: String, where: YPart, strictLocal: Boolean): Option[String]
  44. val rootContextDocument: String
    Definition Classes
    ParserContext
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def terms(): Seq[DomainElement]
  47. def violation(specification: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ErrorHandler
  48. def violation(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  49. def violation(specification: ValidationSpecification, node: String, property: Option[String], message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  50. def violation(specification: ValidationSpecification, node: String, message: String, location: String): Unit
    Definition Classes
    ErrorHandler
  51. def violation(specification: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  52. def violation(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  53. def violation(specification: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  54. val vocabulary: Map[String, String]
    Definition Classes
    VocabularySyntax
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  58. def warning(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  59. def warning(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  60. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  61. def warning(specification: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  62. 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