Package | Description |
---|---|
org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
org.apache.flex.compiler.units |
This package contains interfaces representing a compilation unit.
|
org.apache.flex.compiler.workspaces |
This package contains classes and interface related to workspaces,
which cache project-independent information.
|
Modifier and Type | Method and Description |
---|---|
ICompilationUnit.Operation[] |
ABCCompilationUnit.notifyDependencyOperationResultsInvalid(ICompilationUnit dependency,
ICompilationUnit.Operation[] invalidatedOperations) |
Modifier and Type | Method and Description |
---|---|
ICompilationUnit.Operation[] |
ABCCompilationUnit.notifyDependencyOperationResultsInvalid(ICompilationUnit dependency,
ICompilationUnit.Operation[] invalidatedOperations) |
protected void |
CompilationUnitBase.startProfile(ICompilationUnit.Operation operation) |
protected void |
CompilationUnitBase.stopProfile(ICompilationUnit.Operation operation) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CompilationUnitBase.operationsCompleted(EnumSet<ICompilationUnit.Operation> operations)
Atomically checks the state of this compilation unit to determine
if all the specified operations are complete.
|
Modifier and Type | Method and Description |
---|---|
static ICompilationUnit.Operation |
ICompilationUnit.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICompilationUnit.Operation[] |
ICompilationUnit.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkspaceProfilingDelegate.operationCompleted(ICompilationUnit cu,
ICompilationUnit.Operation operation)
Called when a ICompilationUnit operation completes executing.
|
void |
IWorkspaceProfilingDelegate.operationStarted(ICompilationUnit cu,
ICompilationUnit.Operation operation)
Called when a ICompilationUnit operation starts executing.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.