trait DialectActionsHelper extends CreatesFileCodeAction
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DialectActionsHelper
- CreatesFileCodeAction
- DeclarationCreator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
extension: String
- Attributes
- protected
- Definition Classes
- CreatesFileCodeAction
-
abstract
val
params: CodeActionRequestParams
- Attributes
- protected
- Definition Classes
- CreatesFileCodeAction
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
- Definition Classes
- CreatesFileCodeAction
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildVocabulary(base: String, name: String, classTerms: Seq[ClassTerm], propertyTerms: Seq[PropertyTerm]): Vocabulary
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
collectNodeMappings(dialect: Dialect, condition: (NodeMapping) ⇒ Boolean): Seq[NodeMapping]
- Attributes
- protected
-
def
collectPropertyMappings(dialect: Dialect, condition: (PropertyMapping) ⇒ Boolean): Seq[PropertyMapping]
- Attributes
- protected
-
def
completeUri(name: String): String
- Attributes
- protected
- Definition Classes
- CreatesFileCodeAction
-
def
createClassTerm(displayName: Option[String], name: String): ClassTerm
- Attributes
- protected
-
def
createFileUri(baseName: String): Future[String]
- Attributes
- protected
- Definition Classes
- CreatesFileCodeAction
-
def
createPropertyTerm(p: PropertyMapping, displayName: Option[String], name: String, classTerms: Map[String, String]): PropertyTerm
- Attributes
- protected
- def createReferenceToNewVocabulary(vocabularyName: String, alias: String): TextEdit
-
def
createVocabularyFile(newUri: String, vocabulary: Vocabulary): Seq[Either[TextDocumentEdit, ResourceOperation]]
- 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
- Definition Classes
- CreatesFileCodeAction
-
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
-
def
findRootKey(key: String): Option[YMapEntry]
- Attributes
- protected
- val formattingOptions: FormatOptions
-
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
- Definition Classes
- CreatesFileCodeAction
- val renderOptions: YamlRenderOptions
-
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()