public class ASModifier extends Object
Modifier and Type | Field and Description |
---|---|
static ASModifier |
DYNAMIC
Represents the
dynamic modifier. |
static ASModifier |
FINAL
Represents the
final modifier. |
static ASModifier[] |
MODIFIERS
A list of all the modifiers that exist within AS3
|
static ASModifier |
NATIVE
Represents the
native modifier. |
static ASModifier |
OVERRIDE
Represents the
override modifier. |
static ASModifier |
STATIC
Represents the
static modifier. |
static ASModifier |
VIRTUAL
Represents the
virtual modifier. |
Modifier and Type | Method and Description |
---|---|
static ASModifier |
getASModifier(String text)
Returns the
ASModifier for the given string literal |
int |
getMaskValue() |
String |
toString() |
public static final ASModifier DYNAMIC
dynamic
modifier.public static final ASModifier FINAL
final
modifier.public static final ASModifier NATIVE
native
modifier.public static final ASModifier OVERRIDE
override
modifier.public static final ASModifier STATIC
static
modifier.public static final ASModifier VIRTUAL
virtual
modifier.public static final ASModifier[] MODIFIERS
public static ASModifier getASModifier(String text)
ASModifier
for the given string literaltext
- a literal representing a modifierASModifier
or nullpublic int getMaskValue()
Copyright © 2016 The Apache Software Foundation. All rights reserved.