trait CreatesFileCodeAction extends DeclarationCreator
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreatesFileCodeAction
- DeclarationCreator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
extension: String
- Attributes
- protected
-
abstract
val
params: CodeActionRequestParams
- Attributes
- protected
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
afterInfoNode(baseUnit: BaseUnit, isJson: Boolean): Option[Position]
- Definition Classes
- DeclarationCreator
-
val
afterInfoRange: PositionRange
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
completeUri(name: String): String
- Attributes
- protected
-
def
createFileUri(baseName: String): Future[String]
- Attributes
- protected
-
def
declarationName(amfObject: AmfObject, dialect: Dialect): Option[String]
- Definition Classes
- DeclarationCreator
-
def
declarationPath(fdp: AmfObject, dialect: Dialect): Seq[String]
- Definition Classes
- DeclarationCreator
-
def
declarationPathForDialect(dialect: Dialect): Option[String]
- Definition Classes
- DeclarationCreator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalName(baseName: String, c: Option[Int] = None): Future[String]
- Attributes
- protected
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findExistingKeyPart(bu: BaseUnit, uri: String, keyPath: Seq[String]): Seq[YMapEntry]
- Definition Classes
- DeclarationCreator
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getExistingParts(maybePart: Option[ASTElement], keys: Seq[String]): Seq[YMapEntry]
- Definition Classes
- DeclarationCreator
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
nameNotInList(baseName: String, existing: Set[String], c: Option[Int]): String
- Definition Classes
- DeclarationCreator
- Annotations
- @tailrec()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
relativeUri: String
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()