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 copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  9. val declarations: DialectInstanceDeclarations
  10. var dialect: Dialect
  11. val eh: Option[ErrorHandler]
    Definition Classes
    ParserContext
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findJsonPointer(pointer: String): Option[DialectDomainElement]
  15. def findNodeMapping(mappingId: String): Option[NodeMappable]
  16. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  17. def forPatch(): DialectInstanceContext
  18. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  21. def guiKey(message: String, location: Option[String], lexical: Option[LexicalInformation]): String
    Definition Classes
    ErrorHandler
  22. def handle(node: YPart, e: SyamlException): Unit
    Definition Classes
    ErrorHandler → ParseErrorHandler
  23. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ErrorHandler → IllegalTypeHandler
  24. def inconsistentPropertyRangeValueViolation(node: String, property: PropertyMapping, expected: String, found: String, valueNode: YNode): Unit
    Definition Classes
    SyntaxErrorReporter
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. var isPatch: Boolean
  27. val libraryDeclarationsNodeMappings: Map[String, NodeMappable]
  28. def link(node: YNode): Either[String, YNode]
  29. def missingFragmentViolation(fragment: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  30. def missingPropertyRangeViolation(term: String, node: String, annotations: Annotations): Unit
    Definition Classes
    SyntaxErrorReporter
  31. def missingPropertyViolation(id: String, property: String, nodeType: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  32. def missingTermViolation(term: String, node: String, ast: YPart): Unit
    Definition Classes
    SyntaxErrorReporter
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. var nestedDialects: Seq[Dialect]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def parseDeclaredNodeMappings(documentType: String): Map[String, NodeMappable]
    Attributes
    protected
  38. val parserCount: Int
    Definition Classes
    ParserContext
  39. def part(error: YError): YPart
    Attributes
    protected
    Definition Classes
    ErrorHandler
  40. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  41. def registerJsonPointerDeclaration(pointer: String, declared: DialectDomainElement): Unit
  42. def reportConstraint(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], level: String, location: Option[String]): Unit
    Definition Classes
    ParserContext → ErrorHandler
  43. var reportDisambiguation: Set[String]
    Definition Classes
    ParserContext
  44. val rootContextDocument: String
    Definition Classes
    ParserContext
  45. val rootDeclarationsNodeMappings: Map[String, NodeMappable]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  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. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  57. def warning(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  58. def warning(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  59. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  60. def warning(specification: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  61. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  62. 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