class DialectsParser extends BaseSpecParser with DeclarationKeyCollector
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DialectsParser
- DeclarationKeyCollector
- BaseSpecParser
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DialectsParser(root: Root)(implicit ctx: DialectContext)
Type Members
- type ConcatenatedNames = String
- type Member = NodeMapping
- type NodeMappable = client.scala.model.domain.NodeMappable[_ <: NodeMappableModel]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from DialectsParser to any2stringadd[DialectsParser] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (DialectsParser, B)
- Implicit
- This member is added by an implicit conversion from DialectsParser to ArrowAssoc[DialectsParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addDeclarationKey(key: DeclarationKey): Unit
- Definition Classes
- DeclarationKeyCollector
-
def
addDeclarationsToModel(model: DeclaresModel, declares: Seq[DomainElement]): Unit
- Attributes
- protected
- Definition Classes
- DeclarationKeyCollector
-
def
addDeclarationsToModel(model: DeclaresModel)(implicit ctx: DeclarationContext): Unit
- Attributes
- protected
- Definition Classes
- DeclarationKeyCollector
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkAmbiguity[T <: DomainElement](union: NodeWithDiscriminator[_]): Unit
Ambiguity kinds:
Ambiguity kinds:
- Un-avoidable: cannot distinguish between two union members
- Eventual: some times cannot distinguish between two union members, depending on the value of the dialect instance
Conditions for un-avoidable ambiguity:
- Set of property names is exactly the same between two union members
Conditions for eventual ambiguity:
- Set of MANDATORY property names is exactly the same between two union members
- T
type of union: union node mapping or union property mapping
- union
Union to calculate ambiguity over its members
-
def
checkAnyNodeMappableReferences(mappable: AnyMapping): Unit
- Attributes
- protected
-
def
checkNodeMappableReferences[T <: DomainElement](mappable: NodeWithDiscriminator[_]): Unit
This method:
This method:
- replaces union & discriminator members references to other node mappings from their name to their id 2. validates union & discriminator members exist 3. checks for ambiguity
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
implicit
val
ctx: DialectContext
- Definition Classes
- DialectsParser → BaseSpecParser
- val dialect: Dialect
-
def
ensuring(cond: (DialectsParser) ⇒ Boolean, msg: ⇒ Any): DialectsParser
- Implicit
- This member is added by an implicit conversion from DialectsParser to Ensuring[DialectsParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (DialectsParser) ⇒ Boolean): DialectsParser
- Implicit
- This member is added by an implicit conversion from DialectsParser to Ensuring[DialectsParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): DialectsParser
- Implicit
- This member is added by an implicit conversion from DialectsParser to Ensuring[DialectsParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): DialectsParser
- Implicit
- This member is added by an implicit conversion from DialectsParser to Ensuring[DialectsParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DialectsParser to StringFormat[DialectsParser] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: YMap
-
def
membersFrom(union: NodeWithDiscriminator[_]): Seq[NodeMappable]
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parseAnnotationMappingDeclarations(map: YMap, parent: String): Unit
-
def
parseDeclarations(baseIri: String, map: YMap): Unit
- Attributes
- protected
- def parseDocument(): BaseUnit
- def parseFragment(): BaseUnit
- def parseLibrary(): BaseUnit
- def parseNodeMapping(entry: YMapEntry, adopt: (DomainElement) ⇒ Any, fragment: Boolean = false): Option[NodeMappable]
- def parseSemanticExtensions(map: YMap): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toFragment(dialect: Dialect): DialectFragment
- Attributes
- protected
-
def
toLibrary(dialect: Dialect): DialectLibrary
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateMapLabelReferences(propertyMapping: PropertyMapping, range: NodeMapping): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (DialectsParser, B)
- Implicit
- This member is added by an implicit conversion from DialectsParser to ArrowAssoc[DialectsParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated