Class Index | File Index

Classes


Class javascript.ASTManager

Provides a shared AST.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.javascript/web/javascript/astManager.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Provides a shared AST.
Method Summary
Method Attributes Method Name and Description
 
getAST(editorContext)
 
updated(event)
Notifies the AST manager of a change to the model.
Class Detail
javascript.ASTManager()
Provides a shared AST.
Method Detail
{orion.Promise} getAST(editorContext)
Parameters:
{Object} editorContext
Returns:
{orion.Promise} A promise resolving to the AST.

updated(event)
Notifies the AST manager of a change to the model.
Parameters:
{Object} event

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:21 GMT-0400 (EDT)