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.utils |
This package contains miscellaneous utility classes used by the compiler
and its other support libraries.
|
Modifier and Type | Method and Description |
---|---|
IClassDefinition[] |
IClassDefinition.getAlternativeClasses(ICompilerProject project,
Version version)
Returns the classes that are specified as replacing the given class.
|
Modifier and Type | Method and Description |
---|---|
IClassDefinition[] |
ClassDefinitionBase.getAlternativeClasses(ICompilerProject project,
Version version) |
Modifier and Type | Method and Description |
---|---|
int |
Version.compareBugFixVersionTo(Version other)
Compares this
Version to another,
considering only the major, minor, and bug-fix parts. |
int |
Version.compareMajorVersionTo(Version other)
Compares this
Version to another,
considering only the major part. |
int |
Version.compareMinorVersionTo(Version other)
Compares this
Version to another,
considering only the major and minor parts. |
int |
Version.compareTo(Version other) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.