| Package | Description |
|---|---|
| org.apache.royale.compiler.definitions.metadata | |
| org.apache.royale.compiler.tree.as | |
| org.apache.royale.compiler.tree.metadata |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMetaTag
One IMetaTag corresponds to a single metadata annoation (such as
[Event(name="click", type="flash.events.MouseEvent")])
that applies to a given class, interface, variable, or method. |
| Modifier and Type | Method and Description |
|---|---|
IMetaInfo[] |
IDefinitionNode.getMetaInfos()
Get the
IMetaInfos for all the metadat tags of this node. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMetaTagNode
An AST node representing a single metadata annotation on a declaration.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.