Package | Description |
---|---|
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets 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.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
org.apache.flex.compiler.tree.as |
Modifier and Type | Class and Description |
---|---|
class |
NilTargetAttributes
Nil implementation of
ITargetAttributes . |
class |
TargetAttributesMap
An implementation of
ITargetAttributes based on a Java Map . |
class |
TargetAttributesMetadata
An implementation of
ITargetAttributes based on a
IMetaTagNode . |
Modifier and Type | Method and Description |
---|---|
protected abstract ITargetAttributes |
SWFTarget.computeTargetAttributes()
round-up user specified target attributes
All derived classes must provide one, but they are free to provide "do nothing" implementations
(like NilTargetAttributes)
|
protected ITargetAttributes |
LibrarySWFTarget.computeTargetAttributes() |
protected ITargetAttributes |
FlexAppSWFTarget.computeTargetAttributes() |
protected ITargetAttributes |
AppSWFTarget.computeTargetAttributes() |
protected ITargetAttributes |
SWFTarget.getTargetAttributes() |
Modifier and Type | Method and Description |
---|---|
protected void |
FlexTarget.codegenInfoMethod(ClassGeneratorHelper classGen,
Integer compatibilityVersion,
String mainClassQName,
IResolvedQualifiersReference preloaderReference,
IResolvedQualifiersReference runtimeDPIProviderReference,
org.apache.flex.compiler.internal.targets.FlexSplashScreenImage splashScreen,
IASNode rootNode,
ITargetAttributes targetAttributes,
Collection<String> compiledLocales,
org.apache.flex.compiler.internal.targets.FlexFrame1Info frame1Info,
Set<String> accessibilityClassNames,
String flexInitClassName,
String stylesClassName,
List<String> rsls,
org.apache.flex.compiler.internal.targets.FlexRSLInfo rslInfo,
Collection<ICompilerProblem> problemCollection,
boolean isAppFlexInfo)
Codegen the IFlexModuleFactory.info() method.
|
Modifier and Type | Method and Description |
---|---|
ITargetAttributes |
FileNode.getTargetAttributes(ICompilerProject project) |
Modifier and Type | Method and Description |
---|---|
ITargetAttributes |
MXMLFileNode.getTargetAttributes(ICompilerProject project) |
Modifier and Type | Method and Description |
---|---|
ITargetAttributes |
IFileNode.getTargetAttributes(ICompilerProject project)
If this
IFileNode can be used as the MXML main application or
ActionScript main class, it returns attributes related to SWF target. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.