| Package | Description |
|---|---|
| org.apache.royale.compiler.common | |
| org.apache.royale.compiler.definitions | |
| org.apache.royale.compiler.tree.as |
| Modifier and Type | Field and Description |
|---|---|
static ASModifier |
ASModifier.ABSTRACT
Represents the
abstract modifier. |
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 |
|---|---|
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? see
ASModifier
for the list of modifiers |
Copyright © 2023 The Apache Software Foundation. All rights reserved.