Packages

c

amf.rdf.internal

RdfParserContext

class RdfParserContext extends ParserContext

Linear Supertypes
ParserContext, Serializable, Serializable, Product, Equals, UnresolvedComponents, ErrorHandlingContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RdfParserContext
  2. ParserContext
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. UnresolvedComponents
  8. ErrorHandlingContext
  9. AnyRef
  10. 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 RdfParserContext(rootContextDocument: String = "", futureDeclarations: FutureDeclarations = EmptyFutureDeclarations(), config: ParseConfiguration)

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 RdfParserContext to any2stringadd[RdfParserContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RdfParserContext, B)
    Implicit
    This member is added by an implicit conversion from RdfParserContext to ArrowAssoc[RdfParserContext] 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): RdfParserContext.this.type
    Definition Classes
    ParserContext
  7. val annotationsFacade: SerializableAnnotationsFacade
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val collected: ListBuffer[Annotation]
  11. val config: ParseConfiguration
    Definition Classes
    ParserContext
  12. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  13. def eh: AMFErrorHandler
    Definition Classes
    ParserContext → UnresolvedComponents → ErrorHandlingContext
  14. def ensuring(cond: (RdfParserContext) ⇒ Boolean, msg: ⇒ Any): RdfParserContext
    Implicit
    This member is added by an implicit conversion from RdfParserContext to Ensuring[RdfParserContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (RdfParserContext) ⇒ Boolean): RdfParserContext
    Implicit
    This member is added by an implicit conversion from RdfParserContext to Ensuring[RdfParserContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): RdfParserContext
    Implicit
    This member is added by an implicit conversion from RdfParserContext to Ensuring[RdfParserContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): RdfParserContext
    Implicit
    This member is added by an implicit conversion from RdfParserContext to Ensuring[RdfParserContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RdfParserContext to StringFormat[RdfParserContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext → UnresolvedComponents
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. var nodes: Map[String, AmfElement]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def parsingOptions: ParsingOptions
    Definition Classes
    ParserContext
  30. val referencesMap: Map[String, DomainElement]
  31. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  32. val rootContextDocument: String
    Definition Classes
    ParserContext
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val unresolvedExtReferencesMap: Map[String, ExternalSourceElement]
  35. val unresolvedReferences: Map[String, Seq[DomainElement]]
  36. def violation(specification: ValidationSpecification, node: String, message: String, loc: SourceLocation): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  37. def violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  38. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (RdfParserContext, B)
    Implicit
    This member is added by an implicit conversion from RdfParserContext to ArrowAssoc[RdfParserContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ParserContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UnresolvedComponents

Inherited from ErrorHandlingContext

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped