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

    Emit declared element

    Emit declared element

    returns

    Element as YNode

  9. 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

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

    Emit a new domain element

    Emit a new domain element

    e

    DomainElement to be emitted

  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. def findExistingKeyPart(bu: BaseUnit, uri: String, keyPath: Seq[String]): Seq[YMapEntry]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def nameNotInList(baseName: String, existing: Set[String], c: Option[Int] = None): String
    Annotations
    @tailrec()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def renderNode(node: YNode, maybeParent: Option[YMapEntry], bu: BaseUnit, configurationReader: AlsConfigurationReader, jsonOptions: JsonRenderOptions, yamlOptions: YamlRenderOptions): (String, Option[YMapEntry])
  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