Package | Description |
---|---|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
org.apache.flex.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.flex.compiler.config package. |
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.projects |
This package contains interfaces representing projects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Configurator.applyToProject(IFlexProject project) |
protected void |
Configurator.setupConfigVariables(IFlexProject project) |
protected void |
Configurator.setupLocaleSettings(IFlexProject project)
Setups the locale related settings.
|
protected void |
Configurator.setupNamespaces(IFlexProject project) |
protected boolean |
Configurator.setupProjectLibraries(IFlexProject project)
Collect all of the different library paths and set them in the project.
|
protected boolean |
Configurator.setupSources(IFlexProject project)
Setup the source paths.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IConfigurator.applyToProject(IFlexProject project)
Apply the current configuration settings to a given project.
|
Modifier and Type | Method and Description |
---|---|
ICSSCodeGenResult |
CSSCompilationSession.emitStyleDataClass(IFlexProject project,
IABCVisitor abcVisitor)
Generate code for CSS data.
|
Constructor and Description |
---|
CSSReducer(IFlexProject project,
ICSSDocument cssDocument,
IABCVisitor abcVisitor,
CSSCompilationSession session,
boolean isDefaultFactory,
int styleTagIndex)
Create a CSS reducer.
|
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 | Class and Description |
---|---|
class |
FlexJSProject |
class |
FlexProject
FlexProject extends ASProject to add support for compiling
.mxml, .css, and .properties files. |
Modifier and Type | Method and Description |
---|---|
static IFlexProject |
ProjectFactory.createFlexProject(IWorkspace workspace,
IASDocBundleDelegate asDocBundleDelegate) |
static IFlexProject |
ProjectFactory.createSimpleFlexProject()
Create a new FlexProject with a new Workspace
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.