Package | Description |
---|---|
org.apache.flex.compiler.asdoc |
This package contains interfaces related to ASDoc,
the documentation system for AS and MXML APIs.
|
org.apache.flex.compiler.asdoc.flexjs | |
org.apache.flex.compiler.definitions |
This package contains interfaces for various kinds of definitions
found in AS and MXML files.
|
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.internal.tree.as.metadata | |
org.apache.flex.compiler.internal.tree.as.parts | |
org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
org.apache.flex.compiler.tree.as | |
org.apache.flex.swc.dita |
This package contains interfaces representing DITA (Darwin Information
Typing Architecture) information inside a SWC.
|
Modifier and Type | Class and Description |
---|---|
class |
ASDocComment |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
IMetadataParserASDocDelegate.afterDefinition(IDocumentableDefinitionNode definitionNode)
Called by the
MetadataParser after an IDocumentableDefinitionNode has been constructed
and fully parsed. |
IASDocComment |
IASParserASDocDelegate.afterDefinition(IDocumentableDefinitionNode definitionNode)
Called by the
ASParser after an IDocumentableDefinitionNode has been constructed
and fully parsed. |
IASDocComment |
IASDocDelegate.createASDocComment(ISourceLocation location,
IDocumentableDefinition definition)
Called by MXML tree building code to create an
IASDocComment for
classes defined by MXML files. |
IASDocComment |
IASDocBundleDelegate.getComment(IDocumentableDefinition definition,
String containingSWCFileName)
Retrieves the localized
IASDocComment for the
specified IDocumentableDefinition in the specified
SWC file. |
Modifier and Type | Method and Description |
---|---|
void |
IASDocComment.paste(IASDocComment source) |
void |
ASDocComment.paste(IASDocComment source) |
Modifier and Type | Method and Description |
---|---|
void |
ASDocComment.paste(IASDocComment source) |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
IDocumentableDefinition.getExplicitSourceComment()
Gets the
IASDocComment for the ASDoc comment attached to
this IDocumentableDefinition . |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
DefinitionBase.getExplicitSourceComment() |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
FlexJSASDocDelegate.createASDocComment(ISourceLocation location,
IDocumentableDefinition definition) |
IASDocComment |
SimpleASDocDelegate.createASDocComment(ISourceLocation location,
IDocumentableDefinition definition) |
IASDocComment |
NilASDocDelegate.createASDocComment(ISourceLocation location,
IDocumentableDefinition definition) |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
SWCFileScopeProvider.SWCFileScope.getComment(ICompilerProject project,
IDocumentableDefinition def) |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
ChainedVariableNode.getASDocComment() |
IASDocComment |
BaseDefinitionNode.getASDocComment()
Returns the raw
IASDocComment without any processing |
Modifier and Type | Method and Description |
---|---|
void |
BaseDefinitionNode.setASDocComment(IASDocComment ref) |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
BaseDefinitionMetaTagNode.getASDocComment()
Returns the raw
IASDocComment without any processing |
Modifier and Type | Method and Description |
---|---|
void |
BaseDefinitionMetaTagNode.setASDocComment(IASDocComment ref) |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
SparseDecorationPart.getASDocComment() |
IASDocComment |
IDecorationPart.getASDocComment() |
IASDocComment |
DecorationPart.getASDocComment() |
Modifier and Type | Method and Description |
---|---|
void |
SparseDecorationPart.setASDocComment(IASDocComment ref) |
void |
IDecorationPart.setASDocComment(IASDocComment comment)
Sets the
IASDocComment field to point to the specified IASDocComment . |
void |
DecorationPart.setASDocComment(IASDocComment ref) |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
MXMLClassDefinitionNode.getASDocComment() |
Modifier and Type | Method and Description |
---|---|
void |
MXMLClassDefinitionNode.setASDocComment(IASDocComment ref) |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
IDocumentableDefinitionNode.getASDocComment()
Gets the
IASDocComment attached to this IDocumentableDefinitionNode . |
Modifier and Type | Method and Description |
---|---|
IASDocComment |
IDITAList.getComment(IDefinition definition)
Returns an
IASDocComment for the given IDefinition we are looking for. |
IASDocComment |
IDITAEntry.getComment(IDefinition defintion)
Returns the comment for the specific
IDefinition if it exists. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.