abstract class ExtensionsContext extends ParserContext with DataNodeParserContext

Linear Supertypes
DataNodeParserContext, ParserContext, Serializable, Serializable, Product, Equals, UnresolvedComponents, ErrorHandlingContext, IllegalTypeHandler, ParseErrorHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtensionsContext
  2. DataNodeParserContext
  3. ParserContext
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. UnresolvedComponents
  9. ErrorHandlingContext
  10. IllegalTypeHandler
  11. ParseErrorHandler
  12. AnyRef
  13. 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 ExtensionsContext(loc: String, refs: Seq[ParsedReference], options: ParsingOptions, wrapped: ParserContext, declarationsOption: Option[WebApiDeclarations] = None, nodeRefIds: Map[YNode, String] = mutable.Map.empty)

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 ExtensionsContext to any2stringadd[ExtensionsContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExtensionsContext, B)
    Implicit
    This member is added by an implicit conversion from ExtensionsContext to ArrowAssoc[ExtensionsContext] 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): ExtensionsContext.this.type
    Definition Classes
    ParserContext
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val config: ParseConfiguration
    Definition Classes
    ParserContext
  10. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  11. val declarations: WebApiDeclarations
  12. val declarationsOption: Option[WebApiDeclarations]
  13. implicit val eh: AMFErrorHandler
    Definition Classes
    ErrorHandlingContext
  14. def ensuring(cond: (ExtensionsContext) ⇒ Boolean, msg: ⇒ Any): ExtensionsContext
    Implicit
    This member is added by an implicit conversion from ExtensionsContext to Ensuring[ExtensionsContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ExtensionsContext) ⇒ Boolean): ExtensionsContext
    Implicit
    This member is added by an implicit conversion from ExtensionsContext to Ensuring[ExtensionsContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ExtensionsContext
    Implicit
    This member is added by an implicit conversion from ExtensionsContext to Ensuring[ExtensionsContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ExtensionsContext
    Implicit
    This member is added by an implicit conversion from ExtensionsContext to Ensuring[ExtensionsContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  21. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExtensionsContext to StringFormat[ExtensionsContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def fragments: Map[String, FragmentRef]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  24. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext → UnresolvedComponents
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getMaxYamlReferences: Option[Int]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  27. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  28. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ParserContext → ErrorHandlingContext → IllegalTypeHandler
  29. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext → ParseErrorHandler
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val loc: String
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val nodeRefIds: Map[YNode, String]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val options: ParsingOptions
  37. def parsingOptions: ParsingOptions
    Definition Classes
    ParserContext
  38. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  39. val rootContextDocument: String
    Definition Classes
    ParserContext
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def [B](y: B): (ExtensionsContext, B)
    Implicit
    This member is added by an implicit conversion from ExtensionsContext to ArrowAssoc[ExtensionsContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from DataNodeParserContext

Inherited from ParserContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UnresolvedComponents

Inherited from ErrorHandlingContext

Inherited from IllegalTypeHandler

Inherited from ParseErrorHandler

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped