Package | Description |
---|---|
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.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 | Method and Description |
---|---|
IClassDefinition.ClassClassification |
IClassDefinition.getClassClassification()
Returns the classification of this ActionScript class
|
static IClassDefinition.ClassClassification |
IClassDefinition.ClassClassification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IClassDefinition.ClassClassification[] |
IClassDefinition.ClassClassification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IClassDefinition.ClassClassification |
ClassDefinition.getClassClassification() |
IClassDefinition.ClassClassification |
AppliedVectorDefinition.getClassClassification() |
Modifier and Type | Method and Description |
---|---|
IClassDefinition.ClassClassification |
ClassNode.getClassClassification() |
Modifier and Type | Method and Description |
---|---|
IClassDefinition.ClassClassification |
MXMLClassDefinitionNode.getClassClassification() |
Modifier and Type | Method and Description |
---|---|
IClassDefinition.ClassClassification |
ICommonClassNode.getClassClassification()
Returns the classification of this ActionScript class
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.