Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

access - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.AccessorData
 
AccessorData() - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.AccessorData
 
AccessorEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
AccessorEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.AccessorEmitter
 
accessorEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
addDependency(String, String, boolean, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.ExportWriter
 
addDependency(String, DependencyType) - Method in class org.apache.royale.compiler.internal.driver.js.JSCompilationUnit
 
addDependency(ICompilationUnit, ICompilationUnit, DependencyTypeSet, String) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
addDependency(ICompilationUnit, ICompilationUnit, DependencyType, String) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
addExportedName(String) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
additionalHTML - Variable in class org.apache.royale.compiler.internal.graph.GoogDepsWriter
 
addJSExternsFile(String) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
addJSExternsFile(SourceFile) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
addJSSourceFile(String) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
addJSSourceFile(SourceFile) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
addLineToMappings(int) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
Adjusts the line numbers saved in the source map when a line should be added during post processing.
addLineToMappings(int) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
Adjusts the line numbers saved in the source map when a line should be added during post processing.
addLineToSourceMap(SourceMapConsumerV3, String, int) - Static method in class org.apache.royale.compiler.utils.SourceMapUtils
 
addToASTCache(IASNode) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
after(IASNode) - Method in class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
Called before the BeforeAfterStrategy.handle(IASNode) method.
AMDBackend - Class in org.apache.royale.compiler.internal.driver.js.amd
A concrete implementation of the IBackend API for 'AMD' code production.
AMDBackend() - Constructor for class org.apache.royale.compiler.internal.driver.js.amd.AMDBackend
 
appendSourceMapLocation(File, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
Array - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
ASAfterNodeStrategy - Class in org.apache.royale.compiler.internal.codegen.as
A concrete implementation of the IASNodeStrategy that allows IASNode processing after the current node handler.
ASAfterNodeStrategy(IASEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.as.ASAfterNodeStrategy
 
ASBackend - Class in org.apache.royale.compiler.internal.driver.as
A concrete implementation of the IBackend API where the ASBlockWalker is used to traverse the IFileNode AST.
ASBackend() - Constructor for class org.apache.royale.compiler.internal.driver.as.ASBackend
 
ASBeforeNodeStrategy - Class in org.apache.royale.compiler.internal.codegen.as
A concrete implementation of the IASNodeStrategy that allows IASNode processing before the current node handler.
ASBeforeNodeStrategy(IASEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.as.ASBeforeNodeStrategy
 
ASBlockWalker - Class in org.apache.royale.compiler.internal.codegen.as
A base implementation of the IASBlockVisitor that will walk the ICompilationUnits AST IASNode hierarchy.
ASBlockWalker(List<ICompilerProblem>, IASProject, IASEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
ASDocASSourceFileHandler - Class in org.apache.royale.compiler.internal.driver.mxml
Implementation of ISourceFileHandler that constructs ASCompilationUnit's.
ASDocComment - Class in org.apache.royale.compiler.asdoc.royale
 
ASDocComment(Token) - Constructor for class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
ASDocConfiguration - Class in org.apache.royale.compiler.internal.driver.js.goog
A Configuration to override some behaviors of the default configuration.
ASDocConfiguration() - Constructor for class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
ASDOCJSC - Class in org.apache.royale.compiler.clients
 
ASDOCJSC(IBackend) - Constructor for class org.apache.royale.compiler.clients.ASDOCJSC
 
ASDocMXMLSourceFileHandler - Class in org.apache.royale.compiler.internal.driver.mxml
Implementation of ISourceFileHandler that constructs ASCompilationUnit's.
ASDocRecord() - Constructor for class org.apache.royale.compiler.internal.projects.RoyaleASDocProject.ASDocRecord
 
ASEmitter - Class in org.apache.royale.compiler.internal.codegen.as
The base implementation for an ActionScript emitter.
ASEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
ASEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.as
 
asFileHandler - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
asFileHandler - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
asFileHandler - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
asFileHandler - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
asFileHandler - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
ASFilterWriter - Class in org.apache.royale.compiler.internal.codegen.as
 
ASFilterWriter(Writer) - Constructor for class org.apache.royale.compiler.internal.codegen.as.ASFilterWriter
 
AsIsEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
AsIsEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.AsIsEmitter
 
ASNodeHandler - Class in org.apache.royale.compiler.internal.visitor.as
A concrete implementation of the IASNodeStrategy that allows a subclass to either implement the IASNode handling directly or pass a child IASNodeStrategy that this class will delegate it's ASNodeHandler.handle(IASNode) method to.
ASNodeHandler() - Constructor for class org.apache.royale.compiler.internal.visitor.as.ASNodeHandler
Constructor, used when this handler directly implements ASNodeHandler.handle(IASNode) and does not composite a child IASNodeStrategy.
ASNodeHandler(IASNodeStrategy) - Constructor for class org.apache.royale.compiler.internal.visitor.as.ASNodeHandler
Constructor, creates a node strategy that composites a child IASNodeStrategy implemented in the ASNodeHandler.handle(IASNode) method.
ASNodeSwitch - Class in org.apache.royale.compiler.internal.visitor.as
The ASNodeSwitch class is an IASNodeStrategy implementation that handles IASNode types based on the node interface type.
ASNodeSwitch(IBlockVisitor) - Constructor for class org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch
Creates a new node switch using the ASNodeSwitch.visitor to handle the IASNode in the current traverse.
ASNodeUtils - Class in org.apache.royale.compiler.utils
 
ASNodeUtils() - Constructor for class org.apache.royale.compiler.utils.ASNodeUtils
 
ASWriter - Class in org.apache.royale.compiler.internal.codegen.as
 
ASWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Constructor for class org.apache.royale.compiler.internal.codegen.as.ASWriter
Create a JSApplication writer.

B

before(IASNode) - Method in class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
Called after the BeforeAfterStrategy.handle(IASNode) method.
BeforeAfterStrategy - Class in org.apache.royale.compiler.internal.visitor.as
The BeforeAfterStrategy implements a before and after IASNode handler.
BeforeAfterStrategy(IASNodeStrategy, IASNodeStrategy, IASNodeStrategy) - Constructor for class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
Constructor, creates a strategy that implements a before and after IASNodeStrategy.
begin() - Method in interface org.apache.royale.compiler.codegen.IDocEmitter
 
begin() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
BinaryOperatorEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
BinaryOperatorEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter
 
BinaryOperatorEmitter.DatePropertiesGetters - Enum in org.apache.royale.compiler.internal.codegen.js.jx
 
BinaryOperatorEmitter.DatePropertiesSetters - Enum in org.apache.royale.compiler.internal.codegen.js.jx
 
BINDABLE_DISPATCHER_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
BindableEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
BindableEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
BindableVarInfo() - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.BindableVarInfo
 
blockCloseEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
BlockCloseEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
BlockCloseEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.BlockCloseEmitter
 
blockOpenEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
BlockOpenEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
BlockOpenEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.BlockOpenEmitter
 
Boolean - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
build(Collection<ICompilerProblem>) - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
build(ICompilationUnit, Collection<ICompilerProblem>) - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
build(Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.targets.IJSTarget
Build the target JavaScript application and collect problems.
buildAndCollectProblems(Set<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
buildArtifact() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
Build target artifact.
buildArtifact() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
Build target artifact.
buildArtifact() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
Build target artifact.
buildArtifact() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Build target artifact.
buildArtifact() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Build target artifact.
buildArtifact() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Build target artifact.
buildArtifact() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Build target artifact.

C

canCreateInvisibleCompilationUnit() - Method in class org.apache.royale.compiler.internal.driver.js.JSSourceFileHandler
canCreateInvisibleCompilationUnit() - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocASSourceFileHandler
canCreateInvisibleCompilationUnit() - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocMXMLSourceFileHandler
canCreateInvisibleCompilationUnit() - Method in class org.apache.royale.compiler.internal.driver.mxml.MXMLSourceFileHandler
catchEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
CatchEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
CatchEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.CatchEmitter
 
cfgDateInFooter(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgDocClasses(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgDocNamespaces(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgDocSources(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgExamplesPath(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgExcludeClasses(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgExcludeDependencies(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgExcludeSources(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgFooter(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgHelp(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgIncludeAllForAsdoc(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgKeepXml(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgLeftFramesetWidth(ConfigurationValue, int) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgLenient(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgLoadConfig(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgMainTitle(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgPackageDescriptionFile(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgRestoreBuiltinClasses(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgSkipXsl(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgTemplatesPath(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgVersion(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
cfgWindowTitle(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
childrenSpecifier - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
ClassEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ClassEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ClassEmitter
 
classes - Variable in class org.apache.royale.compiler.internal.projects.RoyaleASDocProject
 
clearCachedSource() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
clearEmptyDirectoryTrees(File) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
close() - Method in class org.apache.royale.compiler.clients.MXMLJSC
Force terminate the compilation process.
close() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Force terminate the compilation process.
close() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Force terminate the compilation process.
close() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Force terminate the compilation process.
close() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Force terminate the compilation process.
close() - Method in class org.apache.royale.compiler.internal.codegen.as.ASWriter
 
close() - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
closureFilesInOrder(String, List<SourceFile>, List<String>) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
closureLib - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
closureLib - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
ClosureUtils - Class in org.apache.royale.compiler.utils
 
ClosureUtils() - Constructor for class org.apache.royale.compiler.utils.ClosureUtils
 
collectMixinMetaData(TreeSet<String>, List<ICompilationUnit>) - Method in class org.apache.royale.compiler.internal.targets.RoyaleJSTarget
 
collectPropertyNamesToKeep(ICompilationUnit, RoyaleJSProject, Set<String>) - Static method in class org.apache.royale.compiler.utils.ClosureUtils
 
collectReflectionData(ITypeNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
collectRemoteClassMetaData(Map<String, String>, List<ICompilationUnit>) - Method in class org.apache.royale.compiler.internal.targets.RoyaleJSTarget
 
collectSymbolNamesToExport(ICompilationUnit, RoyaleJSProject, LinkedHashSet<String>) - Static method in class org.apache.royale.compiler.utils.ClosureUtils
 
com.google.javascript.jscomp - package com.google.javascript.jscomp
 
commentNoEnd() - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
compareTo(JSModuleRequireDescription) - Method in class org.apache.royale.compiler.internal.common.JSModuleRequireDescription
 
compilationUnit - Variable in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
compile() - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
compile(boolean) - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
compile() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
Main body of this program.
compile() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
Main body of this program.
compile() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
Main body of this program.
compile() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Main body of this program.
compile() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Main body of this program.
compile() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Main body of this program.
compile() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Main body of this program.
compile() - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
compiledResourceBundleClasses - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
compiledResourceBundleNames - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
COMPILER_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.JSSharedData
 
COMPILER_VERSION - Static variable in class org.apache.royale.compiler.internal.codegen.js.JSSharedData
 
CompilerMapFetcher - Class in com.google.javascript.jscomp
 
CompilerMapFetcher() - Constructor for class com.google.javascript.jscomp.CompilerMapFetcher
 
COMPJSC - Class in org.apache.royale.compiler.clients
 
COMPJSC() - Constructor for class org.apache.royale.compiler.clients.COMPJSC
 
COMPJSCNative - Class in org.apache.royale.compiler.clients
 
COMPJSCNative() - Constructor for class org.apache.royale.compiler.clients.COMPJSCNative
 
COMPJSCRoyale - Class in org.apache.royale.compiler.clients
 
COMPJSCRoyale() - Constructor for class org.apache.royale.compiler.clients.COMPJSCRoyale
 
computeRootedCompilationUnits() - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
computeRootedCompilationUnits() - Method in class org.apache.royale.compiler.internal.targets.RoyaleSWCTarget
 
computeTargetAttributes() - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
computeTargetReport() - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
config - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
config - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
config - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
config - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
config - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
config - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
configuration - Variable in class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
configurationClass - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
configurator - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
configure(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSC
Load configurations from all the sources.
configure(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Load configurations from all the sources.
configure(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Load configurations from all the sources.
configure(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Load configurations from all the sources.
configure(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Load configurations from all the sources.
CONSTRUCTOR_EMPTY - Static variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
CONSTRUCTOR_FULL - Static variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
containsThisReference(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
convertASTypeToJS(String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
convertASTypeToJS(String) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
temp todo : figure out easy access to JSGoogDocEmitter for emitType for now, the following is copied (simplified) from JSGoogDocEmitter
convertASTypeToJS(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
convertASTypeToJS(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
convertASTypeToJS(String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
convertASTypeToJS(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
convertASTypeToJSType(String, String) - Static method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
convertMappingSourcePathsToRelative(IMappingEmitter, File) - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
convertMappingSourcePathsToURI(IMappingEmitter) - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
convertSourcePathToURI(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
copyFile(File, File) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
copyFontFile(CSSFunctionCallPropertyValue, File, File) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
cordovaPlugins - Variable in class org.apache.royale.compiler.internal.graph.GoogDepsWriterCordova
 
createASDocComment(ISourceLocation, IDocumentableDefinition) - Method in class org.apache.royale.compiler.internal.parsing.as.RoyaleASDocDelegate
 
createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.royale.compiler.internal.driver.js.JSSourceFileHandler
createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocASSourceFileHandler
createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocMXMLSourceFileHandler
createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.royale.compiler.internal.driver.mxml.MXMLSourceFileHandler
createConfigurator() - Method in class org.apache.royale.compiler.clients.MXMLJSC
Create a new Configurator.
createConfigurator() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Create a new Configurator.
createConfigurator() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Create a new Configurator.
createConfigurator() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Create a new Configurator.
createConfigurator() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Create a new Configurator.
createConfigurator() - Method in interface org.apache.royale.compiler.driver.IBackend
Creates a Configurator for the specific compile session.
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.js.goog.GoogBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleCordovaBackend
 
createConfigurator() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
createDefaultNamespaceArg(ContainerNode, int, IExpressionNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
createDocEmitter(IASEmitter) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.js.amd.AMDBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.js.goog.GoogBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
createEmitter(FilterWriter) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.js.amd.AMDBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.js.goog.GoogBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.js.royale.RoyaleBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
createMXMLEmitter(FilterWriter) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.MXMLBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in interface org.apache.royale.compiler.driver.IBackend
Creates an AST walker capable of traversing MXML AST and calling back to the IASBlockWalker for ActionScript source code production.
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.mxml.MXMLBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createMXMLWalker(RoyaleJSProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createMXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.js.goog.GoogBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.js.jsc.JSCBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.js.node.NodeBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.js.node.NodeModuleBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createPublisher(RoyaleJSProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleCordovaBackend
 
createSourceMapEmitter(IMappingEmitter) - Method in interface org.apache.royale.compiler.driver.js.IJSBackend
 
createSourceMapEmitter(IMappingEmitter) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in interface org.apache.royale.compiler.driver.IBackend
Creates a javascript target that will be used to build the compiled javascript source file.
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.js.royale.RoyaleBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
createTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
createWalker(RoyaleJSProject, List<ICompilerProblem>, IASEmitter) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createWalker(RoyaleJSProject, List<ICompilerProblem>, IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createWalker(RoyaleJSProject, List<ICompilerProblem>, IASEmitter) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
createWriterBuffer(RoyaleJSProject) - Method in interface org.apache.royale.compiler.driver.IBackend
 
createWriterBuffer(RoyaleJSProject) - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
createWriterBuffer(RoyaleJSProject) - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
customNS - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
customNS - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.VariableData
 

D

debug(String) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
debug(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
declaredBy - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
decodeURI - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
decodeURIComponent - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
defaultXMLNamespaceActive - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
DefinePropertyFunctionEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
DefinePropertyFunctionEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.DefinePropertyFunctionEmitter
 
definition - Variable in class org.apache.royale.compiler.internal.projects.RoyaleASDocProject.ASDocRecord
 
DefinitionUtils - Class in org.apache.royale.compiler.utils
 
DefinitionUtils() - Constructor for class org.apache.royale.compiler.utils.DefinitionUtils
 
deltaFromObject(IClassDefinition, ICompilerProject) - Static method in class org.apache.royale.compiler.utils.DefinitionUtils
 
description - Variable in class org.apache.royale.compiler.internal.projects.RoyaleASDocProject.ASDocRecord
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.UnsupportedLanguageFeatureProblem
 
destEndPosition - Variable in class org.apache.royale.compiler.codegen.js.IMappingEmitter.SourceMapMapping
 
destStartPosition - Variable in class org.apache.royale.compiler.codegen.js.IMappingEmitter.SourceMapMapping
 
DISPATCHER_CLASS_QNAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
DISPATCHER_INTERFACE_QNAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
DocEmitterUtils - Class in org.apache.royale.compiler.internal.codegen.js.utils
 
DocEmitterUtils() - Constructor for class org.apache.royale.compiler.internal.codegen.js.utils.DocEmitterUtils
 
doWhileLoopEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
DoWhileLoopEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
DoWhileLoopEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.DoWhileLoopEmitter
 
dumpJar(File, File) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
dynamicAccessEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
DynamicAccessEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
DynamicAccessEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.DynamicAccessEmitter
 

E

effectiveId - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
emit(T) - Method in interface org.apache.royale.compiler.codegen.ISubEmitter
The main emitter will call this method of the sub emitter with the correct generic type implemented.
emit(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.AccessorEmitter
 
emit(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.AccessorEmitter
 
emit(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter
 
emit(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
emit(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BlockCloseEmitter
 
emit(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BlockOpenEmitter
 
emit(ICatchNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.CatchEmitter
 
emit(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ClassEmitter
 
emit(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.DefinePropertyFunctionEmitter
 
emit(IWhileLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.DoWhileLoopEmitter
 
emit(IDynamicAccessNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.DynamicAccessEmitter
 
emit(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.FieldEmitter
 
emit(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ForEachEmitter
 
emit(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ForLoopEmitter
 
emit(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter
 
emit(IFunctionCallNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter
 
emit(IIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.IdentifierEmitter
 
emit(IIfNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.IfEmitter
 
emit(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.InterfaceEmitter
 
emit(IIterationFlowNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.IterationFlowEmitter
 
emit(ILanguageIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.LanguageIdentifierEmitter
 
emit(ILiteralContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.LiteralContainerEmitter
 
emit(ILiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter
 
emit(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.MemberAccessEmitter
 
emit(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.MemberKeywordEmitter
 
emit(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.MethodEmitter
 
emit(INumericLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.NumericLiteralEmitter
 
emit(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ObjectDefinePropertyEmitter
 
emit(IObjectLiteralValuePairNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ObjectLiteralValuePairEmitter
 
emit(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emit(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageHeaderEmitter
 
emit(IParameterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ParameterEmitter
 
emit(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ParametersEmitter
 
emit(IReturnNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ReturnEmitter
 
emit(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.SelfReferenceEmitter
 
emit(ITypeNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.SourceMapDirectiveEmitter
 
emit(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.StatementEmitter
 
emit(IASNode, String) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.SuperCallEmitter
 
emit(ISwitchNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.SwitchEmitter
 
emit(ITernaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.TernaryOperatorEmitter
 
emit(IThrowNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ThrowEmitter
 
emit(ITryNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.TryEmitter
 
emit(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emit(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.VarDeclarationEmitter
 
emit(IWhileLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.WhileLoopEmitter
 
emit(IWithNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.WithEmitter
 
emit(MXMLDescriptorSpecifier) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleBasicMXMLDescriptorEmitter
 
emitAccessor(String, IAccessorDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitAccessorKeyword(IKeywordNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitAccessors(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitAccessors(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitAccessors(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitAccessors(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitArguments(IContainerNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitArray(IMXMLArrayNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitArray(IMXMLArrayNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitArray(IMXMLArrayNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitArray(IMXMLArrayNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitAsOperator(IBinaryOperatorNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitAsOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitAsOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitAssignedValue(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitAssignedValue(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitAssignmentCoercion(IExpressionNode, IDefinition) - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
emitAssignmentCoercion(IExpressionNode, IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitAssignmentCoercion(IExpressionNode, IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitAttributeValue(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitAttributeValue(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitAttributeValue(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitBinaryOperator(IBinaryOperatorNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit an operator statement.
emitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitBindableExtendsConstructorCode(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
emitBindableImplementsConstructorCode() - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
emitBindableImplementsConstructorCode(boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
emitBindableInterfaceMethods(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
emitBindingData(String, IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitBlockClose(IContainerNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitBlockClose(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitBlockClose(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitBlockOpen(IContainerNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitBlockOpen(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitBlockOpen(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitBoolean(IMXMLBooleanNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitBoolean(IMXMLBooleanNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitBoolean(IMXMLBooleanNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitCatch(ICatchNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a catch(){} statement.
emitCatch(ICatchNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitCatch(ICatchNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitClass(IClassNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a Class.
emitClass(IMXMLClassDefinitionNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitClass(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitClass(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitClass(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitClass(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitClass(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitClass(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitClass(IMXMLClassDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitClassDeclEnd(String, String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitClassDeclEnd(String, String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitClassDeclStart(String, String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitClassDeclStart(String, String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitClassInfo(ITypeNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emitClosureEnd(IASNode, IDefinition) - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
emitClosureEnd(FunctionNode, IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitClosureEnd(IASNode, IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitClosureEnd(IASNode, IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitClosureStart() - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
emitClosureStart(FunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitClosureStart() - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitClosureStart() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitComplexInitializers(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ClassEmitter
 
emitComplexInitializers(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitComplexStaticInitializers(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitComponent(IMXMLComponentNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitComponent(IMXMLComponentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitComponent(IMXMLComponentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitComponent(IMXMLComponentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitConditional(IConditionalNode, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.IfEmitter
 
emitConst(IVariableNode) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitConst(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitContainer(IContainerNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitContainer(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitContainer(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitContents(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter
 
emitContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageHeaderEmitter
 
emitCSS() - Method in class org.apache.royale.compiler.internal.driver.js.royale.JSCSSCompilationSession
 
emitDatabinding(IMXMLDataBindingNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitDatabinding(IMXMLDataBindingNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDeclarationName(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitDeclarations(IMXMLDeclarationsNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitDeclarations(IMXMLDeclarationsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDeclarations(IMXMLDeclarationsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitDeclarations(IMXMLDeclarationsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitDeclarationVariables() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitDefaultParameterCodeBlock(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitDefinePropertyFunction(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitDefinePropertyFunction(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitDeleteOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitDocument(IMXMLDocumentNode) - Method in interface org.apache.royale.compiler.codegen.mxml.royale.IMXMLRoyaleEmitter
 
emitDocument(IMXMLDocumentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitDocument(IMXMLDocumentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitDocumentFooter(IMXMLFileNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitDocumentFooter(IMXMLFileNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDocumentHeader(IMXMLFileNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitDocumentHeader(IMXMLFileNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDoLoop(IWhileLoopNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a do{}while() statement.
emitDoLoop(IWhileLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitDoLoop(IWhileLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitDynamicAccess(IDynamicAccessNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitDynamicAccess(IDynamicAccessNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitDynamicAccess(IDynamicAccessNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitE4XDefaultNamespaceDirective(IDefaultXMLNamespaceNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitE4XDefaultNamespaceDirective(IDefaultXMLNamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitE4XDefaultNamespaceDirective(IDefaultXMLNamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitE4XFilter(IMemberAccessExpressionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitE4XFilter(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitE4XFilter(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitElse(ITerminalNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.IfEmitter
 
emitEmbed(IEmbedNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitEmbed(IMXMLEmbedNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitEmbed(IEmbedNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitEmbed(IEmbedNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitEmbed(IMXMLEmbedNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitEvents(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitEvents(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitExportProperties(String, ArrayList<String>, ArrayList<String>) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emitExtends(IClassDefinition, String) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitExtends(IClassDefinition, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitFactory(IMXMLFactoryNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitFactory(IMXMLFactoryNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitFactory(IMXMLFactoryNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitFactory(IMXMLFactoryNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitField(IVariableNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a full Class field member.
emitField(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitField(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitField(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitField(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitField(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitField(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitFieldDoc(IVariableNode, IDefinition, ICompilerProject) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitFieldDoc(IVariableNode, IDefinition, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitFieldDoc(IVariableNode, IDefinition, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitFieldDocumentation(IVariableNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class field or constant IVariableNode.
emitFieldDocumentation(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitFieldInitializer(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.FieldEmitter
 
emitForEachLoop(IForLoopNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a for each statement.
emitForEachLoop(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitForEachLoop(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitForEachLoop(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitForLoop(IForLoopNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a for statement.
emitForLoop(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitForLoop(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitForStatements(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ForLoopEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a header at the start of a function block.
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a function call like new Foo() or foo(42).
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitFunctionObject(IFunctionObjectNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit an anonymous IFunctionObjectNode.
emitFunctionObject(IFunctionObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitFunctionObject(IFunctionObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitFunctionObject(IFunctionObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitFunctionScope(IScopedNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitGet(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.AccessorEmitter
 
emitGetAccessor(IGetterNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a full Class getter member.
emitGetAccessor(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitGetAccessorDocumentation(IGetterNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class method IGetterNode.
emitGetAccessorDocumentation(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitHoistedFunctionsCodeBlock(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitHoistedVariablesCodeBlock(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitIdentifier(IIdentifierNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitIf(IIfNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a if(){}else if(){}else{} statement.
emitIf(IIfNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitIf(IIfNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitImplements(ITypeDefinition, String) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitImplements(IMXMLImplementsNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitImplements(ITypeDefinition, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitImplements(IMXMLImplementsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitImplements(IMXMLImplementsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitImplements(IMXMLImplementsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitImport(IImportNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitImport(IImportNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitImport(IImportNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitInstance(IMXMLInstanceNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitInstance(IMXMLInstanceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitInstance(IMXMLInstanceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitInstance(IMXMLInstanceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitInstanceOverride(IMXMLInstanceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitInstanceOverride(IMXMLInstanceNode, IMXMLStateNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitInt(IMXMLIntNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitInt(IMXMLIntNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitInt(IMXMLIntNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitInterface(IInterfaceNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit an Interface.
emitInterface(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitInterfaceDoc(IInterfaceNode, ICompilerProject) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitInterfaceDoc(IInterfaceNode, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitInterfaceMemberDoc(IDefinitionNode, ICompilerProject) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitInterfaceMemberDoc(IDefinitionNode, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitInterfaceMemberDoc(IDefinitionNode, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitInternal(IASNode) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitInternal(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitInternal(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitIsAs(IExpressionNode, IExpressionNode, IExpressionNode, ASTNodeID, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.AsIsEmitter
 
emitIsAs(IExpressionNode, IExpressionNode, IExpressionNode, ASTNodeID, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitIsOperator(IBinaryOperatorNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitIsOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitIsOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitIterationFlow(IIterationFlowNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitIterationFlow(IIterationFlowNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitIterationFlow(IIterationFlowNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitJSDocLine(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitJSDocLine(IEmitterTokens, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitKeyword(IKeywordNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitKeyword(IKeywordNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitLabelStatement(LabeledStatementNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a foo:{} statement.
emitLabelStatement(LabeledStatementNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitLabelStatement(LabeledStatementNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitLiteral(ILiteralNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitLiteral(ILiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitLiteral(ILiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitLiteralContainer(ILiteralContainerNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitLiteralContainer(ILiteralContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitLiteralContainer(ILiteralContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitLocalNamedFunction(IFunctionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit an local named function IFunctionNode.
emitLocalNamedFunction(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitLocalNamedFunction(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitLocalNamedFunction(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitMemberKeyword(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitMemberKeyword(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitMemberName(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitMemberName(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitMetadata(IMXMLMetadataNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitMetadata(IMXMLMetadataNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitMetadata(IMXMLMetadataNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitMetaData(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitMetaTag(IMetaTagNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitMetaTag(IMetaTagNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitMethod(IFunctionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a full Class or Interface method member.
emitMethod(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitMethodAccess(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitMethodAccess(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitMethodDoc(IFunctionNode, ICompilerProject) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitMethodDoc(IFunctionNode, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitMethodDoc(IFunctionNode, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitMethodDocumentation(IFunctionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class method IFunctionNode.
emitMethodDocumentation(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitMethodNoCollapse(IFunctionNode, RoyaleJSProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitMethodScope(IScopedNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitModifiers(IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitMXMLClass(IMXMLClassNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitMXMLClass(IMXMLClassNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitMXMLClass(IMXMLClassNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitMXMLDescriptorFuncs(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitNamespace(INamespaceNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a namespace member.
emitNamespace(INamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitNamespace(INamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitNamespace(INamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitNamespace(INamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitNamespaceIdentifier(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitNoCollapse(IDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitNumber(IMXMLNumberNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitNumber(IMXMLNumberNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitNumber(IMXMLNumberNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitNumericLiteral(INumericLiteralNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitNumericLiteral(INumericLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitNumericLiteral(INumericLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitObject(IMXMLObjectNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitObject(IMXMLObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitObject(IMXMLObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitObject(IMXMLObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitObjectDefineProperty(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitObjectDefineProperty(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitOverride(IFunctionNode) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitOverride(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitPackageContents(IPackageDefinition) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitPackageContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitPackageContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageFooter(IPackageDefinition) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitPackageHeader(IPackageDefinition) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitParam(IParameterNode, String) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitParam(IParameterNode, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitParameter(IParameterNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitParameter(IParameterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitParameter(IParameterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitParameter(IParameterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitParameters(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitParameters(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitPostUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitPreUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitPrivate(IASNode) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitPrivate(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitPropertyDecls() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitPropertyGetterSetters(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitPropertyGetterSetters(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitPropertyOverride(IMXMLPropertySpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitPropertyOverride(IMXMLPropertySpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitPropertySpecifiers(IMXMLPropertySpecifierNode[], boolean) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitPropertySpecifiers(IMXMLPropertySpecifierNode[], boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitProtected(IASNode) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitProtected(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitProtected(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitPublic(IASNode) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitPublic(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitPublic(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitReflectionData(String, PackageFooterEmitter.ReflectionKind, List<PackageFooterEmitter.VariableData>, List<PackageFooterEmitter.AccessorData>, List<PackageFooterEmitter.MethodData>, IMetaTagNode[]) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emitReflectionRegisterInitialStaticFields(String, IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emitRemoteObject(IMXMLRemoteObjectNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitRemoteObject(IMXMLRemoteObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitRemoteObject(IMXMLRemoteObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitRemoteObjectMethod(IMXMLRemoteObjectMethodNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitRemoteObjectMethod(IMXMLRemoteObjectMethodNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitRemoteObjectMethod(IMXMLRemoteObjectMethodNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitRestParameterCodeBlock(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitReturn(IReturnNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitReturn(IFunctionNode, String) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitReturn(IReturnNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitReturn(IFunctionNode, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitReturn(IReturnNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitScript(IMXMLScriptNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitScript(IMXMLScriptNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitScript(IMXMLScriptNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitScript(IMXMLScriptNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitScripts() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitScripts() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitSelfReference(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitSelfReference(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitSet(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.AccessorEmitter
 
emitSetAccessor(ISetterNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a full Class setter member.
emitSetAccessor(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitSetAccessorDocumentation(ISetterNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class accessor IGetterNode.
emitSetAccessorDocumentation(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitSourceMap(String, String, String) - Method in interface org.apache.royale.compiler.codegen.ISourceMapEmitter
 
emitSourceMap(String, String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSourceMapEmitter
 
emitSourceMapDirective(ITypeNode) - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
emitSourceMapDirective(ITypeNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitSourceMapDirective(ITypeNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitStatement(IASNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a statement found within an IBlockNode.
emitStatement(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitStatement(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitStatement(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitString(IMXMLStringNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitString(IMXMLStringNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitString(IMXMLStringNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitString(IMXMLStringNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitStringConversions - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitSubDocument(IMXMLComponentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
emitSubDocument(IMXMLComponentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitSuperCall(IASNode, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitSuperCall(IASNode, String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitSwitch(ISwitchNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a switch(){} statement.
emitSwitch(ISwitchNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitSwitch(ISwitchNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
Emitter - Class in org.apache.royale.compiler.internal.codegen
The base implementation for an ActionScript emitter.
Emitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.Emitter
 
emitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
emitTernaryOperator(ITernaryOperatorNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitTernaryOperator(ITernaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitTernaryOperator(ITernaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
EmitterUtils - Class in org.apache.royale.compiler.internal.codegen.js.utils
Various static methods used in shared emitter logic.
EmitterUtils() - Constructor for class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
emitThis(ITypeDefinition, String) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitThis(ITypeDefinition, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitThrow(IThrowNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a throw statement.
emitThrow(IThrowNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitThrow(IThrowNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitTry(ITryNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a try{} statement.
emitTry(ITryNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitTry(ITryNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitType(IASNode, String, ICompilerProject) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitType(String, String) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitType(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitType(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitType(IASNode, String, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitType(String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitTypeOfOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitTypeShort(IASNode, String, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitUint(IMXMLUintNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitUint(IMXMLUintNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitUint(IMXMLUintNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitUseNamespace(IUseNamespaceNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitUseNamespace(IUseNamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitUseNamespace(IUseNamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitVarDeclaration(IVariableNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a variable declaration found in expression statements within scoped blocks.
emitVarDeclaration(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitVarDeclaration(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitVarDeclaration(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
emitVarDeclaration(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
emitVarDeclaration(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
emitVarDoc(IVariableNode, IDefinition, ICompilerProject) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitVarDoc(IVariableNode, IDefinition, ICompilerProject) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitVariableExpression(IVariableExpressionNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
emitVariableExpression(IVariableExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitVector(IMXMLVectorNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitVector(IMXMLVectorNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitVoidOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitWebService(IMXMLWebServiceNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitWebService(IMXMLWebServiceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitWebService(IMXMLWebServiceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitWebServiceMethod(IMXMLWebServiceOperationNode) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
emitWebServiceMethod(IMXMLWebServiceOperationNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
emitWebServiceMethod(IMXMLWebServiceOperationNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
emitWhileLoop(IWhileLoopNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a while(){} statement.
emitWhileLoop(IWhileLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitWhileLoop(IWhileLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emitWith(IWithNode) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
Emit a with(){} statement.
emitWith(IWithNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
emitWith(IWithNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
emmitPackageHeader(IPackageNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
encodeURI - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
encodeURIComponent - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
end() - Method in interface org.apache.royale.compiler.codegen.IDocEmitter
 
end() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
endMapping(ISourceLocation) - Method in interface org.apache.royale.compiler.codegen.js.IMappingEmitter
Commits a mapping to the source map.
endMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
endMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
endMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
endMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
err - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
errors - Variable in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
escape - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
EVENT - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
EVENT_QNAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
EVENTDISPATCHER - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
EVENTDISPATCHER_INTERFACE - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
eventHandler - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLEventSpecifier
 
EVENTS_PACKAGE - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
eventSpecifiers - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
excludeDependencies() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.ASDOCJSC
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.COMPJSC
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.COMPJSCNative
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
execute(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
exportModule - Variable in class org.apache.royale.compiler.internal.codegen.js.node.NodePublisher
 
ExportWriter - Class in org.apache.royale.compiler.internal.codegen.js.amd
 
ExportWriter(JSAMDEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.amd.ExportWriter
 
EXTENSION - Static variable in class org.apache.royale.compiler.internal.driver.js.JSSourceFileHandler
 
EXTENSION - Static variable in class org.apache.royale.compiler.internal.driver.mxml.ASDocASSourceFileHandler
 
EXTENSION - Static variable in class org.apache.royale.compiler.internal.driver.mxml.ASDocMXMLSourceFileHandler
 
EXTENSION - Static variable in class org.apache.royale.compiler.internal.driver.mxml.MXMLSourceFileHandler
 

F

FieldEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
Static or member variables of a class.
FieldEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.FieldEmitter
 
fillInstanceMembers(IDefinitionNode[], List<IDefinitionNode>) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
fillStaticMembers(IDefinitionNode[], List<IDefinitionNode>, boolean, boolean) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
fillStaticStatements(IClassNode, List<IASNode>, boolean) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
findAllCompilationUnitsToLink(Collection<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.royale.compiler.internal.targets.RoyaleJSTarget
Discovers dependent compilation units from a set of root compilation units.
findFunction(Collection<IDefinition>) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
findFunctionNode(IPackageNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
findNamespace(Collection<IDefinition>) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
findNamespaceNode(IPackageNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
FindRoyaleMXMLPropertyNamesToKeep - Class in com.google.javascript.jscomp
 
FindRoyaleMXMLPropertyNamesToKeep(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.FindRoyaleMXMLPropertyNamesToKeep
 
findType(Collection<IDefinition>) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
findType(Collection<IDefinition>) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
findTypeNode(IPackageNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
findTypeNode(IPackageNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
findVariable(Collection<IDefinition>) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
findVariableNode(IPackageNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
flushBuffer() - Method in interface org.apache.royale.compiler.codegen.IDocEmitter
 
flushBuffer() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
flushBuilder() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
flushBuilder() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
ForEachEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ForEachEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ForEachEmitter
 
forLoopEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
ForLoopEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ForLoopEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ForLoopEmitter
 
formatGetter(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
formatNamespacedProperty(String, String, boolean) - Static method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
formatPrivateName(String, String) - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
formatPrivateName(String, String, Boolean) - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
formatPrivateName(String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
formatPrivateName(String, String, Boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
formatQualifiedName(String) - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
formatQualifiedName(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
formatQualifiedName(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
formatQualifiedName(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.jsc.MXMLJSCJSEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
formatQualifiedName(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
formatQualifiedName(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
formatQualifiedName(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
formatSetter(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
fragment - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLScriptSpecifier
 
fromString(String) - Static method in enum org.apache.royale.compiler.clients.MXMLJSC.JSOutputType
 
fromString(String) - Static method in enum org.apache.royale.compiler.clients.MXMLJSC.JSTargetType
 
functionCallArgumentsEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
FunctionCallArgumentsEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
FunctionCallArgumentsEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter
 
FunctionCallEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
FunctionCallEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter
 

G

generateDeps(CompilerProject, ProblemQuery) - Method in class org.apache.royale.compiler.internal.graph.GoogDepsWriter
 
generateFactoryClass(String, String, String, File) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
generateReport() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
GenerateRoyaleExports - Class in com.google.javascript.jscomp
 
GenerateRoyaleExports(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.GenerateRoyaleExports
 
get() - Static method in class org.apache.royale.compiler.internal.parsing.as.RoyaleASDocDelegate
Gets the single instance of this delegate.
getAbsolutePathFromPathRelativeToMXMLC(String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getAbsolutePathFromPathRelativeToMXMLC(String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getAccessorEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getAfter() - Method in class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
Returns the IASNodeStrategy called after the ASNodeHandler.getHandler()'s handle() method.
getAliases() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getAllowDynamicBindings() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getASEmitter() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
getASEmitter() - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockWalker
The current code emitter.
getASParserASDocDelegate() - Method in class org.apache.royale.compiler.internal.parsing.as.RoyaleASDocDelegate
 
getASStrategy() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
getBackend() - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getBefore() - Method in class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
Returns the IASNodeStrategy called before the ASNodeHandler.getHandler()'s handle() method.
getBindableEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getBindableVars() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getBindingValueChangeEventType() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getBindingValueChangeEventType() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getBuilder() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getBuilder() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
getBuilder() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
getCaseNodes(ISwitchNode) - Static method in class org.apache.royale.compiler.utils.ASNodeUtils
 
getChecks() - Method in class com.google.javascript.jscomp.RoyaleClosurePassConfig
 
getClassDefinition(IDefinitionNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
getClassDepthNameBase(String, IClassDefinition, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
getClassEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getClasses() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getClassIgnoreList() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
getClasspathResources(File) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
getClasspathResources(File, Properties) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
getClosureLib() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getClosureLib() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getCode() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getCodeReader() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getColumnOfOffset(int) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getCompilerDefine(Configuration) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
List of compiler defines so it can be overridden
getCompilerExternalLibraryPath(Configuration) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
List of external libraries so it can be overridden
getCompilerJsExternalLibraryPath() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getCompilerJsLibraryPath() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getCompilerJsNamespacesManifestMappings() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getCompilerKeepCodeWithMetadata() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getCompilerKeepCodeWithMetadata() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getCompilerLibraryPath(Configuration) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
List of libraries so it can be overridden
getCompilerMxmlChildrenAsData() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getCompilerMxmlChildrenAsData() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getCompilerNamespacesManifestMappings(Configuration) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
List of libraries so it can be overridden
getCompilerTargets() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getConstructor(IDefinitionNode[]) - Static method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getCSSCompilationSession() - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getCurrentClass() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getCurrentColumn() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getCurrentColumn() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
getCurrentForeachName() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getCurrentIndent() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getCurrentIndent() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
getCurrentLine() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getCurrentLine() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
getDateInFooter() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getDefaultNode(ISwitchNode) - Static method in class org.apache.royale.compiler.utils.ASNodeUtils
 
getDefaults(IParameterNode[]) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
getDefaults(IParameterNode[]) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
getDefaultXMLNamespace(FunctionScope) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getDescription() - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
getDirectoryResources(File) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
getDocClassesInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getDocEmitter() - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
getDocEmitter() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getDocEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
getDocEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getDocNamespacesInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getDocSources() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getDocSourcesInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getEmitExports() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
getEmitter() - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
getEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
getEmitter() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
getEmitter() - Method in interface org.apache.royale.compiler.visitor.as.IASBlockWalker
The current code emitter.
getEncodedCSS() - Method in class org.apache.royale.compiler.internal.driver.js.royale.JSCSSCompilationSession
 
getErrorCount() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
getErrors() - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
getErrors() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
getErrors() - Method in interface org.apache.royale.compiler.visitor.as.IASBlockWalker
The current project errors.
getExamplesPath() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getExcludeClasses() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getExcludeClassesInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getExcludeSources() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getExcludeSourcesInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getExportedNames() - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getExportInternalSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getExportInternalSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getExportProtectedSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getExportProtectedSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getExportPublicSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getExportPublicSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getExtensions() - Method in class org.apache.royale.compiler.internal.driver.js.JSSourceFileHandler
getExtensions() - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocASSourceFileHandler
getExtensions() - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocMXMLSourceFileHandler
getExtensions() - Method in class org.apache.royale.compiler.internal.driver.mxml.MXMLSourceFileHandler
getExternalJSLib() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getExternalJSLib() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getExternalRequires(ICompilationUnit) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getExternsReport() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getFieldEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getFields(IClassDefinition, boolean) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
getFooter() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getFunctionName() - Method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesGetters
 
getFunctionName() - Method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesSetters
 
getGeneratedIDBase(IMXMLClassDefinitionNode) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getGeneratedTypeCheck(ExpressionNodeBase, ExpressionNodeBase) - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
getGeneratedTypeCheck(ExpressionNodeBase, ExpressionNodeBase) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
getGeneratedTypeCheck(ExpressionNodeBase, ExpressionNodeBase) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getHandler() - Method in class org.apache.royale.compiler.internal.visitor.as.ASNodeHandler
Returns the IASNodeStrategy currently being used to handle IASNode AST.
getHelpInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getHtmlOutputFileName() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getHtmlOutputFileName() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getHtmlTemplate() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getHtmlTemplate() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getImplicitBindableImplementation() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getIncludeAllForAsdoc() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getIncludeClasses() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getIncludeNamespaces() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getIncludeSources() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getIndent(int) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getIndent(int) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
getIndent(int) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
getIndent(int) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
getIndent(int) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getIndent(int) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
getIndent(int) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
getInlineConstants() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getInlineConstants() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getInterfacePropertyMap() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getInterfaces(ICompilationUnit) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getInternalClasses() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getJarThatContainsClasspathResources(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
getJsCompilerDefine() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJSCompilerOptions() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getJSCompilerOptions() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getJsComplexImplicitCoercions() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJsDefaultInitializers() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJsDynamicAccessUnknownMembers() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJSEventName(String) - Static method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLEventSpecifier
 
getJsGetterPrefix() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getJsGetterPrefix() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getJsLoadConfig() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJsOutput() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJSOutputOptimizations() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getJSOutputOptimizations() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getJsResolveUncertain() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJsSetterPrefix() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getJsSetterPrefix() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getJsVectorEmulationClass() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJsVectorIndexChecks() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getJsxFactory() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getKeepASDoc() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getKeepASDoc() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getKeepXmlInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getLastMAEInChain(MemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getLeftFramesetWidth() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getLine(int) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getLineOffset(int) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getLineOfOffset(int) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getLinkReport(Configuration) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getListOfFiles(CompilerProject, List<String>, ProblemQuery) - Method in class org.apache.royale.compiler.internal.graph.GoogDepsWriter
 
getLoadConfigInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getLocalSettingAsBoolean(JSRoyaleEmitterTokens, Boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
getLocalSettingAsBoolean(String, Boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
getLocalSettingIncludesString(JSRoyaleEmitterTokens, String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
getLocalSettingIncludesString(String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
getMainSource() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
getMainSource() - Method in interface org.apache.royale.compiler.clients.JSCompilerEntryPoint
 
getMainSource() - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
getMainSource() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
getMainSource() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
getMainSource() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
getMainSource() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
getMainTitle() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getMarmotinni() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getMarmotinni() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getMethods() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getModel() - Method in interface org.apache.royale.compiler.codegen.js.IJSEmitter
 
getModel() - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
getModel() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
getModuleOutput() - Method in class org.apache.royale.compiler.clients.JSConfiguration
if used, the js-debug and js-release folders are calculated by removing the folders specified from the output folder.
getMXMLEmitter() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
getMXMLEmitter() - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockWalker
The current code emitter.
getMxmlReflectObjectProperty() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getMXMLStrategy() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
getMXMLWalker() - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
getMXMLWalker() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
getMXMLWalker() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
getName() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
 
getName() - Method in class org.apache.royale.compiler.clients.COMPJSC
 
getName() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
 
getName() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
getName() - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
getName() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
getName() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
getName() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
getName() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
getName() - Method in enum org.apache.royale.compiler.codegen.IASGlobalFunctionConstants.BuiltinType
 
getName() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getNamespaces() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getNode(IASNode, Boolean, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
getOptimizations() - Method in class com.google.javascript.jscomp.RoyaleClosurePassConfig
 
getOriginalPath() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getOutput() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getOutputExtension() - Method in interface org.apache.royale.compiler.driver.IBackend
Returns the File extension used when saving compiled code.
getOutputExtension() - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
getOutputExtension() - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
getOutputExtension() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
getOutputExtension() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
getOutputFolder() - Method in interface org.apache.royale.compiler.codegen.js.IJSPublisher
 
getOutputFolder() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
getOutputFolder() - Method in class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
getOutputFolder() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
getPackageDescriptionFile() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getPackageDitaParser() - Method in class org.apache.royale.compiler.internal.parsing.as.RoyaleASDocDelegate
 
getPackageFooterEmitter() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
getParentEmitter() - Method in interface org.apache.royale.compiler.codegen.INestingEmitter
 
getParentEmitter() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getPreventRenameInternalInstanceAccessors() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameInternalInstanceMethods() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameInternalInstanceVariables() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameInternalStaticAccessors() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameInternalStaticMethods() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameInternalStaticVariables() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameInternalSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameMxmlSymbolReferences() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameProtectedInstanceAccessors() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameProtectedInstanceMethods() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameProtectedInstanceVariables() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameProtectedStaticAccessors() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameProtectedStaticMethods() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameProtectedStaticVariables() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenameProtectedSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenamePublicInstanceAccessors() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenamePublicInstanceMethods() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenamePublicInstanceVariables() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenamePublicStaticAccessors() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenamePublicStaticMethods() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenamePublicStaticVariables() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getPreventRenamePublicSymbols() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getProblemQuery() - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
getProblemQuery() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
getProblemQuery() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
getProblemQuery() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
getProblemQuery() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
getProblems() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getProblems() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
getProgramName() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
 
getProgramName() - Method in class org.apache.royale.compiler.clients.COMPJSC
 
getProgramName() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
 
getProgramName() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
getProgramName() - Method in class org.apache.royale.compiler.clients.MXMLJSC
Get my program name.
getProject() - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
getProject() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
getProject() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
getProject() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
getProject() - Method in interface org.apache.royale.compiler.visitor.IBlockWalker
Returns the current ICompilerProject for the traverse state.
getPropertyMap(Compiler) - Static method in class com.google.javascript.jscomp.CompilerMapFetcher
 
getPropertyMap() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getReflectionFlags() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
Support for reflection data output to represent selected config options that were used when compiling
getRegion(int) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
getRemoveCirculars() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getRemoveCirculars() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getRequires(ICompilationUnit) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
getRest(IParameterNode[]) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
getRestoreBuiltinClassesInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getRootedCompilationUnits() - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
getSDKJSLib() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getSDKJSLib() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getSkipTranspile() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getSkipTranspile() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getSkipXslInfo() - Static method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getSourceFileHandlerInstance() - Method in interface org.apache.royale.compiler.driver.IBackend
Returns the instance that is used to manage what type of ICompilationUnit is created during parsing.
getSourceFileHandlerInstance() - Method in class org.apache.royale.compiler.internal.driver.as.ASBackend
 
getSourceFileHandlerInstance() - Method in class org.apache.royale.compiler.internal.driver.js.JSBackend
 
getSourceFileHandlerInstance() - Method in class org.apache.royale.compiler.internal.driver.mxml.MXMLBackend
 
getSourceFileHandlerInstance() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
getSourceFileHandlerInstance() - Method in class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
getSourceList() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
getSourceList() - Method in interface org.apache.royale.compiler.clients.JSCompilerEntryPoint
 
getSourceList() - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
getSourceList() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
getSourceList() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
getSourceList() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
getSourceList() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
getSourceMap() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getSourceMapMappings() - Method in interface org.apache.royale.compiler.codegen.js.IMappingEmitter
 
getSourceMapMappings() - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
getSourceMapMappings() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
getSourceMapSourceRoot() - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
getStartMessage() - Method in class org.apache.royale.compiler.clients.MXMLJSC
Get the start up message that contains the program name with the copyright notice.
getStaticPropertyMap() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getStrategy() - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
getStrictPublish() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getStrictPublish() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getSuperClassDefinition(IDefinitionNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
getSuppressClosure() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
getSWFTarget() - Method in class org.apache.royale.compiler.clients.MXMLJSC
return a data structure for FB integration
getTag(String) - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
getTags() - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
getTagsByName(String) - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
getTargetType() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
 
getTargetType() - Method in class org.apache.royale.compiler.clients.COMPJSC
 
getTargetType() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
 
getTargetType() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
getTargetType() - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
getTargetType() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
getTargetType() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
getTargetType() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
getTargetType() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
getTargetType() - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
getTemplateAdditionalHTML(List<String>) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
getTemplateBody(String) - Method in class org.apache.royale.compiler.internal.codegen.js.jsc.JSCPublisher
 
getTemplateBody(String) - Method in class org.apache.royale.compiler.internal.codegen.js.node.NodePublisher
 
getTemplateBody(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
getTemplateDependencies(String, String, String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.node.NodePublisher
 
getTemplateDependencies(String, String, String, String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
getTemplatesPath() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
getter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
getText() - Method in enum org.apache.royale.compiler.clients.MXMLJSC.JSOutputType
 
getText() - Method in enum org.apache.royale.compiler.clients.MXMLJSC.JSTargetType
 
getTimeStampString() - Static method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
getToken() - Method in interface org.apache.royale.compiler.codegen.IEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.as.ASEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.js.JSDocEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.js.JSEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.js.node.NodeEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitterTokens
 
getToken() - Method in enum org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitterTokens
 
getTranspileOnlyPasses() - Method in class com.google.javascript.jscomp.RoyaleClosurePassConfig
 
getTypeDefinition(IDefinitionNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
getTypedPercent() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
getValue() - Method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesGetters
 
getValue() - Method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesSetters
 
getValue() - Method in enum org.apache.royale.compiler.utils.NativeUtils.NativeASType
 
getValue() - Method in enum org.apache.royale.compiler.utils.NativeUtils.NativeJSType
 
getValue() - Method in enum org.apache.royale.compiler.utils.NativeUtils.SyntheticJSType
 
getVariableMap(Compiler) - Static method in class com.google.javascript.jscomp.CompilerMapFetcher
 
getVars() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
getWalker() - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
getWalker() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
getWalker() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
getWalker() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
getWarningCount() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
getWarnings() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
getWarnPublicVars() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
getWarnPublicVars() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getWhitespaceOnlyPasses() - Method in class com.google.javascript.jscomp.RoyaleClosurePassConfig
 
getWindowTitle() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
GOOG_INTERMEDIATE_DIR_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
GOOG_RELEASE_DIR_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
GoogBackend - Class in org.apache.royale.compiler.internal.driver.js.goog
A concrete implementation of the IBackend API for the 'goog' code production.
GoogBackend() - Constructor for class org.apache.royale.compiler.internal.driver.js.goog.GoogBackend
 
googConfiguration - Variable in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
GoogDepsWriter - Class in org.apache.royale.compiler.internal.graph
 
GoogDepsWriter(File, String, JSGoogConfiguration, List<ISWC>) - Constructor for class org.apache.royale.compiler.internal.graph.GoogDepsWriter
 
GoogDepsWriterCordova - Class in org.apache.royale.compiler.internal.graph
 
GoogDepsWriterCordova(File, String, JSGoogConfiguration, List<ISWC>) - Constructor for class org.apache.royale.compiler.internal.graph.GoogDepsWriterCordova
 

H

handle(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASAfterNodeStrategy
 
handle(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBeforeNodeStrategy
 
handle(IASNode) - Method in class org.apache.royale.compiler.internal.visitor.as.ASNodeHandler
 
handle(IASNode) - Method in class org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch
 
handle(IASNode) - Method in class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
 
handle(IASNode) - Method in class org.apache.royale.compiler.internal.visitor.mxml.MXMLNodeSwitch
 
handle(IASNode) - Method in interface org.apache.royale.compiler.visitor.IASNodeStrategy
The strategy will handle the specific IASNode.
handleOutgoingDependenciesRequest() - Method in class org.apache.royale.compiler.internal.driver.js.JSCompilationUnit
 
hasArray - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
hasBindableVars() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
hasBody(IFunctionNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
hasCommentaryTags(ASDocComment) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
hasComplexStaticInitializers - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.FieldEmitter
 
hasExportSuppressed(IDocumentableDefinitionNode) - Static method in class org.apache.royale.compiler.utils.ASNodeUtils
Method for checking if a node has been marked to be suppressed for export by Closure, via its definition.
hasExportSuppressed(IDefinition) - Static method in class org.apache.royale.compiler.utils.DefinitionUtils
Utility method for checking if a definition has been marked to be suppressed for export by Closure.
hasIgnore(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
hasLocalId - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
hasLocalSetting(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
hasObject - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
hasParenClose(IOperatorNode) - Static method in class org.apache.royale.compiler.utils.ASNodeUtils
 
hasParenOpen(IOperatorNode) - Static method in class org.apache.royale.compiler.utils.ASNodeUtils
 
hasStaticBindableVars() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
hasSuperCall(IScopedNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
hasSuperClass(ICompilerProject, IDefinitionNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
hasSuppressExport(String) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.DocEmitterUtils
 
hasTag(String) - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 

I

IApplication - Interface in org.apache.royale.compiler.driver
The ActionScript model interface used when implementing build targets that create javascript applications cross compiled from actionscript.
IASBlockVisitor - Interface in org.apache.royale.compiler.visitor.as
The IASBlockVisitor interface allows an IASNodeStrategy to delegate within it's IASNodeStrategy.handle(IASNode) method to this API's visitor method.
IASBlockWalker - Interface in org.apache.royale.compiler.visitor.as
 
IASEmitter - Interface in org.apache.royale.compiler.codegen.as
The IASEmitter interface allows abstraction between the IASNodeStrategy and the current output buffer Writer.
IASGlobalFunctionConstants - Interface in org.apache.royale.compiler.codegen
AS3 language global functions, such as Array, encodeURI, isNaN etc.
IASGlobalFunctionConstants.BuiltinType - Enum in org.apache.royale.compiler.codegen
An enumeration of core built-in functions.
IASNodeStrategy - Interface in org.apache.royale.compiler.visitor
A simple strategy to allow composition of IASNode handling when walking the AST node tree.
IASWriter - Interface in org.apache.royale.compiler.codegen.as
An ActionScript writer that outputs cross compiled string data to the output stream.
IBackend - Interface in org.apache.royale.compiler.driver
The backend strategy for the MXMLJSC javascript compiler.
IBlockVisitor - Interface in org.apache.royale.compiler.visitor
 
IBlockWalker - Interface in org.apache.royale.compiler.visitor
 
id - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
IdentifierEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
IdentifierEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.IdentifierEmitter
 
IDocEmitter - Interface in org.apache.royale.compiler.codegen
Base interface for documentation emitters.
IEmitter - Interface in org.apache.royale.compiler.codegen
 
IEmitterTokens - Interface in org.apache.royale.compiler.codegen
 
ifEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
IfEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
IfEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.IfEmitter
 
IJSAMDDocEmitter - Interface in org.apache.royale.compiler.codegen.js.amd
The IJSAMDDocEmitter interface allows the abstraction of JavaScript document comments to be emitted per tag.
IJSAMDEmitter - Interface in org.apache.royale.compiler.codegen.js.amd
The IJSAMDEmitter interface allows abstraction between the base JavaScript and the AMD specific IJSAMDEmitter.
IJSApplication - Interface in org.apache.royale.compiler.driver.js
The JavaScript model interface used when implementing build targets that create javascript applications cross compiled from actionscript.
IJSBackend - Interface in org.apache.royale.compiler.driver.js
 
IJSDocEmitter - Interface in org.apache.royale.compiler.codegen.js
The IJSDocEmitter interface allows the abstraction of JavaScript document comments to be emitted per tag.
IJSEmitter - Interface in org.apache.royale.compiler.codegen.js
The IJSEmitter interface allows abstraction between the IASNodeStrategy and the current output buffer Writer.
IJSGoogDocEmitter - Interface in org.apache.royale.compiler.codegen.js.goog
The IJSGoogDocEmitter interface allows the abstraction of JavaScript document comments to be emitted per tag.
IJSGoogEmitter - Interface in org.apache.royale.compiler.codegen.js.goog
The IJSGoogEmitter interface allows abstraction between the base JavaScript and the 'goog' specific IJSGoogEmitter.
IJSGoogPublisher - Interface in org.apache.royale.compiler.codegen.js.goog
The IJSGoogPublisher interface allows the abstraction of project output generation.
IJSPublisher - Interface in org.apache.royale.compiler.codegen.js
The IJSPublisher interface allows the abstraction of project output generation.
IJSRoyaleASDocEmitter - Interface in org.apache.royale.compiler.codegen.js.royale
 
IJSRoyaleEmitter - Interface in org.apache.royale.compiler.codegen.js.royale
 
IJSTarget - Interface in org.apache.royale.compiler.targets
The IJSTarget interface allows the compiler an abstraction to how the actual JavaScript is built.
IJSWriter - Interface in org.apache.royale.compiler.codegen.js
A JavaScript writer that outputs cross compiled string data to the output stream.
IMappingEmitter - Interface in org.apache.royale.compiler.codegen.js
Tracks mappings to generate source maps while it emits code.
IMappingEmitter.SourceMapMapping - Class in org.apache.royale.compiler.codegen.js
 
IMXMLBlockVisitor - Interface in org.apache.royale.compiler.visitor.mxml
 
IMXMLBlockWalker - Interface in org.apache.royale.compiler.visitor.mxml
 
IMXMLEmitter - Interface in org.apache.royale.compiler.codegen.mxml
The IMXMLEmitter interface allows abstraction between the IASNodeStrategy and the current output buffer Writer.
IMXMLJSEmitter - Interface in org.apache.royale.compiler.codegen.mxml.js
 
IMXMLRoyaleEmitter - Interface in org.apache.royale.compiler.codegen.mxml.royale
The IMXMLRoyaleEmitter interface allows abstraction between the IASNodeStrategy and the current output buffer Writer.
incForeachLoopCount() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
indentPop() - Method in interface org.apache.royale.compiler.codegen.IEmitter
Pops an indent from the emitter so after newlines are emitted, the output is correctly formatted.
indentPop() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
indentPop() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
indentPop() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
indentPop() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
indentPop() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
indentPush() - Method in interface org.apache.royale.compiler.codegen.IEmitter
Pushes an indent into the emitter so after newlines are emitted, the output is correctly formatted.
indentPush() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
indentPush() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
indentPush() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
indentPush() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
indentPush() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
index - Variable in class org.apache.royale.compiler.internal.projects.RoyaleASDocProject
 
inE4xFilter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
INestingEmitter - Interface in org.apache.royale.compiler.codegen
 
init() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
 
initializeApplication(List<ICompilationUnit>) - Method in class org.apache.royale.compiler.internal.targets.JSTarget
 
injectThisArgument(FunctionCallNode, boolean) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
insertArgumentsAfter(IContainerNode, IASNode...) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
insertArgumentsAt(IContainerNode, int, IASNode...) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
insertArgumentsBefore(IContainerNode, IASNode...) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
INSTANCE - Static variable in class org.apache.royale.compiler.internal.driver.js.JSSourceFileHandler
 
INSTANCE - Static variable in class org.apache.royale.compiler.internal.driver.mxml.ASDocASSourceFileHandler
 
INSTANCE - Static variable in class org.apache.royale.compiler.internal.driver.mxml.ASDocMXMLSourceFileHandler
 
INSTANCE - Static variable in class org.apache.royale.compiler.internal.driver.mxml.MXMLSourceFileHandler
 
inStateOrStateGroup(String, IMXMLStateNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
Determines whether a string matches a state's name or group name.
inStaticInitializer - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
interationFlowEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
InterfaceEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
InterfaceEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.InterfaceEmitter
 
IPublisher - Interface in org.apache.royale.compiler.driver
 
isBinding(IIdentifierNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
isBufferWrite() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
isBufferWrite() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
isBufferWrite() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
isClassMember(ICompilerProject, IDefinition, IClassNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isClassMember(ICompilerProject, IDefinition, IClassDefinition) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isClosureLibSet() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
isClosureLibSet() - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
isCompc() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
 
isCompc() - Method in class org.apache.royale.compiler.clients.COMPJSC
 
isCompc() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
 
isCompc() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
isCustomNamespace(FunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
isCustomNamespace(FunctionDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
isCustomNamespace(String) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isDataBindingNode(IASNode) - Static method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
Is a give node a "databinding node"?
isDataBindingNode(IASNode) - Static method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
Is a give node a "databinding node"?
isDataboundProp(IMXMLPropertySpecifierNode) - Static method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
isDataboundProp(IMXMLPropertySpecifierNode) - Static method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
isDateProperty(IExpressionNode, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
resolveType on an XML expression returns null (see IdentiferNode.resolveType).
isEmittingHoistedNodes(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
isEmptyDirectory(File) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
isExcludedImport(String) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.ExportWriter
 
isExtern() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
isExternalLinkage(ICompilationUnit) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
isExterns - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
isExterns() - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
isExterns - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.SourceMapDirectiveEmitter
 
isExterns(String) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
isFatalFailure(int) - Static method in class org.apache.royale.compiler.clients.MXMLJSC
Determines whether an exit code should be considered a fatal failure, such as for an Ant task.
isFinite - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
isGoogProvided(String) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
isImplicit(IContainerNode) - Static method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
isImplicit(IContainerNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isIncludeAllForAsdoc() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
isInternalClass(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
isJSNative(String) - Static method in class org.apache.royale.compiler.utils.NativeUtils
 
isLastStatement(IASNode) - Static method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
isLastStatement(IASNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.jx.StatementEmitter
 
isLeftNodeXML(IExpressionNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isLeftNodeXMLish(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
isLeftNodeXMLish(IExpressionNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isLeftNodeXMLList(IExpressionNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isLenient() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
isMemberDefinition(IDefinition) - Static method in class org.apache.royale.compiler.utils.DefinitionUtils
 
isModule(String) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
isMXMLContentNode(IMXMLNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
isNaN - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
isNative(String) - Static method in class org.apache.royale.compiler.utils.NativeUtils
 
ISourceMapEmitter - Interface in org.apache.royale.compiler.codegen
Base interface for source map emitters.
isParameterCountMismatchAllowed(IFunctionDefinition, int, int) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
isPlatformRule(ICSSRule) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
isProperty - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
isProxy(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
resolveType on an XML expression returns null (see IdentiferNode.resolveType).
isRewrittenMultiCatchParam(IDefinition) - Static method in class org.apache.royale.compiler.utils.DefinitionUtils
Utility method for checking if an assigned definition represents the rewritten part of a multi-catch sequence - currently needed to avoid implicit coercions.
isSameClass(IDefinition, IDefinition, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isScalar(IExpressionNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
isStateDependent(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
Determines whether a node is state-dependent.
isStateDependent(IASNode, IMXMLStateNode, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
Determines whether a node is state-dependent.
isStateDependentInstance(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
Determines whether the geven node is an instance node, as is state dependent
isStateDependentInstance(IASNode, IMXMLStateNode, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
Determines whether the geven node is an instance node, as is state dependent
isStatic - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.BindableVarInfo
 
isStatic - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
isStatic - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.VariableData
 
isStaticTypedTarget() - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
JS Projects do not have static typing at runtime
isString(IExpressionNode) - Static method in class org.apache.royale.compiler.utils.ASNodeUtils
 
isSyntheticJSType(String) - Static method in class org.apache.royale.compiler.utils.NativeUtils
 
isTopNode - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
ISubEmitter<T> - Interface in org.apache.royale.compiler.codegen
The IEmitter emitter can use composition for it's more complicated production sequences with member, dynamic, binary expressions and identifiers etc.
isValidThis(IIdentifierNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
isVariableAParameter(IVariableDefinition, IParameterDefinition[]) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
isVector(String) - Static method in class org.apache.royale.compiler.utils.NativeUtils
 
isXMLish(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
resolveType on an XML expression returns null (see IdentiferNode.resolveType).
isXMLish(IExpressionNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
resolveType on an XML expression returns null (see IdentiferNode.resolveType).
isXMLList(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
resolveType on an XML expression returns null (see IdentiferNode.resolveType).
isXMLList(IMemberAccessExpressionNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
resolveType on an XML expression returns null (see IdentiferNode.resolveType).
isXMLName - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
IterationFlowEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
IterationFlowEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.IterationFlowEmitter
 

J

JarSourceFile - Class in org.apache.royale.compiler.internal.codegen.js.goog
 
JarSourceFile(String, String, boolean) - Constructor for class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
JSAMDDocEmitter - Class in org.apache.royale.compiler.internal.codegen.js.amd
 
JSAMDDocEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDDocEmitter
 
JSAMDEmitter - Class in org.apache.royale.compiler.internal.codegen.js.amd
Concrete implementation of the 'AMD' JavaScript production.
JSAMDEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitter
 
JSAMDEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.js.amd
 
JSApplication - Class in org.apache.royale.compiler.internal.driver.js
 
JSApplication() - Constructor for class org.apache.royale.compiler.internal.driver.js.JSApplication
 
JSBackend - Class in org.apache.royale.compiler.internal.driver.js
A concrete implementation of the IBackend API where the ASBlockWalker is used to traverse the IFileNode AST.
JSBackend() - Constructor for class org.apache.royale.compiler.internal.driver.js.JSBackend
 
JSCBackend - Class in org.apache.royale.compiler.internal.driver.js.jsc
A concrete implementation of the IBackend API for the 'jsc' code production.
JSCBackend() - Constructor for class org.apache.royale.compiler.internal.driver.js.jsc.JSCBackend
 
JSCJSEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jsc
Concrete implementation of the 'Royale' JavaScript production.
JSCJSEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jsc.JSCJSEmitter
 
JSClosureCompilerUtil - Class in org.apache.royale.compiler.utils
 
JSClosureCompilerUtil() - Constructor for class org.apache.royale.compiler.utils.JSClosureCompilerUtil
 
JSClosureCompilerWrapper - Class in org.apache.royale.compiler.utils
 
JSClosureCompilerWrapper(List<String>) - Constructor for class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
JSCompilationUnit - Class in org.apache.royale.compiler.internal.driver.js
JSCompilationUnit is the CompilationUnit for compiling ActionScript source files to JavasScript.
JSCompilationUnit(CompilerProject, String) - Constructor for class org.apache.royale.compiler.internal.driver.js.JSCompilationUnit
Create a compilation unit from an ABC file.
JSCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority) - Constructor for class org.apache.royale.compiler.internal.driver.js.JSCompilationUnit
 
JSCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, String) - Constructor for class org.apache.royale.compiler.internal.driver.js.JSCompilationUnit
 
JSCompilerEntryPoint - Interface in org.apache.royale.compiler.clients
 
jsCompilerOptions - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
jsCompilerOptions - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
JSConfiguration - Class in org.apache.royale.compiler.clients
The JSConfiguration class holds all compiler arguments needed for compiling ActionScript to JavaScript.
JSConfiguration() - Constructor for class org.apache.royale.compiler.clients.JSConfiguration
 
JSCPublisher - Class in org.apache.royale.compiler.internal.codegen.js.jsc
 
JSCPublisher(RoyaleJSProject, Configuration) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jsc.JSCPublisher
 
JSCSSCompilationSession - Class in org.apache.royale.compiler.internal.driver.js.royale
 
JSCSSCompilationSession() - Constructor for class org.apache.royale.compiler.internal.driver.js.royale.JSCSSCompilationSession
 
JSDocEmitter - Class in org.apache.royale.compiler.internal.codegen.js
 
JSDocEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
JSDocEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.js
 
JSEmitter - Class in org.apache.royale.compiler.internal.codegen.js
 
JSEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
JSEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.js
 
JSFilterWriter - Class in org.apache.royale.compiler.internal.codegen.js
 
JSFilterWriter(Writer) - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSFilterWriter
 
jsGetterPrefix - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
jsGetterPrefix - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
JSGoogCompcConfiguration - Class in org.apache.royale.compiler.internal.driver.js.goog
The JSGoogCompcConfiguration class holds all compiler arguments needed for compiling ActionScript to JavaScript the 'goog' way.
JSGoogCompcConfiguration() - Constructor for class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
JSGoogConfiguration - Class in org.apache.royale.compiler.internal.driver.js.goog
The JSGoogConfiguration class holds all compiler arguments needed for compiling ActionScript to JavaScript the 'goog' way.
JSGoogConfiguration() - Constructor for class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
JSGoogDocEmitter - Class in org.apache.royale.compiler.internal.codegen.js.goog
 
JSGoogDocEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
JSGoogDocEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.js.goog
 
JSGoogEmitter - Class in org.apache.royale.compiler.internal.codegen.js.goog
Concrete implementation of the 'goog' JavaScript production.
JSGoogEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
JSGoogEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.js.goog
 
JSGoogErrorManager() - Constructor for class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
JSGoogPublisher - Class in org.apache.royale.compiler.internal.codegen.js.goog
 
JSGoogPublisher(RoyaleJSProject, Configuration) - Constructor for class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
JSGoogPublisher.JSGoogErrorManager - Class in org.apache.royale.compiler.internal.codegen.js.goog
 
JSModuleRequireDescription - Class in org.apache.royale.compiler.internal.common
 
JSModuleRequireDescription(String, String) - Constructor for class org.apache.royale.compiler.internal.common.JSModuleRequireDescription
 
jsOutputOptimizations - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
jsOutputOptimizations - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
jsOutputType - Static variable in class org.apache.royale.compiler.clients.MXMLJSC
 
jsOutputType - Static variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
jsOutputType - Static variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
JSPublisher - Class in org.apache.royale.compiler.internal.codegen.js
 
JSPublisher(RoyaleJSProject, Configuration) - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
JSROYALE_SUPPRESS_EXPORT - Static variable in class org.apache.royale.compiler.utils.DefinitionUtils
 
JSRoyaleASDocDITAEmitter - Class in org.apache.royale.compiler.internal.codegen.js.royale
Concrete implementation of the 'Royale' JavaScript production.
JSRoyaleASDocDITAEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
JSRoyaleASDocEmitter - Class in org.apache.royale.compiler.internal.codegen.js.royale
Concrete implementation of the 'Royale' JavaScript production.
JSRoyaleASDocEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
JSRoyaleBasicMXMLDescriptorEmitter - Class in org.apache.royale.compiler.internal.codegen.js.royale
 
JSRoyaleBasicMXMLDescriptorEmitter(IMXMLJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleBasicMXMLDescriptorEmitter
 
JSRoyaleDocEmitter - Class in org.apache.royale.compiler.internal.codegen.js.royale
 
JSRoyaleDocEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
JSRoyaleEmitter - Class in org.apache.royale.compiler.internal.codegen.js.royale
Concrete implementation of the 'Royale' JavaScript production.
JSRoyaleEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
JSRoyaleEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.js.royale
 
JSSessionModel - Class in org.apache.royale.compiler.internal.codegen.js
 
JSSessionModel() - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
JSSessionModel.BindableVarInfo - Class in org.apache.royale.compiler.internal.codegen.js
 
JSSessionModel.ImplicitBindableImplementation - Enum in org.apache.royale.compiler.internal.codegen.js
 
JSSessionModel.PropertyNodes - Class in org.apache.royale.compiler.internal.codegen.js
 
jsSetterPrefix - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
jsSetterPrefix - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
JSSharedData - Class in org.apache.royale.compiler.internal.codegen.js
 
JSSharedData() - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSSharedData
 
JSSourceFileHandler - Class in org.apache.royale.compiler.internal.driver.js
Implementation of ISourceFileHandler that constructs ASCompilationUnit's.
JSSourceMapEmitter - Class in org.apache.royale.compiler.internal.codegen.js
 
JSSourceMapEmitter(IMappingEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSSourceMapEmitter
 
JSSubEmitter - Class in org.apache.royale.compiler.internal.codegen.js
 
JSSubEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
jsTarget - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
jsTarget - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
jsTarget - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
jsTarget - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
jsTarget - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
JSTarget - Class in org.apache.royale.compiler.internal.targets
 
JSTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Constructor for class org.apache.royale.compiler.internal.targets.JSTarget
Initialize a JS target with the owner project and root compilation units.
JSWriter - Class in org.apache.royale.compiler.internal.codegen.js
 
JSWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSWriter
Create a JSApplication writer.

K

KeepRoyalePropertyNames - Class in com.google.javascript.jscomp
 
KeepRoyalePropertyNames(AbstractCompiler, Set<String>) - Constructor for class com.google.javascript.jscomp.KeepRoyalePropertyNames
 
keepRule(ICSSRule) - Method in class org.apache.royale.compiler.internal.driver.js.royale.JSCSSCompilationSession
 
keepXml() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 

L

languageIdentifierEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
LanguageIdentifierEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
LanguageIdentifierEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.LanguageIdentifierEmitter
 
lastCompiler - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
literalContainerEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
LiteralContainerEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
LiteralContainerEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.LiteralContainerEmitter
 
LiteralEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
LiteralEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter
 
loadImportIgnores(JSRoyaleEmitter, String) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.DocEmitterUtils
 

M

main(String[]) - Static method in class org.apache.royale.compiler.clients.ASDOCJSC
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.COMPJSC
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.COMPJSCNative
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.COMPJSCRoyale
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSC
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCNative
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCNode
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Java program entry point.
main(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Java program entry point.
mainCU - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
mainCU - Variable in class org.apache.royale.compiler.internal.targets.JSTarget
 
mainCU - Variable in class org.apache.royale.compiler.internal.targets.RoyaleSWCTarget
 
mainNoExit(String[], List<ICompilerProblem>, Boolean) - Method in class org.apache.royale.compiler.clients.COMPJSC
 
mainNoExit(String[], List<ICompilerProblem>, Boolean) - Method in interface org.apache.royale.compiler.clients.JSCompilerEntryPoint
 
mainNoExit(String[], List<ICompilerProblem>, Boolean) - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
mainNoExit(String[], List<ICompilerProblem>, Boolean) - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
mainNoExit(String[], List<ICompilerProblem>, Boolean) - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
mainNoExit(String[], List<ICompilerProblem>, Boolean) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
mainNoExit(String[], List<ICompilerProblem>, Boolean) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
MemberAccessEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
MemberAccessEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.MemberAccessEmitter
 
memberKeywordEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
MemberKeywordEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
MemberKeywordEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.MemberKeywordEmitter
 
metaData - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
metaData - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.VariableData
 
metaTags - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.BindableVarInfo
 
MethodData() - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
MethodEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
MethodEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.MethodEmitter
 
methodEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
minifyCSSString(String) - Static method in class org.apache.royale.compiler.internal.driver.js.royale.JSCSSCompilationSession
used to minify the CSS for release mode
mixinClassNames - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
moduleName - Variable in class org.apache.royale.compiler.internal.common.JSModuleRequireDescription
 
moveDown(boolean, MXMLDescriptorSpecifier, MXMLDescriptorSpecifier) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
moveDown(boolean, MXMLDescriptorSpecifier, MXMLDescriptorSpecifier) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
moveUp(boolean, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
moveUp(boolean, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
MXMLBackend - Class in org.apache.royale.compiler.internal.driver.mxml
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLBackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.MXMLBackend
 
MXMLBlockWalker - Class in org.apache.royale.compiler.internal.codegen.mxml
 
MXMLBlockWalker(List<ICompilerProblem>, IASProject, IMXMLEmitter, IASEmitter, IBlockWalker) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
mxmlc - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
MXMLDescriptorSpecifier - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLDescriptorSpecifier() - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
mxmlEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
mxmlEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
mxmlEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
MXMLEmitter - Class in org.apache.royale.compiler.internal.codegen.mxml
The base implementation for an MXML emitter.
MXMLEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
MXMLEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.mxml
 
MXMLEventSpecifier - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLEventSpecifier() - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLEventSpecifier
 
MXMLJSC - Class in org.apache.royale.compiler.clients
 
MXMLJSC() - Constructor for class org.apache.royale.compiler.clients.MXMLJSC
 
MXMLJSC.JSOutputType - Enum in org.apache.royale.compiler.clients
 
MXMLJSC.JSTargetType - Enum in org.apache.royale.compiler.clients
 
MXMLJSCJSBackend - Class in org.apache.royale.compiler.internal.driver.mxml.jsc
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLJSCJSBackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
MXMLJSCJSEmitter - Class in org.apache.royale.compiler.internal.codegen.mxml.jsc
 
MXMLJSCJSEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.jsc.MXMLJSCJSEmitter
 
MXMLJSCJSSWCBackend - Class in org.apache.royale.compiler.internal.driver.mxml.jsc
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLJSCJSSWCBackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
MXMLJSCNative - Class in org.apache.royale.compiler.clients
 
MXMLJSCNative() - Constructor for class org.apache.royale.compiler.clients.MXMLJSCNative
 
MXMLJSCNode - Class in org.apache.royale.compiler.clients
 
MXMLJSCNode() - Constructor for class org.apache.royale.compiler.clients.MXMLJSCNode
 
MXMLJSCNode(IBackend) - Constructor for class org.apache.royale.compiler.clients.MXMLJSCNode
 
MXMLJSCNodeModule - Class in org.apache.royale.compiler.clients
 
MXMLJSCNodeModule() - Constructor for class org.apache.royale.compiler.clients.MXMLJSCNodeModule
 
MXMLJSCRoyale - Class in org.apache.royale.compiler.clients
 
MXMLJSCRoyale() - Constructor for class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
MXMLJSCRoyale(IBackend) - Constructor for class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
MXMLJSCRoyaleCordova - Class in org.apache.royale.compiler.clients
 
MXMLJSCRoyaleCordova() - Constructor for class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
MXMLJSCRoyaleCordova(IBackend) - Constructor for class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
MXMLNodeSpecifier - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLNodeSpecifier() - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLNodeSpecifier
 
MXMLNodeSwitch - Class in org.apache.royale.compiler.internal.visitor.mxml
 
MXMLNodeSwitch(IBlockVisitor) - Constructor for class org.apache.royale.compiler.internal.visitor.mxml.MXMLNodeSwitch
 
MXMLRoyaleASDocBackend - Class in org.apache.royale.compiler.internal.driver.mxml.royale
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLRoyaleASDocBackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocBackend
 
MXMLRoyaleASDocDITABackend - Class in org.apache.royale.compiler.internal.driver.mxml.royale
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLRoyaleASDocDITABackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleASDocDITABackend
 
MXMLRoyaleASDocEmitter - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLRoyaleASDocEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
MXMLRoyaleBackend - Class in org.apache.royale.compiler.internal.driver.mxml.royale
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLRoyaleBackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleBackend
 
MXMLRoyaleBlockWalker - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLRoyaleBlockWalker(List<ICompilerProblem>, IASProject, IMXMLEmitter, IASEmitter, IBlockWalker) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleBlockWalker
 
MXMLRoyaleCordovaBackend - Class in org.apache.royale.compiler.internal.driver.mxml.royale
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLRoyaleCordovaBackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleCordovaBackend
 
MXMLRoyaleCordovaPublisher - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLRoyaleCordovaPublisher(Configuration, RoyaleJSProject) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleCordovaPublisher
 
MXMLRoyaleEmitter - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLRoyaleEmitter(FilterWriter) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
MXMLRoyaleEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLRoyalePublisher - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLRoyalePublisher(RoyaleJSProject, Configuration) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
MXMLRoyaleSWCBackend - Class in org.apache.royale.compiler.internal.driver.mxml.royale
A concrete implementation of the IBackend API where the MXMLBlockWalker is used to traverse the IMXMLFileNode AST.
MXMLRoyaleSWCBackend() - Constructor for class org.apache.royale.compiler.internal.driver.mxml.royale.MXMLRoyaleSWCBackend
 
MXMLScriptSpecifier - Class in org.apache.royale.compiler.internal.codegen.mxml.royale
 
MXMLScriptSpecifier() - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLScriptSpecifier
 
MXMLSourceFileHandler - Class in org.apache.royale.compiler.internal.driver.mxml
Implementation of ISourceFileHandler that constructs ASCompilationUnit's.
MXMLSubEmitter - Class in org.apache.royale.compiler.internal.codegen.mxml
 
MXMLSubEmitter(IMXMLJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
MXMLWriter - Class in org.apache.royale.compiler.internal.codegen.mxml
 
MXMLWriter(RoyaleJSProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Constructor for class org.apache.royale.compiler.internal.codegen.mxml.MXMLWriter
Create a JSApplication writer.

N

name - Variable in class org.apache.royale.compiler.codegen.js.IMappingEmitter.SourceMapMapping
 
name - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
name - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
name - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.VariableData
 
name - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLNodeSpecifier
 
nameMap - Static variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLEventSpecifier
 
namespace - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.BindableVarInfo
 
NativeUtils - Class in org.apache.royale.compiler.utils
 
NativeUtils() - Constructor for class org.apache.royale.compiler.utils.NativeUtils
 
NativeUtils.NativeASType - Enum in org.apache.royale.compiler.utils
 
NativeUtils.NativeJSType - Enum in org.apache.royale.compiler.utils
 
NativeUtils.SyntheticJSType - Enum in org.apache.royale.compiler.utils
 
needCompilationUnit(CompilerProject, String, String, String) - Method in class org.apache.royale.compiler.internal.driver.js.JSSourceFileHandler
needCompilationUnit(CompilerProject, String, String, String) - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocASSourceFileHandler
needCompilationUnit(CompilerProject, String, String, String) - Method in class org.apache.royale.compiler.internal.driver.mxml.ASDocMXMLSourceFileHandler
needCompilationUnit(CompilerProject, String, String, String) - Method in class org.apache.royale.compiler.internal.driver.mxml.MXMLSourceFileHandler
needCSS - Variable in class org.apache.royale.compiler.internal.graph.GoogDepsWriter
 
needCSS - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
needLanguage - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
needLanguage - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
needsDefaultValue(IVariableNode, boolean, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
needsStaticInitializer(String, String) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
needsXMLQNameArgumentsPatch(IFunctionCallNode, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
needXML - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
node - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLEventSpecifier
 
NodeBackend - Class in org.apache.royale.compiler.internal.driver.js.node
A concrete implementation of the IBackend API for the 'node' code production.
NodeBackend() - Constructor for class org.apache.royale.compiler.internal.driver.js.node.NodeBackend
 
NodeEmitterTokens - Enum in org.apache.royale.compiler.internal.codegen.js.node
 
NodeModuleBackend - Class in org.apache.royale.compiler.internal.driver.js.node
A concrete implementation of the IBackend API for Node.js modules.
NodeModuleBackend() - Constructor for class org.apache.royale.compiler.internal.driver.js.node.NodeModuleBackend
 
NodePublisher - Class in org.apache.royale.compiler.internal.codegen.js.node
 
NodePublisher(Configuration, RoyaleJSProject) - Constructor for class org.apache.royale.compiler.internal.codegen.js.node.NodePublisher
 
nodeToIndexMap - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
This keeps track of the entries in our temporary array of DeferredInstanceFromFunction objects that we CG to help with State override CG.
nodeToIndexMap - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
This keeps track of the entries in our temporary array of DeferredInstanceFromFunction objects that we CG to help with State override CG.
noLink - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
now() - Static method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
Number - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
numericLiteralEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
NumericLiteralEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
NumericLiteralEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.NumericLiteralEmitter
 

O

Object - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
ObjectDefinePropertyEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ObjectDefinePropertyEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ObjectDefinePropertyEmitter
 
objectLiteralValuePairEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
ObjectLiteralValuePairEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ObjectLiteralValuePairEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ObjectLiteralValuePairEmitter
 
org.apache.royale.compiler.asdoc.royale - package org.apache.royale.compiler.asdoc.royale
 
org.apache.royale.compiler.clients - package org.apache.royale.compiler.clients
 
org.apache.royale.compiler.codegen - package org.apache.royale.compiler.codegen
 
org.apache.royale.compiler.codegen.as - package org.apache.royale.compiler.codegen.as
 
org.apache.royale.compiler.codegen.js - package org.apache.royale.compiler.codegen.js
 
org.apache.royale.compiler.codegen.js.amd - package org.apache.royale.compiler.codegen.js.amd
 
org.apache.royale.compiler.codegen.js.goog - package org.apache.royale.compiler.codegen.js.goog
 
org.apache.royale.compiler.codegen.js.royale - package org.apache.royale.compiler.codegen.js.royale
 
org.apache.royale.compiler.codegen.mxml - package org.apache.royale.compiler.codegen.mxml
 
org.apache.royale.compiler.codegen.mxml.js - package org.apache.royale.compiler.codegen.mxml.js
 
org.apache.royale.compiler.codegen.mxml.royale - package org.apache.royale.compiler.codegen.mxml.royale
 
org.apache.royale.compiler.driver - package org.apache.royale.compiler.driver
 
org.apache.royale.compiler.driver.js - package org.apache.royale.compiler.driver.js
 
org.apache.royale.compiler.internal.codegen - package org.apache.royale.compiler.internal.codegen
 
org.apache.royale.compiler.internal.codegen.as - package org.apache.royale.compiler.internal.codegen.as
 
org.apache.royale.compiler.internal.codegen.js - package org.apache.royale.compiler.internal.codegen.js
 
org.apache.royale.compiler.internal.codegen.js.amd - package org.apache.royale.compiler.internal.codegen.js.amd
 
org.apache.royale.compiler.internal.codegen.js.goog - package org.apache.royale.compiler.internal.codegen.js.goog
 
org.apache.royale.compiler.internal.codegen.js.jsc - package org.apache.royale.compiler.internal.codegen.js.jsc
 
org.apache.royale.compiler.internal.codegen.js.jx - package org.apache.royale.compiler.internal.codegen.js.jx
 
org.apache.royale.compiler.internal.codegen.js.node - package org.apache.royale.compiler.internal.codegen.js.node
 
org.apache.royale.compiler.internal.codegen.js.royale - package org.apache.royale.compiler.internal.codegen.js.royale
 
org.apache.royale.compiler.internal.codegen.js.utils - package org.apache.royale.compiler.internal.codegen.js.utils
 
org.apache.royale.compiler.internal.codegen.mxml - package org.apache.royale.compiler.internal.codegen.mxml
 
org.apache.royale.compiler.internal.codegen.mxml.jsc - package org.apache.royale.compiler.internal.codegen.mxml.jsc
 
org.apache.royale.compiler.internal.codegen.mxml.royale - package org.apache.royale.compiler.internal.codegen.mxml.royale
 
org.apache.royale.compiler.internal.common - package org.apache.royale.compiler.internal.common
 
org.apache.royale.compiler.internal.driver.as - package org.apache.royale.compiler.internal.driver.as
 
org.apache.royale.compiler.internal.driver.js - package org.apache.royale.compiler.internal.driver.js
 
org.apache.royale.compiler.internal.driver.js.amd - package org.apache.royale.compiler.internal.driver.js.amd
 
org.apache.royale.compiler.internal.driver.js.goog - package org.apache.royale.compiler.internal.driver.js.goog
 
org.apache.royale.compiler.internal.driver.js.jsc - package org.apache.royale.compiler.internal.driver.js.jsc
 
org.apache.royale.compiler.internal.driver.js.node - package org.apache.royale.compiler.internal.driver.js.node
 
org.apache.royale.compiler.internal.driver.js.royale - package org.apache.royale.compiler.internal.driver.js.royale
 
org.apache.royale.compiler.internal.driver.mxml - package org.apache.royale.compiler.internal.driver.mxml
 
org.apache.royale.compiler.internal.driver.mxml.jsc - package org.apache.royale.compiler.internal.driver.mxml.jsc
 
org.apache.royale.compiler.internal.driver.mxml.royale - package org.apache.royale.compiler.internal.driver.mxml.royale
 
org.apache.royale.compiler.internal.graph - package org.apache.royale.compiler.internal.graph
 
org.apache.royale.compiler.internal.parsing.as - package org.apache.royale.compiler.internal.parsing.as
 
org.apache.royale.compiler.internal.projects - package org.apache.royale.compiler.internal.projects
 
org.apache.royale.compiler.internal.targets - package org.apache.royale.compiler.internal.targets
 
org.apache.royale.compiler.internal.visitor.as - package org.apache.royale.compiler.internal.visitor.as
 
org.apache.royale.compiler.internal.visitor.mxml - package org.apache.royale.compiler.internal.visitor.mxml
 
org.apache.royale.compiler.problems - package org.apache.royale.compiler.problems
 
org.apache.royale.compiler.targets - package org.apache.royale.compiler.targets
 
org.apache.royale.compiler.utils - package org.apache.royale.compiler.utils
 
org.apache.royale.compiler.visitor - package org.apache.royale.compiler.visitor
 
org.apache.royale.compiler.visitor.as - package org.apache.royale.compiler.visitor.as
 
org.apache.royale.compiler.visitor.mxml - package org.apache.royale.compiler.visitor.mxml
 
originalName - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
otherScanning(String) - Method in class org.apache.royale.compiler.internal.graph.GoogDepsWriter
 
otherScanning(String) - Method in class org.apache.royale.compiler.internal.graph.GoogDepsWriterCordova
 
output() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLScriptSpecifier
 
OUTPUT_TIMESTAMPS - Static variable in class org.apache.royale.compiler.internal.codegen.js.JSSharedData
 
outputClasses(File, RoyaleASDocProject) - Method in interface org.apache.royale.compiler.codegen.js.royale.IJSRoyaleASDocEmitter
Outputs the class list.
outputClasses(File, RoyaleASDocProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
outputClasses(File, RoyaleASDocProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
outputEventSpecifier(MXMLEventSpecifier, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleBasicMXMLDescriptorEmitter
 
outputFolder - Variable in class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
outputIndex(File, RoyaleASDocProject) - Method in interface org.apache.royale.compiler.codegen.js.royale.IJSRoyaleASDocEmitter
Outputs the index.
outputIndex(File, RoyaleASDocProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
outputIndex(File, RoyaleASDocProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
outputParentFolder - Variable in class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
outputTags(File, RoyaleASDocProject) - Method in interface org.apache.royale.compiler.codegen.js.royale.IJSRoyaleASDocEmitter
Outputs the set of asdoc tags.
outputTags(File, RoyaleASDocProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
outputTags(File, RoyaleASDocProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
overrideDefines(Map<String, String>) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 

P

PackageFooterEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
PackageFooterEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
packageFooterEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
PackageFooterEmitter.AccessorData - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
PackageFooterEmitter.MethodData - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
PackageFooterEmitter.ReflectionKind - Enum in org.apache.royale.compiler.internal.codegen.js.jx
 
PackageFooterEmitter.VariableData - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
PackageHeaderEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
PackageHeaderEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.PackageHeaderEmitter
 
parameterEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
ParameterEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ParameterEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ParameterEmitter
 
parameters - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
parametersEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
ParametersEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ParametersEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ParametersEmitter
 
parent - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
parseFloat - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
parseInt - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
paste(IASDocComment) - Method in class org.apache.royale.compiler.asdoc.royale.ASDocComment
 
popClass() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
postProcess(String) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
postProcess(String) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
postProcess(String) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
postProcess(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
postProcess(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
postProcess(String) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
postProcess(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
postProcess(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
postProcess(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
preventRename - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
primaryDefinitionQName - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
println(String) - Method in class org.apache.royale.compiler.clients.MXMLJSC
Print a message.
problems - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
problems - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
problems - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
problems - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
problems - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
problems - Variable in class org.apache.royale.compiler.internal.codegen.Emitter
 
problems - Variable in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
process(Node, Node, Set<String>) - Method in class com.google.javascript.jscomp.FindRoyaleMXMLPropertyNamesToKeep
 
process(Node, Node, Set<String>) - Method in class com.google.javascript.jscomp.GenerateRoyaleExports
 
process(Node, Node) - Method in class com.google.javascript.jscomp.KeepRoyalePropertyNames
 
processBindableSupport(IClassDefinition, ArrayList<String>) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
project - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
project - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
project - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
project - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
project - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
project - Variable in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
project - Variable in class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
project - Variable in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
project - Variable in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
project - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
projectConfigurator - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
projectConfigurator - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
projectConfigurator - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
projectConfigurator - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
projectConfigurator - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
propertyNames - Variable in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter
 
PropertyNodes() - Constructor for class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
propertySpecifiers - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLDescriptorSpecifier
 
publish(ProblemQuery) - Method in interface org.apache.royale.compiler.codegen.js.IJSPublisher
 
publish(ProblemQuery) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
publish(ProblemQuery) - Method in class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
publish(ProblemQuery) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleCordovaPublisher
 
publish(ProblemQuery) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
pushClass(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 

Q

qname - Variable in class org.apache.royale.compiler.internal.common.JSModuleRequireDescription
 
queueExports(ITypeDefinition, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.ExportWriter
 

R

readCode(File) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
registerDefaultXMLNamespace(FunctionScope, IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
registerImplicitBindableImplementation(IClassDefinition, JSSessionModel.ImplicitBindableImplementation) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
remoteClassAliasMap - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
removeASArgs(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
removeExcludedImports(List<String>) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
removeJSArgs(String[]) - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
removeLineFromMappings(int) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
Adjusts the line numbers saved in the source map when a line should be removed during post processing.
removeLineFromMappings(int) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
Adjusts the line numbers saved in the source map when a line should be removed during post processing.
removeLineFromSourceMap(SourceMapConsumerV3, String, int) - Static method in class org.apache.royale.compiler.utils.SourceMapUtils
 
report(CheckLevel, JSError) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
resolveClassDefinition(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
resolvedExport - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
resolveImports(ITypeDefinition) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
restoreBuiltinClasses() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
returnEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
ReturnEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ReturnEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ReturnEmitter
 
rootedCompilationUnits - Variable in class org.apache.royale.compiler.internal.targets.JSTarget
 
rootedCompilationUnits - Variable in class org.apache.royale.compiler.internal.targets.RoyaleSWCTarget
 
ROYALE_INTERMEDIATE_DIR_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
ROYALE_MULTI_CATCH_ERROR_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.TryEmitter
 
ROYALE_NOT_A_CONSTRUCTOR - Static variable in class com.google.javascript.jscomp.RoyaleDiagnosticGroups
Royale ItemRenderer Factories store the constructor in a variable resulting in this warning.
ROYALE_OUTPUT_DIR_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
ROYALE_RELEASE_DIR_NAME - Static variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
ROYALE_SUPER_CALL_TO_DIFFERENT_NAME - Static variable in class com.google.javascript.jscomp.RoyaleDiagnosticGroups
Royale code calls super.methodName from functions other than overrides of the methodName.
ROYALE_UNKNOWN_JSDOC_TYPE_NAME - Static variable in class com.google.javascript.jscomp.RoyaleDiagnosticGroups
Royale code won't always generate a goog.requires for types only used in JSDoc annotations, but the compiler complains.
RoyaleASDocDelegate - Class in org.apache.royale.compiler.internal.parsing.as
Default implementation of IASDocDelegate that does not have any code model or eclipse dependencies.
RoyaleASDocDelegate() - Constructor for class org.apache.royale.compiler.internal.parsing.as.RoyaleASDocDelegate
 
RoyaleASDocDelegate(Boolean) - Constructor for class org.apache.royale.compiler.internal.parsing.as.RoyaleASDocDelegate
Passing true as constructor argument allows for processing of comments, without returning the parsed comment for storage.
RoyaleASDocProject - Class in org.apache.royale.compiler.internal.projects
 
RoyaleASDocProject(Workspace, IBackend) - Constructor for class org.apache.royale.compiler.internal.projects.RoyaleASDocProject
Constructor
RoyaleASDocProject.ASDocRecord - Class in org.apache.royale.compiler.internal.projects
 
RoyaleBackend - Class in org.apache.royale.compiler.internal.driver.js.royale
 
RoyaleBackend() - Constructor for class org.apache.royale.compiler.internal.driver.js.royale.RoyaleBackend
 
RoyaleClosurePassConfig - Class in com.google.javascript.jscomp
Pass factories and meta-data for native JSCompiler passes.
RoyaleClosurePassConfig(CompilerOptions, String, File, Set<String>, Set<String>, boolean) - Constructor for class com.google.javascript.jscomp.RoyaleClosurePassConfig
 
RoyaleDiagnosticGroups - Class in com.google.javascript.jscomp
Custom DiagnosticGroups allow @suppress directives to disable certain warnings while letting other warnings in the group show.
RoyaleDiagnosticGroups() - Constructor for class com.google.javascript.jscomp.RoyaleDiagnosticGroups
 
RoyaleJSProject - Class in org.apache.royale.compiler.internal.projects
 
RoyaleJSProject(Workspace, IBackend) - Constructor for class org.apache.royale.compiler.internal.projects.RoyaleJSProject
Constructor
RoyaleJSTarget - Class in org.apache.royale.compiler.internal.targets
 
RoyaleJSTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Constructor for class org.apache.royale.compiler.internal.targets.RoyaleJSTarget
Initialize a JS target with the owner project and root compilation units.
RoyaleSWCTarget - Class in org.apache.royale.compiler.internal.targets
 
RoyaleSWCTarget(RoyaleJSProject, ITargetSettings, ITargetProgressMonitor) - Constructor for class org.apache.royale.compiler.internal.targets.RoyaleSWCTarget
Initialize a JS target with the owner project and root compilation units.
RoyaleToolGroup - Class in org.apache.royale.compiler.clients
 
RoyaleToolGroup() - Constructor for class org.apache.royale.compiler.clients.RoyaleToolGroup
 
run(String[]) - Static method in class org.apache.royale.compiler.utils.JSClosureCompilerUtil
 

S

sdkJSLib - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
sdkJSLib - Variable in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
SelfReferenceEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
SelfReferenceEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.SelfReferenceEmitter
 
setAfter(IASNodeStrategy) - Method in class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
Sets the after handler.
setAllowDynamicBindings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setASStrategy(IASNodeStrategy) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
setBefore(IASNodeStrategy) - Method in class org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy
Sets the before handler.
setBufferWrite(boolean) - Method in interface org.apache.royale.compiler.codegen.IDocEmitter
 
setBufferWrite(boolean) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
setBufferWrite(boolean) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
setBufferWrite(boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
setBufferWrite(boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleASDocEmitter
 
setBufferWrite(boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
setBuilder(StringBuilder) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
setClassIgnoreList(List<String>) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleDocEmitter
 
setClosureLib(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setClosureLib(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setClosurePropertyNamesToKeep(Set<String>) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogPublisher
 
setClosurePropertyNamesToKeep(Set<String>) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
setClosureSymbolNamesToExport(Set<String>) - Method in interface org.apache.royale.compiler.codegen.js.goog.IJSGoogPublisher
 
setClosureSymbolNamesToExport(Set<String>) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
setCompilerBindingValueChangeEventType(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setCompilerBindingValueChangeEventType(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setCompilerJsExternalLibraryPath(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setCompilerJsLibraryPath(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.clients.JSConfiguration
Links SWC files to the resulting application SWF file.
setCompilerJsNamespacesNamespace(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.clients.JSConfiguration
Configures a list of many manifests mapped to a single namespace URI.
setCompilerKeepCodeWithMetadata(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setCompilerKeepCodeWithMetadata(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setCompilerMxmlChildrenAsData(ConfigurationValue, Boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setCompilerMxmlChildrenAsData(ConfigurationValue, Boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setCompilerTargets(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.clients.JSConfiguration
The list of compiler outputs to generate
setCurrentClass(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
setDocEmitter(IDocEmitter) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
setDocEmitter(IDocEmitter) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
setEmittingHoistedNodes(IFunctionNode, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
setExportInternalSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setExportInternalSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setExportProtectedSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setExportProtectedSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setExportPublicSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setExportPublicSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setExternalJSLib(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setExternalJSLib(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setExternsReport(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
Prints externs information to the specified output file.
setExtraSymbolNamesToExport(Set<String>) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
setHandler(IASNodeStrategy) - Method in class org.apache.royale.compiler.internal.visitor.as.ASNodeHandler
Sets the IASNode handler strategy.
setHtmlOutputFileName(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
Specify the name of the HTML file that goes in the output folder.
setHtmlOutputFileName(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
Specify the name of the HTML file that goes in the output folder.
setHtmlTemplate(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
Specify an HTML template with tokens to replace with application-specific values.
setHtmlTemplate(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
Specify an HTML template with tokens to replace with application-specific values.
setInlineConstants(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setInlineConstants(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setJsCompilerDefine(ConfigurationValue, String, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setJSCompilerOptions(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setJSCompilerOptions(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setJsComplexImplicitCoercions(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.clients.JSConfiguration
Support for including/avoiding more complex implicit assignment coercions example var array:Array = [new MyClass()]; var myOtherClass:MyOtherClass = array[0]; In the above example, the compiler will (by default) output an implicit coercion that is equivalent in actionscript to: var myOtherClass:MyOtherClass = MyOtherClass(array[0]); By setting this configuration option to false, the implicit coercion code in situations similar to the above is not generated (other primitive implicit coercions, such as int/uint/Number/String and Boolean coercions remain) This is a global setting for the current source code being compiled, it is possible to leave it on and specifically avoid it via doc settings.
setJsDefaultInitializers(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setJsDynamicAccessUnknownMembers(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.clients.JSConfiguration
If the definition of a member cannot be resolved, emit dynamic access instead of normal member access.
setJsGetterPrefix(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setJsGetterPrefix(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setJsLoadConfig(ConfigurationValue, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
Placeholder.
setJsOutput(ConfigurationValue, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setJSOutputOptimizations(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setJSOutputOptimizations(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setJSOutputType(ConfigurationValue, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setJsResolveUncertain(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.clients.JSConfiguration
Support for avoiding more overhead of resolving instantiations from unknown constructors example var myClass:Class = String; var myString:* = new myClass("test"); In the above example, the compiler will (by default) output a call to a Language.resolveUncertain method which wraps the 'new myClass("test")' This normalizes the return value for some primitive constructors, so that (for example) strict equality and inequality operators provide the same results between compiler targets.
setJsSetterPrefix(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setJsSetterPrefix(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setJsVectorEmulationClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
The class to use instead of default Vector implementation for handling Vector.
setJsVectorIndexChecks(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.clients.JSConfiguration
Support for avoiding more overhead of adding checks into assignments via Vector index access example var myVector:Vector. = new Vector.(); myVector[0] = 42; In the above example, the compiler will (by default) wrap the '0' inside myVector[0] with a method call on the vector instance that checks to see if the index is valid for the Vector it is being used against This check will throw an error if the index is out of range, and the range checking differs if the Vector is 'fixed' or non-'fixed' In situations where it is certain that the index will always be valid for Vector instance being targeted, or where all cases in a given codebase are certain to be valid, it is possible to avoid the overhead of this check.
setJsxFactory(ConfigurationValue, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
Customize the factory to use for JSX.
setKeepASDoc(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setKeepASDoc(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setMarmotinni(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setMarmotinni(ConfigurationValue, String) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setModuleOutput(ConfigurationValue, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setMxmlReflectObjectProperty(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setMXMLStrategy(IASNodeStrategy) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
setMXMLWalker(IBlockWalker) - Method in interface org.apache.royale.compiler.codegen.mxml.IMXMLEmitter
 
setMXMLWalker(IBlockWalker) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
setOptions(String, boolean, boolean, String) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
setOriginalPath(String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
setParentEmitter(IEmitter) - Method in interface org.apache.royale.compiler.codegen.INestingEmitter
 
setParentEmitter(IEmitter) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
setPreventRenameInternalInstanceAccessors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameInternalInstanceMethods(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameInternalInstanceVariables(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameInternalStaticAccessors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameInternalStaticMethods(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameInternalStaticVariables(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameInternalSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameMxmlSymbolReferences(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameMxmlSymbolReferences(boolean) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
setPreventRenameProtectedInstanceAccessors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameProtectedInstanceMethods(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameProtectedInstanceVariables(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameProtectedStaticAccessors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameProtectedStaticMethods(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameProtectedStaticVariables(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenameProtectedSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenamePublicInstanceAccessors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenamePublicInstanceMethods(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenamePublicInstanceVariables(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenamePublicStaticAccessors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenamePublicStaticMethods(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenamePublicStaticVariables(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPreventRenamePublicSymbols(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setPropertyMap(CompilerOptions, VariableMap) - Static method in class com.google.javascript.jscomp.CompilerMapFetcher
 
setPropertyNamesToKeep(Set<String>) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
setRemoveCirculars(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setRemoveCirculars(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setSDKJSLib(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setSDKJSLib(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setSkipTranspile(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setSkipTranspile(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setSourceMap(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setSourceMap(boolean) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
setSourceMapSourceRoot(ConfigurationValue, String) - Method in class org.apache.royale.compiler.clients.JSConfiguration
 
setStrategy(IASNodeStrategy) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
setStrictPublish(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setStrictPublish(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
setTargetSettings(ITargetSettings) - Method in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
setter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
setTypedPercent(double) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
setupOutputFolder() - Method in class org.apache.royale.compiler.internal.codegen.js.JSPublisher
 
setupOutputFolder() - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
In case of release builds, we also need the 'js-release' directory created.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSC
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Mxmlc uses target file as the main compilation unit and derive the output SWF file name from this file.
setupWatcher() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
 
setupWatcher() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
 
setupWatcher() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
setupWatcher() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
setupWatcher() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
setupWatcher() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
setVariableMap(CompilerOptions, VariableMap) - Static method in class com.google.javascript.jscomp.CompilerMapFetcher
 
setVerbose(boolean) - Method in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
setWalker(IBlockWalker) - Method in interface org.apache.royale.compiler.codegen.as.IASEmitter
 
setWalker(IBlockWalker) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
setWalker(IASBlockWalker) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
setWarnPublicVars(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogCompcConfiguration
 
setWarnPublicVars(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.internal.driver.js.goog.JSGoogConfiguration
 
shouldExcludeImport(String) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
skipXsl() - Method in class org.apache.royale.compiler.internal.driver.js.goog.ASDocConfiguration
 
sourceExterns - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
sourceMapConsumerToGenerator(SourceMapConsumerV3) - Static method in class org.apache.royale.compiler.utils.SourceMapUtils
 
sourceMapConsumerToGeneratorWithRemappedSourceRoot(SourceMapConsumerV3, String, String) - Static method in class org.apache.royale.compiler.utils.SourceMapUtils
 
sourceMapConsumerToString(SourceMapConsumerV3, String) - Static method in class org.apache.royale.compiler.utils.SourceMapUtils
 
sourceMapDirectiveEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
SourceMapDirectiveEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
SourceMapDirectiveEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.SourceMapDirectiveEmitter
 
sourceMapGeneratorToConsumer(SourceMapGeneratorV3, String) - Static method in class org.apache.royale.compiler.utils.SourceMapUtils
 
sourceMapGeneratorToString(SourceMapGeneratorV3, String) - Static method in class org.apache.royale.compiler.utils.SourceMapUtils
 
SourceMapMapping() - Constructor for class org.apache.royale.compiler.codegen.js.IMappingEmitter.SourceMapMapping
 
SourceMapUtils - Class in org.apache.royale.compiler.utils
 
SourceMapUtils() - Constructor for class org.apache.royale.compiler.utils.SourceMapUtils
 
sourcePath - Variable in class org.apache.royale.compiler.codegen.js.IMappingEmitter.SourceMapMapping
 
sourceStartPosition - Variable in class org.apache.royale.compiler.codegen.js.IMappingEmitter.SourceMapMapping
 
startBuildAsync(ITarget.TargetType) - Method in class org.apache.royale.compiler.internal.driver.js.JSCompilationUnit
 
startMapping(ISourceLocation) - Method in interface org.apache.royale.compiler.codegen.js.IMappingEmitter
Adds a node to the source map.
startMapping(ISourceLocation, int, int) - Method in interface org.apache.royale.compiler.codegen.js.IMappingEmitter
Adds a node to the source map using custom line and column values, instead of the node's own line and column.
startMapping(ISourceLocation, ISourceLocation) - Method in interface org.apache.royale.compiler.codegen.js.IMappingEmitter
Adds a node to the source map after a particular node instead using the node's own line and column.
startMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
startMapping(ISourceLocation, int, int) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
startMapping(ISourceLocation, ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
startMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
startMapping(ISourceLocation, int, int) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
startMapping(ISourceLocation, ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
startMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
startMapping(ISourceLocation, int, int) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
startMapping(ISourceLocation, ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
startMapping(ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
startMapping(ISourceLocation, int, int) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
startMapping(ISourceLocation, ISourceLocation) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitter
 
statementEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
StatementEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
StatementEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.StatementEmitter
 
STATIC_DISPATCHER_GETTER - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.ASDOCJSC
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.COMPJSC
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.COMPJSCNative
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.COMPJSCRoyale
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSC
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCNative
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCNode
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Entry point for the <compc> Ant task.
staticMainNoExit(String[]) - Static method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Entry point for the <compc> Ant task.
staticUsedNames - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
String - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
stringifyDefineProperties(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
stringifyNode(IASNode) - Method in interface org.apache.royale.compiler.codegen.IEmitter
Takes the node argument and created a String representation if it using the buffer temporarily.
stringifyNode(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
stringifyNode(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
Takes the node argument and created a String representation if it using the buffer temporarily.
stringifyNode(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
super_emitObjectDefineProperty(IAccessorNode) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.ObjectDefinePropertyEmitter
 
super_emitSuperCall(IASNode, String) - Method in class org.apache.royale.compiler.internal.codegen.js.jx.SuperCallEmitter
 
SUPER_FUNCTION_CALL - Static variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
SuperCallEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
SuperCallEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.SuperCallEmitter
 
suppressedExportNodes - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
suppressExport - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
suppressExports - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
swcExterns - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
switchEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
SwitchEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
SwitchEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.SwitchEmitter
 

T

tags - Variable in class org.apache.royale.compiler.internal.projects.RoyaleASDocProject
 
target - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
target - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
target - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
target - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
target - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
targetFilePath - Variable in class org.apache.royale.compiler.utils.JSClosureCompilerWrapper
 
targets - Variable in class org.apache.royale.compiler.clients.JSConfiguration
 
targetSettings - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
targetSettings - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
targetSettings - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
targetSettings - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
targetSettings - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
TempTools - Class in org.apache.royale.compiler.internal.codegen.js.amd
These tools need to be refactored into utility classes.
TempTools() - Constructor for class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
ternaryOperatorEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
TernaryOperatorEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
TernaryOperatorEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.TernaryOperatorEmitter
 
throwEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
ThrowEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
ThrowEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.ThrowEmitter
 
toBaseName(String) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
toInitialValue(IVariableDefinition, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
tokenText - Variable in class org.apache.royale.compiler.problems.UnsupportedLanguageFeatureProblem
 
toPackageName(String) - Static method in class org.apache.royale.compiler.internal.codegen.js.amd.TempTools
 
toString() - Method in class org.apache.royale.compiler.internal.codegen.as.ASFilterWriter
 
toString() - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JarSourceFile
 
toString() - Method in class org.apache.royale.compiler.internal.codegen.js.JSFilterWriter
 
trace - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
tryEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
TryEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
TryEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.TryEmitter
 
type - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.BindableVarInfo
 
type - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
type - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
type - Variable in class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.VariableData
 
type - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLEventSpecifier
 

U

uint - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
unaryOperatorEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
UnaryOperatorEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
UnaryOperatorEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
unescape - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
unitTestExterns - Variable in class org.apache.royale.compiler.internal.projects.RoyaleJSProject
 
unregisterImplicitBindableImplementation(IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel
 
UnsupportedLanguageFeatureProblem - Class in org.apache.royale.compiler.problems
 
UnsupportedLanguageFeatureProblem(ISourceLocation, String) - Constructor for class org.apache.royale.compiler.problems.UnsupportedLanguageFeatureProblem
 
uri - Variable in class org.apache.royale.compiler.internal.codegen.js.JSSessionModel.PropertyNodes
 
usedNames - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 

V

validateTargetFile() - Method in class org.apache.royale.compiler.clients.ASDOCJSC
Validate target file.
validateTargetFile() - Method in class org.apache.royale.compiler.clients.COMPJSCNative
Validate target file.
validateTargetFile() - Method in class org.apache.royale.compiler.clients.COMPJSCRoyale
Validate target file.
validateTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Validate target file.
validateTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Validate target file.
validateTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Validate target file.
validateTargetFile() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Validate target file.
value - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLNodeSpecifier
 
VALUECHANGE_EVENT - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
VALUECHANGE_EVENT_QNAME - Static variable in class org.apache.royale.compiler.internal.codegen.js.jx.BindableEmitter
 
valueNeedsQuotes - Variable in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLNodeSpecifier
 
valueOf(String) - Static method in enum org.apache.royale.compiler.clients.MXMLJSC.JSOutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.clients.MXMLJSC.JSTargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.codegen.IASGlobalFunctionConstants.BuiltinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.as.ASEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.JSDocEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.JSEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.JSSessionModel.ImplicitBindableImplementation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesGetters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesSetters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.ReflectionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.node.NodeEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitterTokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.utils.NativeUtils.NativeASType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.utils.NativeUtils.NativeJSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.utils.NativeUtils.SyntheticJSType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.royale.compiler.clients.MXMLJSC.JSOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.clients.MXMLJSC.JSTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.codegen.IASGlobalFunctionConstants.BuiltinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.as.ASEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.amd.JSAMDEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.goog.JSGoogDocEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.JSDocEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.JSEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.JSSessionModel.ImplicitBindableImplementation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesGetters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.DatePropertiesSetters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.ReflectionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.node.NodeEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleEmitterTokens
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.utils.NativeUtils.NativeASType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.utils.NativeUtils.NativeJSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.compiler.utils.NativeUtils.SyntheticJSType
Returns an array containing the constants of this enum type, in the order they are declared.
VarDeclarationEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
Local variable in a function.
VarDeclarationEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.VarDeclarationEmitter
 
varDeclarationEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
VariableData() - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.PackageFooterEmitter.VariableData
 
Vector - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.FindRoyaleMXMLPropertyNamesToKeep
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.GenerateRoyaleExports
 
visitArray(IMXMLArrayNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitArray(IMXMLArrayNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitAsOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitAsOperator(IBinaryOperatorNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitBinaryOperator(IBinaryOperatorNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitBinding(IMXMLBindingNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitBinding(IMXMLBindingNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitBlock(IBlockNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitBlock(IBlockNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitBoolean(IMXMLBooleanNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitBoolean(IMXMLBooleanNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitCatch(ICatchNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitCatch(ICatchNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitClass(IClassNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitClass(IClassNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitClassDefinition(IMXMLClassDefinitionNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitClassDefinition(IMXMLClassDefinitionNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitCompilationUnit(ICompilationUnit) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitCompilationUnit(ICompilationUnit) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitCompilationUnit(ICompilationUnit) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitCompilationUnit(ICompilationUnit) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitComponent(IMXMLComponentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitComponent(IMXMLComponentNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitContainer(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitContainer(IContainerNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitDatabinding(IMXMLDataBindingNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitDatabinding(IMXMLDataBindingNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitDeclarations(IMXMLDeclarationsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitDeclarations(IMXMLDeclarationsNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitDefaultXMLNamespace(IDefaultXMLNamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitDefaultXMLNamespace(IDefaultXMLNamespaceNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitDeferredInstance(IMXMLDeferredInstanceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitDeferredInstance(IMXMLDeferredInstanceNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitDocument(IMXMLDocumentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitDocument(IMXMLDocumentNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleBlockWalker
 
visitDocument(IMXMLDocumentNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitDynamicAccess(IDynamicAccessNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitDynamicAccess(IDynamicAccessNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitE4XFilter(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitE4XFilter(IMemberAccessExpressionNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitEmbed(IEmbedNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitEmbed(IMXMLEmbedNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitEmbed(IEmbedNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitEmbed(IMXMLEmbedNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitEventSpecifier(IMXMLEventSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitEventSpecifier(IMXMLEventSpecifierNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitExpression(IExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitExpression(IExpressionNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitFactory(IMXMLFactoryNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitFactory(IMXMLFactoryNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitFile(IFileNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitFile(IMXMLFileNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitFile(IMXMLFileNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleBlockWalker
 
visitFile(IFileNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitFile(IMXMLFileNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitFor(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitForBody(IContainerNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
visitForEach(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitForLoop(IForLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitForLoop(IForLoopNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitFunction(IFunctionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitFunction(IFunctionNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitFunctionCall(IFunctionCallNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitFunctionCall(IFunctionCallNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitFunctionObject(IFunctionObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitFunctionObject(IFunctionObjectNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitGetter(IGetterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitGetter(IGetterNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitIdentifier(IIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitIdentifier(IIdentifierNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitIf(IIfNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitIf(IIfNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitImplements(IMXMLImplementsNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitImplements(IMXMLImplementsNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitImport(IImportNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitImport(IImportNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitInstance(IMXMLInstanceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitInstance(IMXMLInstanceNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitInt(IMXMLIntNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitInt(IMXMLIntNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitInterface(IInterfaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitInterface(IInterfaceNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitIsOperator(IBinaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitIsOperator(IBinaryOperatorNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitIterationFlow(IIterationFlowNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitIterationFlow(IIterationFlowNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitKeyword(IKeywordNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitKeyword(IKeywordNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitLabeledStatement(LabeledStatementNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitLabeledStatement(LabeledStatementNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitLanguageIdentifierNode(ILanguageIdentifierNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitLanguageIdentifierNode(ILanguageIdentifierNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitLiteral(ILiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitLiteral(IMXMLLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitLiteral(ILiteralNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitLiteral(IMXMLLiteralNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitMemberAccessExpression(IMemberAccessExpressionNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitMetadata(IMXMLMetadataNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitMetadata(IMXMLMetadataNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitMetaTag(IMetaTagNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitMetaTag(IMetaTagNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitMetaTags(IMetaTagsNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitMetaTags(IMetaTagsNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitMXMLClass(IMXMLClassNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitMXMLClass(IMXMLClassNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitNamespace(INamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitNamespace(INamespaceNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitNumber(IMXMLNumberNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitNumber(IMXMLNumberNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitNumericLiteral(INumericLiteralNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitNumericLiteral(INumericLiteralNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitObject(IMXMLObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitObject(IMXMLObjectNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitPackage(IPackageNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitPackage(IPackageNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitParameter(IParameterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitParameter(IParameterNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitRemoteObject(IMXMLRemoteObjectNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitRemoteObject(IMXMLRemoteObjectNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitRemoteObjectMethod(IMXMLRemoteObjectMethodNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitRemoteObjectMethod(IMXMLRemoteObjectMethodNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitReturn(IReturnNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitReturn(IReturnNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitScript(IMXMLScriptNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitScript(IMXMLScriptNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitSetter(ISetterNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitSetter(ISetterNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitString(IMXMLStringNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitString(IMXMLStringNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitStyleBlock(IMXMLStyleNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitStyleBlock(IMXMLStyleNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyaleBlockWalker
 
visitStyleBlock(IMXMLStyleNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitSwitch(ISwitchNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitSwitch(ISwitchNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitTerminal(ITerminalNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitTerminal(ITerminalNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitTernaryOperator(ITernaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitTernaryOperator(ITernaryOperatorNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitThrow(IThrowNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitThrow(IThrowNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitTry(ITryNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitTry(ITryNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitTypedExpression(ITypedExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitTypedExpression(ITypedExpressionNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitUint(IMXMLUintNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitUint(IMXMLUintNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitUnaryOperator(IUnaryOperatorNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitUseNamespace(IUseNamespaceNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitUseNamespace(IUseNamespaceNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitVariable(IVariableNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitVariable(IVariableNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitVariableExpression(IVariableExpressionNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitVariableExpression(IVariableExpressionNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitVector(IMXMLVectorNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitVector(IMXMLVectorNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitWebService(IMXMLWebServiceNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitWebService(IMXMLWebServiceNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitWebServiceMethod(IMXMLWebServiceOperationNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
visitWebServiceMethod(IMXMLWebServiceOperationNode) - Method in interface org.apache.royale.compiler.visitor.mxml.IMXMLBlockVisitor
 
visitWhileLoop(IWhileLoopNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitWhileLoop(IWhileLoopNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 
visitWith(IWithNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
visitWith(IWithNode) - Method in interface org.apache.royale.compiler.visitor.as.IASBlockVisitor
 

W

waitAndClose() - Method in class org.apache.royale.compiler.clients.MXMLJSC
Wait till the workspace to finish compilation and close.
waitAndClose() - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
Wait till the workspace to finish compilation and close.
waitAndClose() - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
Wait till the workspace to finish compilation and close.
waitAndClose() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
Wait till the workspace to finish compilation and close.
waitAndClose() - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
Wait till the workspace to finish compilation and close.
waitForBuildFinish(Collection<ICompilerProblem>, ITarget.TargetType) - Method in class org.apache.royale.compiler.internal.driver.js.JSCompilationUnit
 
walk(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.as.ASBlockWalker
 
walk(IASNode) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLBlockWalker
 
walk(IASNode) - Method in interface org.apache.royale.compiler.visitor.IBlockWalker
Traverses an IASNode based on the semantics of the known node.
walker - Variable in class org.apache.royale.compiler.internal.codegen.mxml.MXMLEmitter
 
whileLoopEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
WhileLoopEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
WhileLoopEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.WhileLoopEmitter
 
withEmitter - Variable in class org.apache.royale.compiler.internal.codegen.js.JSEmitter
 
WithEmitter - Class in org.apache.royale.compiler.internal.codegen.js.jx
 
WithEmitter(IJSEmitter) - Constructor for class org.apache.royale.compiler.internal.codegen.js.jx.WithEmitter
 
workspace - Variable in class org.apache.royale.compiler.clients.MXMLJSC
 
workspace - Variable in class org.apache.royale.compiler.clients.MXMLJSCNative
 
workspace - Variable in class org.apache.royale.compiler.clients.MXMLJSCNode
 
workspace - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
workspace - Variable in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
wrapSimpleStringCoercion(NodeBase) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
wrapXMLListStringCoercion(NodeBase) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
write(IEmitterTokens) - Method in interface org.apache.royale.compiler.codegen.IEmitter
Writes a string to the writer.
write(String) - Method in interface org.apache.royale.compiler.codegen.IEmitter
 
write(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
write(String) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
write(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
write(String) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
write(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
write(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
write(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
write(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
write(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
write(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
writeAPIProperties(IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
writeASDoc(ASDocComment) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
writeASDoc(ASDocComment, RoyaleASDocProject) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
writeBlockClose() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeBlockOpen() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeCommentaryFile(BufferedWriter, String, ASDocComment) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
writeCompilationUnit(ICompilationUnit, File) - Method in class org.apache.royale.compiler.clients.MXMLJSCNative
 
writeCompilationUnit(ICompilationUnit, File) - Method in class org.apache.royale.compiler.clients.MXMLJSCNode
 
writeCompilationUnit(ICompilationUnit, File) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyale
 
writeCompilationUnit(ICompilationUnit, File) - Method in class org.apache.royale.compiler.clients.MXMLJSCRoyaleCordova
 
writeDefinitionAttributes(IDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
writeDelimiter(boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleBasicMXMLDescriptorEmitter
 
writeE4xFilterNode(ICompilerProject, JSSessionModel, IExpressionNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
writeEventTagNode(IMetaTagNode, IClassDefinition) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
writeEventTagNode(IMetaTagNode) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
writeExports(ITypeDefinition, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.amd.ExportWriter
 
writeFile(File, String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
writeHTML(String, String, String) - Method in class org.apache.royale.compiler.internal.codegen.js.goog.JSGoogPublisher
 
writeHTML(String, String, String, File, String, List<String>) - Method in class org.apache.royale.compiler.internal.codegen.js.jsc.JSCPublisher
 
writeHTML(String, String, String, File, String, List<String>) - Method in class org.apache.royale.compiler.internal.codegen.js.node.NodePublisher
 
writeHTML(String, String, String, File, String, List<String>) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
writeIndent() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeIndent() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocDITAEmitter
 
writeIndent() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleASDocEmitter
 
writeIndent() - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter
 
writeNewline() - Method in interface org.apache.royale.compiler.codegen.IEmitter
Writes newline character(s)
writeNewline(IEmitterTokens) - Method in interface org.apache.royale.compiler.codegen.IEmitter
Writes the value and then a newline which will automatically have the indent applied after the \n character.
writeNewline(String) - Method in interface org.apache.royale.compiler.codegen.IEmitter
 
writeNewline(IEmitterTokens, boolean) - Method in interface org.apache.royale.compiler.codegen.IEmitter
Writes the value after a push or pop of the indent.
writeNewline(String, boolean) - Method in interface org.apache.royale.compiler.codegen.IEmitter
 
writeNewline() - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeNewline(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeNewline(String) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeNewline(IEmitterTokens, boolean) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeNewline(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeNewline() - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeNewline(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeNewline(String) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeNewline(IEmitterTokens, boolean) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeNewline(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeNewline() - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeNewline(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeNewline(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeNewline(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeNewline(IEmitterTokens, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeNewline() - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
writeNewline(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
writeNewline(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
writeNewline(IEmitterTokens, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
writeNewline(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
writeNewline() - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
writeNewline(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
writeNewline(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
writeNewline(IEmitterTokens, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
writeNewline(String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
writeSimpleDescriptor(String, String, String, boolean) - Method in class org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleBasicMXMLDescriptorEmitter
 
writeSWF(OutputStream) - Method in class org.apache.royale.compiler.clients.MXMLJSC
 
writeSymbol(String) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeSymbol(String) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeTemplate(File, String, String, String, File, String, List<String>) - Method in class org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher
 
writeThis(ICompilerProject, JSSessionModel, IIdentifierNode) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 
writeTo(OutputStream) - Method in interface org.apache.royale.compiler.codegen.as.IASWriter
Start writing to output stream.
writeTo(File) - Method in interface org.apache.royale.compiler.codegen.as.IASWriter
Start writing to a file.
writeTo(OutputStream, OutputStream, File) - Method in interface org.apache.royale.compiler.codegen.js.IJSWriter
Write JS file and source map.
writeTo(OutputStream) - Method in class org.apache.royale.compiler.internal.codegen.as.ASWriter
 
writeTo(File) - Method in class org.apache.royale.compiler.internal.codegen.as.ASWriter
 
writeTo(OutputStream) - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
writeTo(File) - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
writeTo(OutputStream, OutputStream, File) - Method in class org.apache.royale.compiler.internal.codegen.js.JSWriter
 
writeTo(OutputStream, OutputStream, File) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLWriter
 
writeToken(IEmitterTokens) - Method in interface org.apache.royale.compiler.codegen.IEmitter
Writes a ASEmitterTokens character to the buffer and appends a space after automatically.
writeToken(String) - Method in interface org.apache.royale.compiler.codegen.IEmitter
 
writeToken(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeToken(String) - Method in class org.apache.royale.compiler.internal.codegen.as.ASEmitter
 
writeToken(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeToken(String) - Method in class org.apache.royale.compiler.internal.codegen.Emitter
 
writeToken(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeToken(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSDocEmitter
 
writeToken(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
writeToken(String) - Method in class org.apache.royale.compiler.internal.codegen.js.JSSubEmitter
 
writeToken(IEmitterTokens) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 
writeToken(String) - Method in class org.apache.royale.compiler.internal.codegen.mxml.MXMLSubEmitter
 

X

XML - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
XMLList - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
xmlRequiresNullCheck(NodeBase, ICompilerProject) - Static method in class org.apache.royale.compiler.internal.codegen.js.utils.EmitterUtils
 

_

_int - Static variable in interface org.apache.royale.compiler.codegen.IASGlobalFunctionConstants
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2023 The Apache Software Foundation. All rights reserved.