Package | Description |
---|---|
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
Modifier and Type | Method and Description |
---|---|
protected void |
FlexTarget.codegenCallInContextMethod(ClassGeneratorHelper classGen,
boolean isOverride)
Codegen IFlexModuleFactory.callInContext();
public final override function callInContext(fn:Function, thisArg:Object, argArray:Array, returns:Boolean=true) : *
{
var ret : * = fn.apply(thisArg, argArray);
if (returns) return ret;
return;
}
|
protected void |
FlexTarget.codegenCreateMethod(ClassGeneratorHelper classGen,
Name mainApplicationName)
Codegen IFlexModuleFactory.create() override public function create(...
|
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.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.