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