| Package | Description |
|---|---|
| org.apache.royale.compiler.asdoc | |
| org.apache.royale.compiler.definitions | |
| org.apache.royale.compiler.tree.as | |
| org.apache.royale.swc.dita |
| Modifier and Type | Method and Description |
|---|---|
IASDocComment |
IASParserASDocDelegate.afterDefinition(IDocumentableDefinitionNode definitionNode)
Called by the ASParser after an
IDocumentableDefinitionNode has been constructed
and fully parsed. |
IASDocComment |
IMetadataParserASDocDelegate.afterDefinition(IDocumentableDefinitionNode definitionNode)
Called by the MetadataParser 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
IASDocComment.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 |
IDocumentableDefinitionNode.getASDocComment()
Gets the
IASDocComment attached to this IDocumentableDefinitionNode. |
| Modifier and Type | Method and Description |
|---|---|
IASDocComment |
IDITAEntry.getComment(IDefinition defintion)
Returns the comment for the specific
IDefinition if it exists. |
IASDocComment |
IDITAList.getComment(IDefinition definition)
Returns an
IASDocComment for the given IDefinition we are looking for. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.