Package | Description |
---|---|
org.apache.flex.compiler.internal.css.codegen | |
org.apache.flex.compiler.internal.css.semantics | |
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.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
Modifier and Type | Field and Description |
---|---|
Map<CSSFunctionCallPropertyValue,EmbedCompilationUnit> |
CSSCompilationSession.resolvedEmbedProperties
A map from
Embed() property values to their resolved
EmbedCompilationUnit 's. |
Modifier and Type | Method and Description |
---|---|
static void |
CSSSemanticAnalyzer.resolveDependencies(Map<CSSFunctionCallPropertyValue,EmbedCompilationUnit> resolvedEmbedProperties,
ICSSRule cssRule,
ICompilerProject project,
Set<IClassDefinition> classReferences,
Set<EmbedCompilationUnit> embedCompilationUnits,
Collection<ICompilerProblem> problems)
Try to resolve all the dependencies introduced by
ClassReference() and Embed() property values in a CSS
rule. |
static void |
CSSSemanticAnalyzer.resolveDependencies(Map<CSSFunctionCallPropertyValue,EmbedCompilationUnit> resolvedEmbedProperties,
ICSSRule cssRule,
ICompilerProject project,
Set<IClassDefinition> classReferences,
Set<EmbedCompilationUnit> embedCompilationUnits,
Collection<ICompilerProblem> problems)
Try to resolve all the dependencies introduced by
ClassReference() and Embed() property values in a CSS
rule. |
Modifier and Type | Method and Description |
---|---|
EmbedCompilationUnit |
CompilerProject.getCompilationUnit(EmbedData data)
Return the compilation unit related this EmbedData, or it's equivalent.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyGraph.addEmbedCompilationUnit(EmbedCompilationUnit unit)
Adds an
EmbedCompilationUnit to the dependency graph. |
void |
CompilerProject.addEmbedCompilationUnit(EmbedCompilationUnit unit) |
Modifier and Type | Method and Description |
---|---|
EmbedCompilationUnit |
EmbedNode.resolveCompilationUnit(ICompilerProject project) |
EmbedCompilationUnit |
EmbedNode.resolveCompilationUnit(ICompilerProject project,
Collection<ICompilerProblem> problems) |
Modifier and Type | Method and Description |
---|---|
static EmbedCompilationUnit |
EmbedCompilationUnitFactory.getCompilationUnit(CompilerProject project,
String containingSourceFilename,
ISourceLocation location,
IMetaTagAttribute[] attributes,
Collection<ICompilerProblem> problems)
Return an EmbedCompilationUnit based on information from the EmbedData.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.