Package | Description |
---|---|
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
org.apache.flex.compiler.internal.units.requests |
This package is the internal counterpart of the external
org.apache.flex.compiler.units.requests package. |
org.apache.flex.compiler.units |
This package contains interfaces representing a compilation unit.
|
Modifier and Type | Class and Description |
---|---|
class |
DefinitionPriority
This class encapsulates information about the priority of definitions defined in a compilation unit.
|
Modifier and Type | Method and Description |
---|---|
int |
DefinitionPriority.compareTo(IDefinitionPriority o) |
Modifier and Type | Method and Description |
---|---|
IDefinitionPriority |
InvisibleCompilationUnit.getDefinitionPriority() |
IDefinitionPriority |
CompilationUnitBase.getDefinitionPriority() |
Constructor and Description |
---|
ASFileScopeRequestResult(Collection<IDefinition> definitionPromises,
IDefinitionPriority definitionPriority,
Collection<ICompilerProblem> problems,
ASFileScope fileScope,
IFileSpecification fileSpec)
ASCompilationUnit only allow one public visible definition. |
Modifier and Type | Method and Description |
---|---|
IDefinitionPriority |
ICompilationUnit.getDefinitionPriority()
Gets the definition priority for definitions defined by the compilation
unit.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.