Packages

class DialectInstanceContext extends ParserContext with SyntaxErrorReporter

Linear Supertypes
SyntaxErrorReporter, ParserContext, Serializable, Serializable, Product, Equals, ErrorHandler, ParseErrorHandler, IllegalTypeHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectInstanceContext
  2. SyntaxErrorReporter
  3. ParserContext
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. ErrorHandler
  9. ParseErrorHandler
  10. IllegalTypeHandler
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialectInstanceContext(dialect: Dialect, wrapped: ParserContext, ds: Option[DialectInstanceDeclarations] = 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): DialectInstanceContext.this.type
    Definition Classes
    ParserContext
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def closedNodeViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  8. def computeRootProps: Set[String]
  9. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  10. val declarations: DialectInstanceDeclarations
  11. var dialect: Dialect
  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 findJsonPointer(pointer: String): Option[DialectDomainElement]
  16. def findNodeMapping(mappingId: String): Option[NodeMappable]
  17. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  18. def forPatch(): DialectInstanceContext
  19. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  22. def guiKey(message: String, location: Option[String], lexical: Option[LexicalInformation]): String
    Definition Classes
    ErrorHandler
  23. def handle(node: YPart, e: SyamlException): Unit
    Definition Classes
    ErrorHandler → ParseErrorHandler
  24. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ErrorHandler → IllegalTypeHandler
  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. var isPatch: Boolean
  28. val libraryDeclarationsNodeMappings: Map[String, NodeMappable]
  29. def link(node: YNode): Either[String, YNode]
  30. def missingFragmentViolation(fragment: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  31. def missingPropertyRangeViolation(term: String, node: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  32. def missingPropertyViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  33. def missingTermViolation(term: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. var nestedDialects: Seq[Dialect]
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def parseDeclaredNodeMappings(documentType: String): Map[String, NodeMappable]
    Attributes
    protected
  39. val parserCount: Int
    Definition Classes
    ParserContext
  40. def part(error: YError): YPart
    Attributes
    protected
    Definition Classes
    ErrorHandler
  41. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  42. def registerJsonPointerDeclaration(pointer: String, declared: DialectDomainElement): Unit
  43. def reportConstraint(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], level: String, location: Option[String]): Unit
    Definition Classes
    ParserContext → ErrorHandler
  44. var reportDisambiguation: Set[String]
    Definition Classes
    ParserContext
  45. val rootContextDocument: String
    Definition Classes
    ParserContext
  46. val rootDeclarationsNodeMappings: Map[String, NodeMappable]
  47. var rootProps: Set[String]
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def violation(specification: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ErrorHandler
  50. def violation(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  51. def violation(specification: ValidationSpecification, node: String, property: Option[String], message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  52. def violation(specification: ValidationSpecification, node: String, message: String, location: String): Unit
    Definition Classes
    ErrorHandler
  53. def violation(specification: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  54. def violation(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  55. def violation(specification: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  59. def warning(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  60. def warning(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  61. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  62. def warning(specification: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  63. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  64. def withCurrentDialect[T](tmpDialect: Dialect)(k: ⇒ T): T

Inherited from SyntaxErrorReporter

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