Packages

class AstManager extends Initializable

AST manager

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

Instance Constructors

  1. new AstManager(textDocumentManager: TextDocumentManager, baseEnvironment: Environment, telemetryProvider: TelemetryProvider, platform: Platform, logger: Logger)

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 addListener[T](memberListeners: Set[T], listener: T, unsubscribe: Boolean = false): Unit
  5. def amfInit(): Future[Unit]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. var astListeners: Set[AstListener]

    Current AST listeners

  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val currentASTs: Map[String, BaseUnit]

    Map from uri to AST

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. val fileDependencies: FileDependencies
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def forceBuildNewAST(uri: String, text: String, telemetryProvider: TelemetryProvider): Future[BaseUnit]

    Gets current AST if there is any.

    Gets current AST if there is any. If not, performs immediate asynchronous parsing and returns the results.

  15. def forceGetCurrentAST(uri: String): Future[BaseUnit]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getCurrentAST(uri: String): Option[BaseUnit]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def init(): Future[Unit]
  20. def initialize(): Future[Unit]
    Definition Classes
    AstManager → Initializable
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def notifyASTChanged(uri: String, version: Int, ast: BaseUnit): Unit
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def onChangeDocument(document: ChangedDocument): Unit
  27. def onCloseDocument(uri: String): Unit
  28. def onNewASTAvailable(listener: AstListener, unsubscribe: Boolean = false): Unit
  29. def onOpenDocument(document: OpenedDocument): Unit
  30. def parse(uri: String, telemetryProvider: TelemetryProvider): Future[BaseUnit]
  31. def parseWithContentSubstitution(uri: String, content: String, telemetryProvider: TelemetryProvider): Future[BaseUnit]
  32. def registerNewAST(uri: String, version: Int, ast: BaseUnit): Unit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Initializable

Inherited from AnyRef

Inherited from Any

Ungrouped