| Package | Description |
|---|---|
| org.apache.royale.compiler.units | |
| org.apache.royale.compiler.workspaces |
| 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 © 2023 The Apache Software Foundation. All rights reserved.