Packages

object ExtractorCommon extends DeclarationCreator

Linear Supertypes
DeclarationCreator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractorCommon
  2. DeclarationCreator
  3. AnyRef
  4. 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 afterInfoNode(baseUnit: BaseUnit, isJson: Boolean): Option[Position]
    Definition Classes
    DeclarationCreator
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def declarationName(amfObject: AmfObject, dialect: Dialect): Option[String]
    Definition Classes
    DeclarationCreator
  8. def declarationPath(fdp: AmfObject, dialect: Dialect): Seq[String]
    Definition Classes
    DeclarationCreator
  9. def declarationPathForDialect(dialect: Dialect): Option[String]
    Definition Classes
    DeclarationCreator
  10. def declaredElementNode(amfObject: Option[AmfObject], dialect: Dialect, alsConfigurationState: ALSConfigurationState): Option[YNode]

    Emit declared element

    Emit declared element

    returns

    Element as YNode

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

  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], astPartBranch: Option[ASTPartBranch], 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]
    Definition Classes
    DeclarationCreator
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getExistingParts(maybePart: Option[ASTElement], keys: Seq[String]): Seq[YMapEntry]
    Definition Classes
    DeclarationCreator
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def nameNotInList(baseName: String, existing: Set[String], c: Option[Int]): String
    Definition Classes
    DeclarationCreator
    Annotations
    @tailrec()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def renderNode(node: YNode, maybeParent: Option[YMapEntry], bu: BaseUnit, configurationReader: AlsConfigurationReader, jsonOptions: JsonRenderOptions, yamlOptions: YamlRenderOptions): (String, Option[YMapEntry])
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. 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 DeclarationCreator

Inherited from AnyRef

Inherited from Any

Ungrouped