Package | Description |
---|---|
org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
Modifier and Type | Method and Description |
---|---|
void |
ModifiersSet.addModifier(ModifierNode modifier)
Add another modifier keyword to the collection (and adjust the span
accordingly)
|
Modifier and Type | Method and Description |
---|---|
ModifierNode |
ASParser.modifierAttribute()
Matches a "modifier attribute" such as "final", "dynamic", "override",
"static" or "native".
|
Modifier and Type | Method and Description |
---|---|
void |
ASParser.attribute(List<ModifierNode> modifiers,
List<INamespaceDecorationNode> namespaceAttributes)
Matches an attribute such as:
- Modifiers: dynamic, final, native, override, static, virtual
|
void |
ASParser.classDefinition(ContainerNode c,
INamespaceDecorationNode namespace,
List<ModifierNode> modList)
Matches a class definition.
|
void |
ASParser.definition(ContainerNode c,
INamespaceDecorationNode ns,
List<ModifierNode> modList)
Matches a definition of variable, function, namespace, class or interface.
|
void |
ASParser.functionDefinition(ContainerNode c,
INamespaceDecorationNode namespace,
List<ModifierNode> modList)
Matches a function definition.
|
void |
ASParser.interfaceDefinition(ContainerNode c,
INamespaceDecorationNode namespace,
List<ModifierNode> modList)
Matches an interface definition.
|
void |
ASParser.namespaceDefinition(ContainerNode c,
INamespaceDecorationNode namespace,
List<ModifierNode> modList)
Matches a namespace definition.
|
void |
ASParser.variableDefinition(ContainerNode c,
INamespaceDecorationNode namespace,
List<ModifierNode> modList)
Matches a variable/constant definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifiersContainerNode.addModifier(ModifierNode node) |
void |
BaseDefinitionNode.addModifier(ModifierNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.