class DialectInstanceParser extends DeclarationKeyCollector with NodeMappableHelper with InstanceNodeIdHandling

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectInstanceParser
  2. InstanceNodeIdHandling
  3. BaseDirectiveOverride
  4. NodeMappableHelper
  5. DeclarationKeyCollector
  6. AnyRef
  7. 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 DialectInstanceParser(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 DialectInstanceParser to any2stringadd[DialectInstanceParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DialectInstanceParser, B)
    Implicit
    This member is added by an implicit conversion from DialectInstanceParser to ArrowAssoc[DialectInstanceParser] 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
  14. def ensuring(cond: (DialectInstanceParser) ⇒ Boolean, msg: ⇒ Any): DialectInstanceParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceParser to Ensuring[DialectInstanceParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (DialectInstanceParser) ⇒ Boolean): DialectInstanceParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceParser to Ensuring[DialectInstanceParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): DialectInstanceParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceParser to Ensuring[DialectInstanceParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): DialectInstanceParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceParser to Ensuring[DialectInstanceParser] 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 DialectInstanceParser to StringFormat[DialectInstanceParser] 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
  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 parseDeclarations(documentType: String): Unit
    Attributes
    protected
  33. def parseDocument(): DialectInstance
  34. def parseEncoded(dialectInstance: EncodesModel): DialectDomainElement
    Attributes
    protected
  35. val root: Root
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (DialectInstanceParser, B)
    Implicit
    This member is added by an implicit conversion from DialectInstanceParser to ArrowAssoc[DialectInstanceParser] 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 InstanceNodeIdHandling

Inherited from BaseDirectiveOverride

Inherited from NodeMappableHelper

Inherited from DeclarationKeyCollector

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped