Packages

case class ExtractRamlDeclarationToFragmentCodeAction(params: CodeActionRequestParams) extends ExtractDeclarationToFragment with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ExtractDeclarationToFragment, ShapeExtractor, FileExtractor, BaseElementDeclarableExtractors, DeclarationCreator, TreeKnowledge, CodeActionResponsePlugin, CodeActionPlugin[Seq[AbstractCodeAction]], TelemeteredTask[CodeActionRequestParams, Seq[AbstractCodeAction]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractRamlDeclarationToFragmentCodeAction
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ExtractDeclarationToFragment
  7. ShapeExtractor
  8. FileExtractor
  9. BaseElementDeclarableExtractors
  10. DeclarationCreator
  11. TreeKnowledge
  12. CodeActionResponsePlugin
  13. CodeActionPlugin
  14. TelemeteredTask
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtractRamlDeclarationToFragmentCodeAction(params: CodeActionRequestParams)

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. val additionalAnnotations: Annotations
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragmentFileExtractor
  5. def afterInfoNode(baseUnit: BaseUnit, isJson: Boolean): Option[Position]
    Definition Classes
    DeclarationCreator
  6. val afterInfoRange: PositionRange
    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  7. lazy val amfObject: Option[AmfObject]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def beginType(params: CodeActionRequestParams): MessageTypes
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment → TelemeteredTask
  10. def buildFileEdit(editUri: String, editTextEdit: TextEdit, newUri: String, newTextEdit: TextEdit): Seq[AbstractWorkspaceEdit]
    Attributes
    protected
    Definition Classes
    FileExtractor
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def code(params: CodeActionRequestParams): String
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment → TelemeteredTask
  13. def completeUri(name: String): String
    Attributes
    protected
    Definition Classes
    FileExtractor
  14. def containsPosition(obj: AmfObject, position: Option[Position]): Boolean
    Definition Classes
    ShapeExtractor
  15. def declarationName(amfObject: AmfObject, dialect: Dialect): Option[String]
    Definition Classes
    DeclarationCreator
  16. def declarationPath(fdp: AmfObject, dialect: Dialect): Seq[String]
    Definition Classes
    DeclarationCreator
  17. def declarationPathForDialect(dialect: Dialect): Option[String]
    Definition Classes
    DeclarationCreator
  18. def endType(params: CodeActionRequestParams): MessageTypes
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment → TelemeteredTask
  19. lazy val entryAst: Option[YPart]

    The original node with lexical info for the declared node

    The original node with lexical info for the declared node

    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  20. lazy val entryIndentation: Int

    The indentation for the existing node, as we already ensured it is a key, the first position gives de current indentation

    The indentation for the existing node, as we already ensured it is a key, the first position gives de current indentation

    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  21. lazy val entryRange: Option[Range]

    The original range info for the declared node

    The original range info for the declared node

    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val extension: String
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragmentFileExtractor
  24. def externalFragment(de: DomainElement): Future[Fragment]
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment
  25. def externalFragmentRendered(ef: Fragment): String
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment
  26. final def extractAmfObject(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

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

    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  27. def extractable(maybeObject: Option[AmfObject], dialect: Dialect): Option[AmfObject]
    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  28. val fallbackName: String
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragmentFileExtractor
  29. val fileName: Option[String]
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragmentFileExtractor
  30. def finalName(c: Option[Int] = None): Future[String]
    Attributes
    protected
    Definition Classes
    FileExtractor
  31. val findDialectForSemantic: (String) ⇒ Option[(SemanticExtension, Dialect)]
  32. def findExistingKeyPart(bu: BaseUnit, uri: String, keyPath: Seq[String]): Seq[YMapEntry]
    Definition Classes
    DeclarationCreator
  33. def fragmentBundle: Option[FragmentBundle]
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  35. def getExistingParts(maybePart: Option[ASTElement], keys: Seq[String]): Seq[YMapEntry]
    Definition Classes
    DeclarationCreator
  36. lazy val isApplicable: Boolean
  37. def isInlinedJsonSchema(shape: Shape): Boolean
    Definition Classes
    ShapeExtractor
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isJsonSchemaShape(obj: AmfObject): Boolean
    Definition Classes
    ShapeExtractor
  40. val jsonOptions: JsonRenderOptions
    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  41. lazy val jsonRefEntry: YNode

    Fallback entry, should not be necessary as the link should be rendered

    Fallback entry, should not be necessary as the link should be rendered

    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  42. val kindTitle: CodeActionKindTitle
  43. lazy val linkEntry: Future[Option[TextEdit]]

    The entry which holds the reference for the new declaration ({"$ref": "declaration/$1"})

    The entry which holds the reference for the new declaration ({"$ref": "declaration/$1"})

    Definition Classes
    ExtractRamlDeclarationToFragmentCodeActionBaseElementDeclarableExtractors
  44. val maybeTree: Option[ObjectInTree]
    Attributes
    protected
    Definition Classes
    TreeKnowledge
  45. def msg(params: CodeActionRequestParams): String
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment → TelemeteredTask
  46. final def nameNotInList(baseName: String, existing: Set[String], c: Option[Int]): String
    Definition Classes
    DeclarationCreator
    Annotations
    @tailrec()
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def newName: String

    Placeholder for the new name (key and reference)

    Placeholder for the new name (key and reference)

    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  51. val params: CodeActionRequestParams
  52. lazy val position: Option[Position]

    Based on the chosen position from the range

    Based on the chosen position from the range

    Attributes
    protected
    Definition Classes
    TreeKnowledge
  53. def positionIsExtracted: Boolean
    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  54. val relativeUri: String
    Attributes
    protected
    Definition Classes
    FileExtractor
  55. lazy val renderLink: Future[Option[YNode]]

    Render of the link generated by the new object

    Render of the link generated by the new object

    Attributes
    protected
    Definition Classes
    FileExtractorBaseElementDeclarableExtractors
  56. final def run(params: CodeActionRequestParams): Future[Seq[AbstractCodeAction]]
    Definition Classes
    TelemeteredTask
  57. lazy val sourceName: String
    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  58. lazy val spec: Spec
    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. def task(params: CodeActionRequestParams): Future[Seq[AbstractCodeAction]]
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment → TelemeteredTask
  61. def telemetry: TelemetryProvider
    Attributes
    protected
    Definition Classes
    ExtractRamlDeclarationToFragmentCodeAction → TelemeteredTask
  62. def uri(params: CodeActionRequestParams): String
    Attributes
    protected
    Definition Classes
    ExtractDeclarationToFragment → TelemeteredTask
  63. def uuid(params: CodeActionRequestParams): String
    Attributes
    protected
    Definition Classes
    TelemeteredTask
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def wholeUri: Future[String]
    Attributes
    protected
    Definition Classes
    FileExtractor
  68. lazy val yPartBranch: Option[YPartBranch]

    Information about the AST for the chosen position

    Information about the AST for the chosen position

    Attributes
    protected
    Definition Classes
    TreeKnowledge
  69. val yamlOptions: YamlRenderOptions
    Attributes
    protected
    Definition Classes
    BaseElementDeclarableExtractors

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ShapeExtractor

Inherited from FileExtractor

Inherited from DeclarationCreator

Inherited from TreeKnowledge

Inherited from CodeActionResponsePlugin

Inherited from CodeActionPlugin[Seq[AbstractCodeAction]]

Inherited from TelemeteredTask[CodeActionRequestParams, Seq[AbstractCodeAction]]

Inherited from AnyRef

Inherited from Any

Ungrouped