Class javascript.ASTManager
				
				
			
				Provides a shared AST.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.javascript/web/javascript/astManager.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							
							 Provides a shared AST. 
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 getAST(editorContext)
								 
								
							 | 
						|
| 
								 updated(event)
								 
								Notifies the AST manager of a change to the model. 
							 | 
						
					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