Packages

class DialectsParser extends BaseSpecParser with AnnotationsParser

Linear Supertypes
AnnotationsParser, BaseSpecParser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectsParser
  2. AnnotationsParser
  3. BaseSpecParser
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialectsParser(root: Root)(implicit ctx: DialectContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. implicit val ctx: DialectContext
    Definition Classes
    DialectsParser → BaseSpecParser
  7. val dialect: Dialect
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val map: YMap
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def parseAnnotations(ast: YMap, node: DomainElement, declarations: VocabularyDeclarations)(implicit ctx: ParserContext): Any
    Attributes
    protected
    Definition Classes
    AnnotationsParser
  19. def parseDeclarations(root: Root, map: YMap): Unit
    Attributes
    protected
  20. def parseDocument(): BaseUnit
  21. def parseDocumentsOptions(value: YNode, documentsMapping: DocumentsModel): Any
  22. def parseFragment(): BaseUnit
  23. def parseFragmentsMapping(value: YNode, parent: String): Option[Seq[DocumentMapping]]
  24. def parseLibraries(value: YNode, parent: String): Option[DocumentMapping]
  25. def parseLibrary(): BaseUnit
  26. def parseNodeMapping(entry: YMapEntry, adopt: (NodeMapping) ⇒ Any, fragment: Boolean = false): Option[NodeMapping]
  27. def parseOptions(map: YMap, documentsModel: DocumentsModel): Option[Any]
  28. def parsePropertyMapping(entry: YMapEntry, adopt: (PropertyMapping) ⇒ Any): PropertyMapping
  29. def parseRootDocumentMapping(value: YNode, parent: String): Option[DocumentMapping]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toFragment(dialect: Dialect): DialectFragment
    Attributes
    protected
  32. def toLibrary(dialect: Dialect): DialectLibrary
    Attributes
    protected
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def validateTemplate(template: String, map: YMap, propMappings: Seq[PropertyMapping]): Unit
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnnotationsParser

Inherited from BaseSpecParser

Inherited from AnyRef

Inherited from Any

Ungrouped