Package | Description |
---|---|
org.apache.flex.compiler.css |
This package contains interfaces and classes representing various CSS concepts.
|
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.internal.driver.js.flexjs |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ICSSRule> |
ICSSDocument.getRules() |
Modifier and Type | Class and Description |
---|---|
class |
CSSRule
Implementation for CSS rules.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ICSSRule> |
CSSDocument.getRules() |
Modifier and Type | Field and Description |
---|---|
Set<ICSSRule> |
CSSCompilationSession.activatedRules
A set of rules that will be included in the code generation.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CSSCompilationSession.keepRule(ICSSRule newRule)
Determine if a rule should be in the output
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableSet<ICSSRule> |
CSSSemanticAnalyzer.getMatchedRules(CSSCompilationSession session,
IFlexProject flexProject,
ICSSDocument cssDocument,
com.google.common.collect.ImmutableSet<String> qnames,
Collection<ICompilerProblem> problems)
Get a set of
ICSSRule 's that match any of the class definitions
passed in. |
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. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JSCSSCompilationSession.keepRule(ICSSRule newRule) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.