Packages

object ExtractorCommon

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractorCommon
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def amfObject(maybeTree: Option[ObjectInTree], dialect: Dialect): Option[AmfObject]

    Selected object if there is a clean match in the range and it is a declarable, or the parents range

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def declarationPath(fdp: AmfObject, dialect: Dialect): Seq[String]
  8. def declarationPathForDialect(dialect: Dialect): Option[String]
  9. def declaredElementNode(amfObject: Option[AmfObject], vendor: Vendor, dialect: Dialect): Option[YNode]

    Emit declared element

    Emit declared element

    returns

    Element as YNode

  10. def declaredEntry(amfObject: Option[AmfObject], vendor: Vendor, dialect: Dialect, bu: BaseUnit, uri: String, newName: String, configurationReader: AlsConfigurationReader, jsonOptions: JsonRenderOptions, yamlOptions: YamlRenderOptions): Option[(String, Option[YMapEntry])]

    Render for the new declaration, and the top entry on which it should be nested

  11. def emitElement(e: DomainElement, vendor: Vendor, dialect: Dialect): YNode

    Emit a new domain element

    Emit a new domain element

    e

    DomainElement to be emitted

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def existAnyDeclaration(objs: Seq[AmfObject], yPartBranch: Option[YPartBranch], bu: BaseUnit, dialect: Dialect): Seq[PositionRange]
  15. def existAnyOtherDeclaration(objs: Seq[AmfObject], bu: BaseUnit): Boolean
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def findExistingKeyPart(bu: BaseUnit, uri: String, keyPath: Seq[String]): Seq[YMapEntry]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def nameNotInList(baseName: String, existing: Set[String], c: Option[Int] = None): String
    Annotations
    @tailrec()
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def renderNode(node: YNode, maybeParent: Option[YMapEntry], bu: BaseUnit, configurationReader: AlsConfigurationReader, jsonOptions: JsonRenderOptions, yamlOptions: YamlRenderOptions): (String, Option[YMapEntry])
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def wrappedDeclaredEntry(amfObject: Option[AmfObject], vendor: Vendor, dialect: Dialect, bu: BaseUnit, uri: String, newName: String): Option[(YNode, Option[YMapEntry])]

    The complete node and the entry where it belongs, contemplating the path for the declaration and existing AST

Inherited from AnyRef

Inherited from Any

Ungrouped