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], dialect: Dialect, alsConfigurationState: ALSConfigurationState): Option[YNode]

    Emit declared element

    Emit declared element

    returns

    Element as YNode

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

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

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def existAnyDeclaration(objs: Seq[AmfObject], yPartBranch: Option[YPartBranch], bu: BaseUnit, dialect: Dialect): Seq[PositionRange]
  13. def existAnyOtherDeclaration(objs: Seq[AmfObject], bu: BaseUnit): Boolean
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findExistingKeyPart(bu: BaseUnit, uri: String, keyPath: Seq[String]): Seq[YMapEntry]
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def wrappedDeclaredEntry(amfObject: Option[AmfObject], dialect: Dialect, bu: BaseUnit, uri: String, newName: String, alsConfigurationState: ALSConfigurationState): 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