class HlAstManager extends Initializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HlAstManager
- Initializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HlAstManager(textDocumentManager: TextDocumentManager, astManager: AstManager, platform: Platform, logger: Logger, dialects: Seq[CustomDialects] = Seq())
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 addListener[T](memberListeners: Buffer[T], listener: T, unsubscribe: Boolean = false): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var astListeners: Buffer[HlAstListener]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var currentASTs: Map[String, IProject]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forceBuildNewAST(uri: String, text: String): Future[IProject]
Builds new AST for content
- def forceGetCurrentAST(uri: String): Future[IProject]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hlFromAST(ast: BaseUnit): Future[IProject]
-
def
initialize(): Future[Unit]
- Definition Classes
- HlAstManager → Initializable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newASTAvailable(uri: String, version: Int, ast: BaseUnit): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def notifyASTChanged(uri: String, version: Int, project: IProject): Unit
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- @native() @throws( ... )