Package | Description |
---|---|
org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
org.apache.flex.compiler.definitions |
This package contains interfaces for various kinds of definitions
found in AS and MXML files.
|
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.internal.tree.as.metadata | |
org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
org.apache.flex.compiler.tree.as |
Modifier and Type | Field and Description |
---|---|
static ASModifier |
ASModifier.DYNAMIC
Represents the
dynamic modifier. |
static ASModifier |
ASModifier.FINAL
Represents the
final modifier. |
static ASModifier[] |
ASModifier.MODIFIERS
A list of all the modifiers that exist within AS3
|
static ASModifier |
ASModifier.NATIVE
Represents the
native modifier. |
static ASModifier |
ASModifier.OVERRIDE
Represents the
override modifier. |
static ASModifier |
ASModifier.STATIC
Represents the
static modifier. |
static ASModifier |
ASModifier.VIRTUAL
Represents the
virtual modifier. |
Modifier and Type | Method and Description |
---|---|
ASModifier[] |
ModifiersSet.getAllModifiers() |
static ASModifier |
ASModifier.getASModifier(String text)
Returns the
ASModifier for the given string literal |
Modifier and Type | Method and Description |
---|---|
void |
ModifiersSet.addModifier(ASModifier modifier)
Add another modifier keyword to the collection (and adjust the span
accordingly)
|
boolean |
ModifiersSet.hasModifier(ASModifier modifier)
Is the given modifier in the set?
|
Modifier and Type | Method and Description |
---|---|
boolean |
IDefinition.hasModifier(ASModifier modifier)
Determines whether the specified modifier is present on this definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefinitionBase.hasModifier(ASModifier modifier) |
boolean |
ClassTraitsDefinition.hasModifier(ASModifier modifier) |
void |
DefinitionBase.setModifier(ASModifier modifier) |
Modifier and Type | Method and Description |
---|---|
ASModifier |
ModifierNode.getModifier() |
Modifier and Type | Method and Description |
---|---|
boolean |
ParameterNode.hasModifier(ASModifier modifier) |
boolean |
PackageNode.hasModifier(ASModifier modifier) |
boolean |
InterfaceNode.hasModifier(ASModifier modifier) |
boolean |
ChainedVariableNode.hasModifier(ASModifier modifier) |
boolean |
BaseDefinitionNode.hasModifier(ASModifier modifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDefinitionMetaTagNode.hasModifier(ASModifier modifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
MXMLClassDefinitionNode.hasModifier(ASModifier modifier) |
Modifier and Type | Method and Description |
---|---|
ASModifier |
IModifierNode.getModifier()
Gets the modifier as an
ASModifier . |
Modifier and Type | Method and Description |
---|---|
boolean |
IDefinitionNode.hasModifier(ASModifier modifier)
Is the given modifier present on this definition?
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.