public interface IMetaTagNode extends IASNode, IDecoration, IMetaInfo
This node has no children.
For example,
[Foo] [Bar] public var i:int;is represented as
IVariableNode
IMetaTagsNode
IMetaTagNode "Foo"
IMetaTagNode "Bar"
INamespaceDecorationNode "public"
IKeywordNode "var"
IIdentifierNode "i"
IIdentifierNode "int"
| Modifier and Type | Field and Description |
|---|---|
static String |
SINGLE_VALUE |
UNKNOWNcontains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminalgetAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStartgetDecoratedDefinitionNodegetAllAttributes, getAttribute, getAttributeValue, getTagNamestatic final String SINGLE_VALUE
Copyright © 2023 The Apache Software Foundation. All rights reserved.