| Package | Description |
|---|---|
| org.apache.flex.compiler.internal.css |
This package is the internal extension of the external
org.apache.flex.compiler.css package. |
| org.apache.flex.compiler.internal.css.codegen | |
| org.apache.flex.compiler.internal.css.semantics | |
| org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSSURLAndFormatPropertyValue |
| 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. |
| Constructor and Description |
|---|
CSSEmbedAssetProblem(CSSFunctionCallPropertyValue embedProperty)
Create a problem for embed asset failure.
|
CSSUnresolvedClassReferenceProblem(CSSFunctionCallPropertyValue classReference)
Create a problem for undefined type in the given selector.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.