c

amf.aml.internal.parse.instances

DialectInstanceFragmentParser

class DialectInstanceFragmentParser extends DialectInstanceParser

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectInstanceFragmentParser
  2. DialectInstanceParser
  3. InstanceNodeIdHandling
  4. BaseDirectiveOverride
  5. NodeMappableHelper
  6. DeclarationKeyCollector
  7. AnyRef
  8. 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 DialectInstanceFragmentParser(root: Root)(implicit ctx: DialectInstanceContext)

Type Members

  1. type NodeMappable = client.scala.model.domain.NodeMappable[_ <: NodeMappableModel]
    Definition Classes
    NodeMappableHelper

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 DialectInstanceFragmentParser to any2stringadd[DialectInstanceFragmentParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DialectInstanceFragmentParser, B)
    Implicit
    This member is added by an implicit conversion from DialectInstanceFragmentParser to ArrowAssoc[DialectInstanceFragmentParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addDeclarationKey(key: DeclarationKey): Unit
    Definition Classes
    DeclarationKeyCollector
  7. def addDeclarationsToModel(model: DeclaresModel, declares: Seq[DomainElement]): Unit
    Attributes
    protected
    Definition Classes
    DeclarationKeyCollector
  8. def addDeclarationsToModel(model: DeclaresModel)(implicit ctx: DeclarationContext): Unit
    Attributes
    protected
    Definition Classes
    DeclarationKeyCollector
  9. def allNodeMappingIds(mapping: NodeMappable): Set[String]
    Definition Classes
    NodeMappableHelper
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. implicit val ctx: DialectInstanceContext
  13. def emptyElementWithViolation(msg: String)(implicit ctx: DialectInstanceContext): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  14. def ensuring(cond: (DialectInstanceFragmentParser) ⇒ Boolean, msg: ⇒ Any): DialectInstanceFragmentParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceFragmentParser to Ensuring[DialectInstanceFragmentParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (DialectInstanceFragmentParser) ⇒ Boolean): DialectInstanceFragmentParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceFragmentParser to Ensuring[DialectInstanceFragmentParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): DialectInstanceFragmentParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceFragmentParser to Ensuring[DialectInstanceFragmentParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): DialectInstanceFragmentParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceFragmentParser to Ensuring[DialectInstanceFragmentParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def explicitNodeId(node: Option[DialectDomainElement], nodeMap: YMap): String
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DialectInstanceFragmentParser to StringFormat[DialectInstanceFragmentParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def idTemplate(node: DialectDomainElement, nodeMap: YMap, path: Seq[String], mapping: NodeMapping): String
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val map: YMap
    Definition Classes
    DialectInstanceParser
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def overrideBase(id: String, map: YMap): String
    Definition Classes
    BaseDirectiveOverride
  31. def overrideBase(uri: String, baseEntry: YMapEntry): String
    Definition Classes
    BaseDirectiveOverride
  32. def parse(name: String): DialectInstanceFragment
  33. def parseDeclarations(documentType: String): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  34. def parseDocument(): DialectInstance
    Definition Classes
    DialectInstanceParser
  35. def parseEncoded(dialectInstance: EncodesModel): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  36. val root: Root
    Definition Classes
    DialectInstanceParser
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  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): (DialectInstanceFragmentParser, B)
    Implicit
    This member is added by an implicit conversion from DialectInstanceFragmentParser to ArrowAssoc[DialectInstanceFragmentParser] 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 DialectInstanceParser

Inherited from InstanceNodeIdHandling

Inherited from BaseDirectiveOverride

Inherited from NodeMappableHelper

Inherited from DeclarationKeyCollector

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped