Packages

c

org.mulesoft.als.suggestions.aml

AmlCompletionRequest

class AmlCompletionRequest extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmlCompletionRequest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AmlCompletionRequest(baseUnit: BaseUnit, position: Position, actualDialect: Dialect, directoryResolver: DirectoryResolver, styler: SuggestionRender, astPartBranch: ASTPartBranch, configurationReader: AlsConfigurationReader, objectInTree: ObjectInTree, inheritedProvider: Option[DeclarationProvider] = None, rootUri: Option[String], completionsPluginHandler: CompletionsPluginHandler, alsConfigurationState: ALSConfigurationState)

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 actualDialect: Dialect
  5. val alsConfigurationState: ALSConfigurationState
  6. lazy val amfObject: AmfObject
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val astPartBranch: ASTPartBranch
  9. val baseUnit: BaseUnit
  10. lazy val branchStack: Seq[AmfObject]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. val completionsPluginHandler: CompletionsPluginHandler
  13. val configurationReader: AlsConfigurationReader
  14. val currentNode: Option[NodeMapping]
  15. lazy val declarationProvider: DeclarationProvider
  16. val directoryResolver: DirectoryResolver
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. lazy val fieldEntry: Option[FieldEntry]
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val inheritedProvider: Option[DeclarationProvider]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. lazy val isKeyMapping: Boolean
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val nodeDialect: Dialect
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val position: Position
  31. def prefix: String
  32. val propertyMapping: List[PropertyMapping]
  33. val rootUri: Option[String]
  34. val styler: SuggestionRender
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped