Class Index | File Index

Classes


Class CompilationUnit


Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.javascript/web/javascript/compilationUnit.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
CompilationUnit(sourceblocks, metadata, editorContext)
Creates a new CompilationUint instance.
Class Detail
CompilationUnit(sourceblocks, metadata, editorContext)
Creates a new CompilationUint instance. These instances should not be cached as they do not respond to model change events.
Parameters:
{Array.} sourceblocks
The blocks of source to combine into one unit
{Object} metadata
The metadata describing the file this unit represents
{Object} editorContext
Optional editor context for the source file. Delegated to for setText and to get line information
Since:
8.0
Returns:
{CompilationUnit} The new CompiationUnit instance

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jun 16 2015 10:34:05 GMT-0400 (EDT)