class DialectsParser extends BaseSpecParser with AnnotationsParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DialectsParser
- AnnotationsParser
- BaseSpecParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DialectsParser(root: Root)(implicit ctx: DialectContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkNodeMappableReferences[T <: DomainElement](mappable: NodeWithDiscriminator[T]): Any
Transforming URIs in references of node ranges and discrminators into actual label with a reference
Transforming URIs in references of node ranges and discrminators into actual label with a reference
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
implicit
val
ctx: DialectContext
- Definition Classes
- DialectsParser → BaseSpecParser
- val dialect: Dialect
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: YMap
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseAnnotations(ast: YMap, node: DomainElement, declarations: VocabularyDeclarations)(implicit ctx: ParserContext): Any
- Attributes
- protected
- Definition Classes
- AnnotationsParser
-
def
parseDeclarations(root: Root, map: YMap): Unit
- Attributes
- protected
- def parseDocument(): BaseUnit
- def parseDocumentsOptions(value: YNode, documentsMapping: DocumentsModel): Any
- def parseFragment(): BaseUnit
- def parseFragmentsMapping(value: YNode, parent: String): Option[Seq[DocumentMapping]]
- def parseLibraries(value: YNode, parent: String): Option[DocumentMapping]
- def parseLibrary(): BaseUnit
- def parseNodeMapping(entry: YMapEntry, adopt: (DomainElement) ⇒ Any, fragment: Boolean = false): Option[NodeMappable]
- def parseOptions(map: YMap, documentsModel: DocumentsModel): Option[Any]
- def parsePropertyMapping(entry: YMapEntry, adopt: (PropertyMapping) ⇒ Any): PropertyMapping
- def parseRootDocumentMapping(value: YNode, parent: String): Option[DocumentMapping]
- def parseSingleNodeMapping(map: YMap, adopt: (DomainElement) ⇒ Any, fragment: Boolean = false): Option[NodeMapping]
-
def
parseUnionNodeMapping(map: YMap, adopt: (DomainElement) ⇒ Any, fragment: Boolean = false): Option[UnionNodeMapping]
- Attributes
- protected
-
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 validateTemplate(template: String, map: YMap, propMappings: Seq[PropertyMapping]): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )