Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.internal.workspaces |
This package is the internal counterpart of the external
org.apache.flex.compiler.workspaces package. |
org.apache.flex.compiler.workspaces |
This package contains classes and interface related to workspaces,
which cache project-independent information.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexJSASDocDelegate
Default implementation of
IASDocDelegate that does not have any code
model or eclipse dependencies. |
class |
NilASDocDelegate
Default implementation of
IASDocDelegate that does not have any code
model or eclipse dependencies. |
class |
SimpleASDocDelegate
Default implementation of
IASDocDelegate that does not have any code
model or eclipse dependencies. |
Modifier and Type | Method and Description |
---|---|
static IASDocDelegate |
FlexJSASDocDelegate.get()
Gets the single instance of this delegate.
|
static IASDocDelegate |
SimpleASDocDelegate.get()
Gets the single instance of this delegate.
|
static IASDocDelegate |
NilASDocDelegate.get()
Gets the single instance of this delegate.
|
Modifier and Type | Method and Description |
---|---|
IASDocDelegate |
Workspace.getASDocDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
Workspace.setASDocDelegate(IASDocDelegate asDocDelegate) |
Modifier and Type | Method and Description |
---|---|
IASDocDelegate |
IWorkspace.getASDocDelegate()
Gets the
IASDocDelegate that instances of
ASParser will use to record information about ASDoc comments. |
Modifier and Type | Method and Description |
---|---|
void |
IWorkspace.setASDocDelegate(IASDocDelegate asDocDelegate)
Sets the
IASDocDelegate that instances of
ASParser will use to record information about ASDoc comments. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.