| Package | Description |
|---|---|
| org.apache.royale.compiler.asdoc | |
| org.apache.royale.compiler.tree.as |
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFunctionNode
An AST node representing a
function declaration,
either for a regular function, a getter, or a setter. |
interface |
INamespaceNode
An AST node representing a
namespace declaration. |
interface |
IParameterNode
An AST node representing a parameter in a
function declaration. |
interface |
IVariableNode
An AST node representing a
var or const declaration. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.