Home
Package
Class
Method
Package
org
.
apache
.
flex
.
compiler
.
internal
.
js
.
driver
.
amd
Examples of org.apache.flex.compiler.internal.js.driver.amd.AMDBackend
org.apache.flex.compiler.internal.js.driver.amd.AMDBackend
A concrete implementation of the {@link IBackend} API for 'AMD' code production. @author Michael Schmalle
152
153
154
155
156
157
158
}
@Override
protected
IBackend createBackend
()
{
return new
AMDBackend
()
;
}
View Full Code Here
TOP
Related Classes of org.apache.flex.compiler.internal.js.driver.amd.AMDBackend
org.apache.flex.compiler.internal.js.codegen.amd.JSAMDDocEmitter
org.apache.flex.compiler.internal.js.codegen.amd.JSAMDEmitter
org.apache.flex.compiler.internal.js.codegen.amd.TestAMDEmiter
org.apache.flex.compiler.js.codegen.IJSEmitter
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.