Package | Description |
---|---|
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.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes 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.projects |
This package contains interfaces representing projects.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableMap<ICSSSelector,String> |
CSSSemanticAnalyzer.resolveSelectors(IXMLNameResolver xmlNameResolver,
ICSSDocument css,
Collection<ICompilerProblem> problems,
boolean isCompatibilityVersion3)
Resolve type selectors to class definitions within a file scope context
If a namespace short name is mapped to a undefined namespace URI, just
ignore.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexJSProject |
class |
FlexProject
FlexProject extends ASProject to add support for compiling
.mxml, .css, and .properties files. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLFileScope
Subclass of
ASFileScope for MXML file scopes. |
Modifier and Type | Method and Description |
---|---|
protected void |
CompilationUnitBase.updateStyleCompilationUnitDependencies(CSSCompilationSession cssCompilationSession,
IXMLNameResolver xmlNameResolver,
Iterable<ICSSDocument> cssDocuments,
Collection<ICompilerProblem> problems)
Semantic analyze a collection of CSS model objects, and return a
CSSCompilationSession that contains the resolved symbols. |
Modifier and Type | Interface and Description |
---|---|
interface |
IFlexProject
Base interface for all project types that support all flex source file types
( mxml, fxg, css, etc ).
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.