public interface IJSTarget extends ITarget
IJSTarget
interface allows the compiler an abstraction to
how the actual JavaScript is built.
The interface ties into the IBackend
and is created at the start of
compile before the JSConfiguration
class is configured.
IBackend#createJSTarget(IASProject, ITargetSettings,
ITargetProgressMonitor)
ITarget.TargetType
Modifier and Type | Method and Description |
---|---|
IJSApplication |
build(Collection<ICompilerProblem> problems)
Build the target JavaScript application and collect problems.
|
getASMetadataNames, getIncludesCompilationUnits, getTargetReport, getTargetSettings, getTargetType
IJSApplication build(Collection<ICompilerProblem> problems)
IJSApplication
model is created.problems
- compilation problems outputCopyright © 2016 The Apache Software Foundation. All rights reserved.