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

A

ABCConstants - Class in org.apache.royale.abc
ABCConstants contains manifest constants for the various codes and flags in an ABC file.
ABCConstants() - Constructor for class org.apache.royale.abc.ABCConstants
 
absolute - Variable in class org.apache.royale.compiler.internal.parsing.as.OffsetCue
Absolute offset.
ABSTRACT - Static variable in class org.apache.royale.compiler.common.ASModifier
Represents the abstract modifier.
ABSTRACT - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
AbstractDeprecatedAPIProblem - Class in org.apache.royale.compiler.problems
Abstract problem for all of the deprecated API problems.
AbstractDeprecatedAPIProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.AbstractDeprecatedAPIProblem
 
AbstractSemanticProblem - Class in org.apache.royale.compiler.problems
Abstract superclass of SemanticProblem and SemanticWarning; used to filter semantic errors and warnings out of the problem stream as necessary.
AbstractSemanticProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.AbstractSemanticProblem
 
AbstractSemanticProblem(IDefinition) - Constructor for class org.apache.royale.compiler.problems.AbstractSemanticProblem
 
AbstractSemanticProblem(String) - Constructor for class org.apache.royale.compiler.problems.AbstractSemanticProblem
 
accept(ICompilerProblem) - Method in class org.apache.royale.compiler.clients.problems.CodeGenErrorFilter
 
accept(ICompilerProblem) - Method in interface org.apache.royale.compiler.clients.problems.IProblemFilter
Determines if the specified ICompilerProblem passes the filter.
accept(ICompilerProblem) - Method in class org.apache.royale.compiler.clients.problems.ProblemFilterClassCriteria
 
accept(ICompilerProblem) - Method in class org.apache.royale.compiler.clients.problems.ProblemSettingsFilter
 
accept(ICompilerProblem) - Method in class org.apache.royale.compiler.problems.collections.CompositeProblemFilter
 
accessible - Static variable in class org.apache.royale.utils.Trace
 
add(ICompilerProblem) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Add a single problem to the problems collection.
add(DependencyType) - Method in class org.apache.royale.compiler.common.DependencyTypeSet
Adds a dependency type to the set.
add(String, String) - Method in class org.apache.royale.compiler.common.MutablePrefixMap
Add a prefix and its uri to the map.
add(String, String, boolean) - Method in class org.apache.royale.compiler.common.MutablePrefixMap
Adds a prefix and uri to this namespace map.
ADD_EVENT_LISTENER_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ADD_LAYER_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
addAlias(String, String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
addAll(ICompilerProblem[]) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Add an array of compiler problems to the problems collection.
addAll(Iterable<ICompilerProblem>) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Add a collection of compiler problems to the problems collection.
addAll(DependencyTypeSet) - Method in class org.apache.royale.compiler.common.DependencyTypeSet
Adds the dependencies in another set to this set.
addAll(PrefixMap, boolean) - Method in class org.apache.royale.compiler.common.MutablePrefixMap
Adds all information from one PrefixMap to another
addAll(PrefixMap) - Method in class org.apache.royale.compiler.common.MutablePrefixMap
Adds all information from one PrefixMap to another
addASMetadataNames(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Adds the list of AS3 metadata names to the existing list of AS3 metadata the compiler should keep in the SWF.
addAttribute(ICompilerProject, ISourceLocation, String, String, Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.embedding.IEmbedData
Add an attribute
AddChild - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
addConfiguration(File) - Method in class org.apache.royale.compiler.config.Configurator
Adds a file to the existing list of configuration files.
addDefinition(String) - Method in interface org.apache.royale.swc.ISWCScript
Add a definition to the script.
addDependency(String, DependencyType) - Method in interface org.apache.royale.swc.ISWCScript
Add a dependency to the script.
addDigest(ISWCDigest) - Method in interface org.apache.royale.swc.ISWCLibrary
Add an ISWCDigest to the library.
addExport(ICharacterTag, String) - Method in class org.apache.royale.swf.tags.ExportAssetsTag
Export character tag with the given name.
addExtensionLibraries(File, List<String>) - Method in class org.apache.royale.compiler.config.Configurator
 
addExternalLibraryPath(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Adds to the existing list of SWC files.
addExternalLibraryPath(Collection<File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Adds to the existing list of SWC files.
addExterns(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of definitions to the existing list of definitions.
addFrame(SWFFrame) - Method in interface org.apache.royale.swf.ISWF
Add a frame.
addIncludeResourceBundles(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of resource bundles to the existing list.
addIncludes(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of definitions to the existing list of definitions.
addInvalidationListener(IInvalidationListener) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Adds a IInvalidationListener on the workspace.
AddItems - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
addLibraryPath(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of SWC files or directories to the default library path.
addLoadExterns(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of files to the existing list of definitions to be omitted from linking.
addLocales(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
 
addLocales(Collection<String>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Add to the existing list of locales without overriding and locales settings in configuration files.
addLocalizer(ILocalizer) - Method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
addModifier(ASModifier) - Method in class org.apache.royale.compiler.common.ModifiersSet
Add another modifier keyword to the collection (and adjust the span accordingly)
addModifier(IModifierNode) - Method in class org.apache.royale.compiler.common.ModifiersSet
Add another modifier keyword to the collection (and adjust the span accordingly)
addNamespaceMappings(Collection<IMXMLNamespaceMapping>) - Method in class org.apache.royale.compiler.config.Configurator
 
addNamespaceMappings(Collection<IMXMLNamespaceMapping>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Adds to the existing list of namespace mappings.
addNameToKeepAS3MetadataSet(String) - Method in interface org.apache.royale.swc.ISWCLibrary
Adds a metadata name to appear in the <keep-as3-metadata> tag.
addPathComponents(String, String, char) - Static method in class org.apache.royale.utils.FileUtils
 
addPolicyFileURL(String) - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Add a policy file to support the associated entry in the RSL URL list.
addPosition(String, int, int) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
addRejectedClass(Class<?>) - Method in class org.apache.royale.compiler.clients.problems.ProblemFilterClassCriteria
Add a (super)class to be rejected.
addRequiredClass(Class<?>) - Method in class org.apache.royale.compiler.clients.problems.ProblemFilterClassCriteria
Add a (super)class to be required.
addRSLURL(String) - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Add an RSL to the list of RSLs.
addRSLURLAndPolicyFileURL(String, String) - Method in class org.apache.royale.compiler.config.RSLSettings
Add a new RSL URL and Policy file URL.
addRuntimeSharedLibraries(List<String>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of runtime shared library URLs to the existing list.
addRuntimeSharedLibraryPath(List<RSLSettings>) - Method in class org.apache.royale.compiler.config.Configurator
 
addRuntimeSharedLibraryPath(List<RSLSettings>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
A list of RSLs to load, complete with all the settings on how to load the RSLs.
addScript(ISWCScript) - Method in interface org.apache.royale.swc.ISWCLibrary
Add an ISWCScript to the library.
addSourcePath(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of path elements to the existing source path list.
addSourcePath(Collection<File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Adds a list of path elements to the existing source path list.
addSymbol(ICharacterTag, String) - Method in class org.apache.royale.swf.tags.SymbolClassTag
Register a symbol with the given name.
addTag(ITag) - Method in class org.apache.royale.swf.SWFFrame
Add a SWF tag to the frame.
addTheme(List<File>) - Method in class org.apache.royale.compiler.config.Configurator
Adds a list of CSS or SWC files to the existing list of theme files.
addTheme(List<File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Adds a list of CSS or SWC files to the existing list of theme files.
addThemeCssFiles(List<IFileSpecification>) - Method in class org.apache.royale.compiler.config.Configuration
 
addToFrame(SWFFrame) - Method in interface org.apache.royale.compiler.units.requests.ISWFTagsRequestResult
Adds generated SWF tags to specified SWFFrame
adjustment - Variable in class org.apache.royale.compiler.internal.parsing.as.OffsetCue
Adjustment between absolute offset and local offset.
local = absolute - adjustment
afterDefinition(IDocumentableDefinitionNode) - Method in interface org.apache.royale.compiler.asdoc.IASParserASDocDelegate
Called by the ASParser after an IDocumentableDefinitionNode has been constructed and fully parsed.
afterDefinition(IDocumentableDefinitionNode) - Method in interface org.apache.royale.compiler.asdoc.IMetadataParserASDocDelegate
Called by the MetadataParser after an IDocumentableDefinitionNode has been constructed and fully parsed.
afterMetadata(int) - Method in interface org.apache.royale.compiler.asdoc.IMetadataParserASDocDelegate
Called by the MetadataParser any time a meta-data tag is parsed.
afterVariable() - Method in interface org.apache.royale.compiler.asdoc.IASParserASDocDelegate
 
AIR_HOME_TOKEN - Static variable in class org.apache.royale.compiler.config.Configuration
 
AIRGLOBAL_SWC - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
Name of the core AS3 language SWC for the desktop
aliases - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
all - Static variable in class org.apache.royale.utils.Trace
 
allOf() - Static method in class org.apache.royale.compiler.common.DependencyTypeSet
Constructs a new set with each type of dependency.
allowMultiple - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
allowMultiple() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Variables are generally only allowed to be set once in a given file/cmdline.
allowSourcePathOverlap(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Allows some source path directories to be subdirectories of the other.
allowSourcePathOverlap(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Allows some source path directories to be subdirectories of the other.
allowSubclassOverrides() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
allowSubclassOverrides() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns whether the application is comprised of code that used subclass overrides.
alpha - Variable in class org.apache.royale.swf.types.RGBA
 
AmbiguousParse(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.AmbiguousParse
 
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.embedding.transcoders.ITranscoder
Analyze the attributes
ancestor - Variable in class org.apache.royale.compiler.problems.OverlappingSourcePathProblem
 
and(IProblemFilter, IProblemFilter) - Static method in class org.apache.royale.compiler.problems.collections.CompositeProblemFilter
Construct a composite filter that ands two filters' decisions to accept.
ANELibraryNotAllowedProblem - Class in org.apache.royale.compiler.problems
ANE libraries contain native code and are only allowed on the external library path.
ANELibraryNotAllowedProblem(String) - Constructor for class org.apache.royale.compiler.problems.ANELibraryNotAllowedProblem
 
ANY_TYPE - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
ApplicationDomain - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
ApplicationDomainTarget - Enum in org.apache.royale.compiler.config
The ApplicationDomainTarget enum defines the possible values of the application domain an RSL can be loaded into at runtime.
applyConfiguration() - Method in class org.apache.royale.compiler.config.Configurator
 
applySourcePathRules(List<String>) - Method in class org.apache.royale.compiler.config.Configurator
Apply the follow source-path rules: 1.
applyToProject(ICompilerProject) - Method in class org.apache.royale.compiler.config.Configurator
 
applyToProject(ICompilerProject) - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Apply the current configuration settings to a given project.
areDefaultScriptLimitsSet() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
areDefaultScriptLimitsSet() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns if the default script limits have been set.
areVerboseStacktracesEnabled() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
areVerboseStacktracesEnabled() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if the target is capable of verbose stack traces.
ARG_ADDCHILD - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ARG_EXECUTE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ARG_SETUPBINDINGS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ARG_UPDATEPARENT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
argcount - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
argNameGeneratorClass - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
argnames - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
argtypes - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
argument - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.BadApplicationDomainValue
 
argument - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.BadDefinition
 
argument - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.MissingArgument
 
argument - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.UnexpectedArgument
 
ArgumentError - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ArgumentNameGenerator - Annotation Type in org.apache.royale.compiler.internal.config.annotations
This annotation allows a programmatic interface for generating argument names.
arguments - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
Arguments - Annotation Type in org.apache.royale.compiler.internal.config.annotations
Display names for the arguments of the annotated configuration option.
Array - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
ARRAY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Array type.
ARRAY - Variable in class org.apache.royale.compiler.problems.ArrayCastProblem
 
ARRAY_TO_STRING_CHANGES - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Array.toString() format has changed.
ArrayCastProblem - Class in org.apache.royale.compiler.problems
Problem generated by usage of Array(...), except in the case covered by ArrayDowncastProblem.
ArrayCastProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.ArrayCastProblem
 
ArrayLikeConfigurationErrorProblem - Class in org.apache.royale.compiler.problems
When a class or interface is annotated with [ArrayLike] metadata, it needs to provide the required minimum set of arguments to allow instances of the class to be treated as 'ArrayLike' when encountered in other source code.
ArrayLikeConfigurationErrorProblem(ISourceLocation, String) - Constructor for class org.apache.royale.compiler.problems.ArrayLikeConfigurationErrorProblem
 
ArrayLikeConfigurationErrorProblem(String, int, int, int, int, int, int, String) - Constructor for class org.apache.royale.compiler.problems.ArrayLikeConfigurationErrorProblem
 
ArrayLikeUsageErrorProblem - Class in org.apache.royale.compiler.problems
When an instance of an ArrayLike class is used in an unsupported way, an ArrayLikeUsageErrorProblem is created.
ArrayLikeUsageErrorProblem(ISourceLocation, String) - Constructor for class org.apache.royale.compiler.problems.ArrayLikeUsageErrorProblem
 
ArrayLikeUsageErrorProblem(String, int, int, int, int, int, int, String) - Constructor for class org.apache.royale.compiler.problems.ArrayLikeUsageErrorProblem
 
AS - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
AS - Variable in class org.apache.royale.compiler.problems.DateCastProblem
 
AS3 - Static variable in class org.apache.royale.compiler.config.Configuration
 
asdoc - Static variable in class org.apache.royale.utils.Trace
 
ASModifier - Class in org.apache.royale.compiler.common
Modifiers found within the AS3 language.
ASSCOPECACHE - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
assertThatAllPathsAreDirectories(List<String>, ConfigurationValue) - Static method in class org.apache.royale.compiler.config.Configuration
Check that all paths in the path list are directories.
ASSIGNMENT_WITHIN_CONDITIONAL - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Assignment within conditional.
AssignmentInConditionalProblem - Class in org.apache.royale.compiler.problems
Diagnostic emitted when an assignment expression is a child of a conditional expression without a guarding equality-type test, e.g., (x = 3) is a problem, but (y != x = 3) is not.
AssignmentInConditionalProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.AssignmentInConditionalProblem
 
ASTNodeID - Enum in org.apache.royale.compiler.tree
Constants used to identify AST nodes to the BURM.
ASTOKEN - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
ATTR_final - Static variable in class org.apache.royale.abc.ABCConstants
 
ATTR_metadata - Static variable in class org.apache.royale.abc.ABCConstants
 
ATTR_override - Static variable in class org.apache.royale.abc.ABCConstants
 
ATTR_public - Static variable in class org.apache.royale.abc.ABCConstants
 
ATTRIBUTE_BACKGROUND_COLOR - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special backgroundColor attribute.
ATTRIBUTE_CLASS_NAME - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special className attribute.
ATTRIBUTE_DESTINATION - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special destination attribute.
ATTRIBUTE_EXCLUDE_FROM - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special excludeFrom attribute.
ATTRIBUTE_FIXED - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special fixed attribute.
ATTRIBUTE_FORMAT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special format attribute.
ATTRIBUTE_FRAME_RATE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special frameRate attribute.
ATTRIBUTE_HEIGHT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special height attribute.
ATTRIBUTE_ID - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special id attribute.
ATTRIBUTE_IMPLEMENTS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special implements attribute.
ATTRIBUTE_INCLUDE_IN - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special includeIn attribute.
ATTRIBUTE_ITEM_CREATION_POLICY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special itemCreationPolicy attribute.
ATTRIBUTE_ITEM_DESTRUCTION_POLICY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special itemDestructionPolicy attribute.
ATTRIBUTE_LOCAL_ID - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special localId attribute.
ATTRIBUTE_NAME - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special name attribute.
ATTRIBUTE_PAGE_TITLE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special pageTitle attribute.
ATTRIBUTE_PRELOADER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special prelaoder attribute.
ATTRIBUTE_RSL - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special rsl attribute.
ATTRIBUTE_RUNTIME_DPI_PROVIDER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special runtimeDPIProvider attribute.
ATTRIBUTE_SCRIPT_RECURSION_LIMIT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special scriptRecursionLimit attribute.
ATTRIBUTE_SCRIPT_TIME_LIMIT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special scriptTimeLimit attribute.
ATTRIBUTE_SOURCE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special source attribute.
ATTRIBUTE_SPLASH_SCREEN_IMAGE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special splashScreenImage attribute.
ATTRIBUTE_STATE_GROUPS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special stateGroups attribute.
ATTRIBUTE_TARGET - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special target attribute.
ATTRIBUTE_THEME - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special theme attribute.
ATTRIBUTE_TWO_WAY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special twoWay attribute.
ATTRIBUTE_TYPE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special type attribute.
ATTRIBUTE_USE_DIRECT_BLIT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special useDirectBlit attribute.
ATTRIBUTE_USE_GPU - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special useGPU attribute.
ATTRIBUTE_USE_PRELOADER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special usePreloader attribute.
ATTRIBUTE_WIDTH - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special width attribute.

B

BAD_ARRAY_CAST - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Possibly invalid Array cast operation.
BAD_BOOLEAN_ASSIGNMENT - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Non-Boolean value used where a Boolean value was expected.
BAD_DATE_CAST - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Invalid Date cast operation.
BAD_ES3_TYPE_METHOD - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Unknown method.
BAD_ES3_TYPE_PROP - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Unknown property.
BAD_NAN_COMPARISON - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Illogical comparison with NaN.
BAD_NULL_ASSIGNMENT - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Impossible assignment to null.
BAD_NULL_COMPARISON - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Illogical comparison with null.
BAD_UNDEFINED_COMPARISON - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Illogical comparison with undefined.
BadAppendValue(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadAppendValue
 
BadApplicationDomainValue(String, String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadApplicationDomainValue
 
BadDefinition(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadDefinition
 
BadExcludeDependencies() - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadExcludeDependencies
 
BadFrameParameters(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadFrameParameters
 
BadMetadataCombo(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadMetadataCombo
 
BadValue(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadValue
 
BadVersion(String, String) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.BadVersion
 
baseException(Throwable) - Static method in class org.apache.royale.utils.ExceptionUtil
Get to the base exception (if any)
BaseFileSpecification - Class in org.apache.royale.compiler.filespecs
Base class for all IFileSpecifications, which has a file path and knows how to perform basic operations with it.
BaseFileSpecification(String) - Constructor for class org.apache.royale.compiler.filespecs.BaseFileSpecification
Constructor
beforeVariable() - Method in interface org.apache.royale.compiler.asdoc.IASParserASDocDelegate
Called by the ASParser before a variable is parsed.
BINDING - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Binding> tag.
Binding - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
binding - Static variable in class org.apache.royale.utils.Trace
 
BindingManager - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
bindingXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
blue - Variable in class org.apache.royale.swf.types.RGB
 
Boolean - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
BOOLEAN - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.TypeMismatch
 
BOOLEAN - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Boolean type.
BOOLEAN_CONSTRUCTOR_WITH_NO_ARGS - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Boolean() with no arguments returns false in ActionScript 3.0.
BREAK - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
brief(String, String, LocalizationManager, String) - Static method in class org.apache.royale.compiler.config.CommandLineConfigurator
 
build(Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.targets.ISWFTarget
Adds frames and tags to those frames for all the content generated by the target.
buildABC(ICompilerProject, Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.embedding.transcoders.ITranscoder
Build ABC to represent the embedded asset class
buildAST(Collection<ICompilerProblem>, String) - Method in interface org.apache.royale.compiler.embedding.transcoders.ITranscoder
Build an AST to represent the embedded asset class
buildMessage() - Static method in class org.apache.royale.compiler.common.VersionInfo
 
byPassConfigurationsRequiringFlexSDK() - Method in class org.apache.royale.compiler.config.Configurator
By-pass the configurations that requires Flex SDK.

C

c2h(String) - Static method in class org.apache.royale.compiler.config.ConfigurationBuffer
convert StudlyCaps or camelCase to hyphenated
cache - Static variable in class org.apache.royale.utils.Trace
 
caller - Static variable in class org.apache.royale.utils.Trace
 
CannotOpen(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.CannotOpen
 
canonicalFile(File) - Static method in class org.apache.royale.utils.FileUtils
 
canonicalPath(File) - Static method in class org.apache.royale.utils.FileUtils
 
Capabilities - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
CASE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
CATCH - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
CHANGES_IN_RESOLVE - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
__resolve is deprecated.
changeType(int) - Method in interface org.apache.royale.compiler.parsing.ICMToken
Changes the type of the token, and returns a new copy with the desired type.
charset - Variable in enum org.apache.royale.compiler.filespecs.CombinedFile.BOM
The Java Charset for this BOM header.
checkActionScriptWarning(int, boolean) - Method in class org.apache.royale.compiler.config.Configurator
Enables checking of ActionScript warnings.
checkActionScriptWarning(int) - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns whether checking of a type ActionScript warning is enabled.
checkActionScriptWarning(int) - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
checkActionScriptWarning(int, boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Enables checking of the following ActionScript warnings:
checkExternallyVisibleDefinitions(String) - Method in interface org.apache.royale.compiler.units.requests.IFileScopeRequestResult
Create compiler problems if the a definition with the specified dotted qualified name is not defined in the IASScopes in this result object or if there is an externally visible definition other than the named definition.
ChildManager - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
CLASS - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
Class - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
CLASS - Static variable in annotation type org.apache.royale.compiler.internal.config.annotations.Arguments
path-element is a commonly used argument name for options taking a file path.
CLASS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Class type.
CLASS_DEFINITION_BASE - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
CLASS_FLAG_final - Static variable in class org.apache.royale.abc.ABCConstants
 
CLASS_FLAG_interface - Static variable in class org.apache.royale.abc.ABCConstants
 
CLASS_FLAG_protected - Static variable in class org.apache.royale.abc.ABCConstants
 
CLASS_FLAG_sealed - Static variable in class org.apache.royale.abc.ABCConstants
 
CLASS_IS_SEALED - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Class is sealed.
ClassFactory - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
className - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.CompilerProblemClassNotFound
 
className - Variable in class org.apache.royale.compiler.problems.ScopedToDefaultNamespaceProblem
 
clean() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Removes all data created during a compile
clean(Map<ICompilerProject, Set<File>>, Map<ICompilerProject, Set<ICompilationUnit>>, boolean) - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Removes all data created during a compile Clients should not call this method directly, as it can potentially leave the ICompilationUnit in an invalid state.
clear() - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Clear the underlying collection of problems.
clearMetadataComment(String) - Method in interface org.apache.royale.compiler.asdoc.IMetadataParserASDocDelegate
Called by the MetadataParser after parsing a meta-data tag that should prevent the current ASDoc comment from attaching to any subsequent meta-data tag.
clearProject() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Called by ICompilerProject's when an ICompilationUnit is removed from a project.
clearSourceVars(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
Remove the configuration values came from the given source.
clearVar(String, String, int) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
clone() - Method in class org.apache.royale.compiler.common.PrefixMap
 
clone() - Method in class org.apache.royale.compiler.config.Configurator
 
close() - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
CodeGenErrorFilter - Class in org.apache.royale.compiler.clients.problems
A problem filter that implements filtering out certain errors from code gen, like StackUnderflow.
CodeGenErrorFilter() - Constructor for class org.apache.royale.compiler.clients.problems.CodeGenErrorFilter
Create a filter to exclude code gen errors.
CodegenInternalProblem - Class in org.apache.royale.compiler.problems
A CodegenInternalProblem represents a logic error or caught exception.
CodegenInternalProblem(IASNode, String) - Constructor for class org.apache.royale.compiler.problems.CodegenInternalProblem
 
CodegenInternalProblem(IASNode, Throwable) - Constructor for class org.apache.royale.compiler.problems.CodegenInternalProblem
 
CodegenProblem - Class in org.apache.royale.compiler.problems
Base class of all code-generator problems.
CodegenProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.CodegenProblem
 
CodegenProblem(IDefinition) - Constructor for class org.apache.royale.compiler.problems.CodegenProblem
 
collapseWhitespace(String, char) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Removes whitespace from the input string and returns a string that contains at most 1 'replacementChar' character between each word.
collapseWhitespace(String, char) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
collectExterns(ConfigurationValue, IFileSpecification) - Static method in class org.apache.royale.compiler.internal.config.LoadExternsParser
Collect externs from the given report file.
CombinedFile - Class in org.apache.royale.compiler.filespecs
This is an IFileSpecification that include multiple source files into one.
CombinedFile(List<String>, String) - Constructor for class org.apache.royale.compiler.filespecs.CombinedFile
Create a combined file by concatenating includedFilenames together and append sourceFilename at the end.
CombinedFile.BOM - Enum in org.apache.royale.compiler.filespecs
BOM patterns.
CommandLineConfigurator - Class in org.apache.royale.compiler.config
A utility class, which is used to parse an array of command line args and populate a ConfigurationBuffer.
CommandLineConfigurator() - Constructor for class org.apache.royale.compiler.config.CommandLineConfigurator
 
commit(Object, Collection<ICompilerProblem>) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
commit - bake the resolved map to the configuration
compareByPositionAndPhase - Static variable in class org.apache.royale.compiler.clients.problems.ProblemQuery
This Comparator compares problems based on three criteria: file path line number problem class - IParserProblems are "less than" semantic problems.
compareTo(XMLName) - Method in class org.apache.royale.compiler.common.XMLName
 
compareVersions(String, String, boolean) - Static method in class org.apache.royale.compiler.common.VersionInfo
Compare two version strings that are in at "Major.minor" format.
COMPC_PHASES - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
COMPCConfiguration - Class in org.apache.royale.compiler.internal.config
A Configuration to override some behaviors of the default configuration.
COMPCConfiguration() - Constructor for class org.apache.royale.compiler.internal.config.COMPCConfiguration
 
compile() - Method in interface org.apache.royale.compiler.asdoc.IASDocComment
 
COMPILER_ACCESSIBLE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_ACTIONSCRIPT_FILE_ENCODING - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_ALLOW_SOURCE_PATH_OVERLAP - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_AS3 - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_BUILD_ATTRIBUTE - Static variable in class org.apache.royale.compiler.common.VersionInfo
Build number of the compiler that compiled the SWF.
COMPILER_COMPRESS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_COMPUTE_DIGEST - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_CONTEXT_ROOT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_DEBUG - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_DEFAULTS_CSS_URL - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_DEFINE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_ELEMENT - Static variable in class org.apache.royale.compiler.common.VersionInfo
Element containing version information.
COMPILER_ES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_EXTENSIONS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_EXTERNAL_LIBRARY_PATH - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_HEADLESS_SERVER - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_INCLUDE_LIBRARIES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_KEEP_ALL_TYPE_SELECTORS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_KEEP_AS3_METADATA - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_KEEP_GENERATED_ACTIONSCRIPT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_LIBRARY_PATH - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_LOCALE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_MOBILE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_MXML_COMPATIBILITY - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_NAME_ATTRIBUTE - Static variable in class org.apache.royale.compiler.common.VersionInfo
Product name of the compiler that compiled the SWF.
COMPILER_NAMESPACE_PREFIX - Static variable in class org.apache.royale.compiler.common.VersionInfo
Prefix of the the compiler's namespace URI.
COMPILER_NAMESPACE_URI - Static variable in class org.apache.royale.compiler.common.VersionInfo
Namespace of the "compiler" element.
COMPILER_NAMESPACES_NAMESPACE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_OPTIMIZE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_SERVICES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_SHOW_ACTIONSCRIPT_WARNINGS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_SHOW_BINDING_WARNINGS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_SHOW_DEPRECATION_WARNINGS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_SHOW_MULTIPLE_DEFINITION_WARNINGS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_SHOW_UNUSED_TYPE_SELECTOR_WARNINGS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_SOURCE_PATH - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_STRICT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_THEME - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_USE_RESOURCE_BUNDLE_METADATA - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_VERBOSE_STACKTRACES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_VERSION_ATTRIBUTE - Static variable in class org.apache.royale.compiler.common.VersionInfo
Version of the compiler that compiled the SWF.
COMPILER_WARN_ARRAY_TOSTRING_CHANGES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_ASSIGNMENT_WITHIN_CONDITIONAL - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_ARRAY_CAST - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_BOOL_ASSIGNMENT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_DATE_CAST - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_ES3_TYPE_METHOD - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_ES3_TYPE_PROP - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_NAN_COMPARISON - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_NULL_ASSIGNMENT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_NULL_COMPARISON - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BAD_UNDEFINED_COMPARISON - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_BOOLEAN_CONSTRUCTOR_WITH_NO_ARGS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_CHANGES_IN_RESOLVE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_CLASS_IS_SEALED - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_CONST_NOT_INITIALIZED - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_CONSTRUCTOR_RETURNS_VALUE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_DEPRECATED_EVENT_HANDLER_ERROR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_DEPRECATED_FUNCTION_ERROR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_DEPRECATED_PROPERTY_ERROR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_DUPLICATE_ARGUMENT_NAMES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_DUPLICATE_VARIABLE_DEF - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_FOR_VAR_IN_CHANGES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_IMPORT_HIDES_CLASS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_INSTANCE_OF_CHANGES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_INTERNAL_ERROR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_LEVEL_NOT_SUPPORTED - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_MISSING_NAMESPACE_DECL - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_NEGATIVE_UINT_LITERAL - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_NO_CONSTRUCTOR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_NO_EXPLICIT_SUPER_CALL_IN_CONSTRUCTOR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_NO_TYPE_DECL - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_NUMBER_FROM_STRING_CHANGES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_SCOPING_CHANGE_IN_THIS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_SLOW_TEXT_FIELD_ADDITION - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_THIS_WITHIN_CLOSURE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_UNLIKELY_FUNCTION_VALUE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
COMPILER_WARN_XML_CLASS_HAS_CHANGED - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
CompilerDiagnosticsConstants - Class in org.apache.royale.compiler.config
Constants for the compiler's diagnostic output.
CompilerDiagnosticsConstants() - Constructor for class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
CompilerProblem - Class in org.apache.royale.compiler.problems
CompilerProblem is the base class for all error and warning classes in the compiler, which are collectively called "problems".
CompilerProblem(String, int, int, int, int, int, int, boolean) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor.
CompilerProblem(String, int, int, int, int, boolean) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor.
CompilerProblem(String, int, int, int, int) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor.
CompilerProblem(String, int, int, int, int, int, int) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor.
CompilerProblem(String) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor for a problem whose only source-location information is a source path.
CompilerProblem() - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor for a problem with no source-location information.
CompilerProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor for a problem associated with an object implementing ISourceLocation.
CompilerProblem(IDefinition) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor for a problem associated with an IDefinition.
CompilerProblem(IASToken) - Constructor for class org.apache.royale.compiler.problems.CompilerProblem
Constructor for a problem associated with an IASToken.
CompilerProblemCategorizer - Class in org.apache.royale.compiler.clients.problems
Class used to determine if an ICompilerProblem should be reported as an error or a warning.
CompilerProblemCategorizer() - Constructor for class org.apache.royale.compiler.clients.problems.CompilerProblemCategorizer
Default constructor.
CompilerProblemCategorizer(ICompilerProblemSettings) - Constructor for class org.apache.royale.compiler.clients.problems.CompilerProblemCategorizer
This categorizer can look at user configured overrides of problem severity, falling back to the default severity.
CompilerProblemClassification - Enum in org.apache.royale.compiler.problems
The type of a compiler problem.
CompilerProblemClassNotFound(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.CompilerProblemClassNotFound
 
CompilerProblemSettings - Class in org.apache.royale.compiler.internal.config
A value object created by the Configurator.
CompilerProblemSettings(Configuration) - Constructor for class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
CompilerProblemSeverity - Enum in org.apache.royale.compiler.problems
The severity of a compiler problem.
COMPONENT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Component> tag.
componentXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
CompositeProblemFilter - Class in org.apache.royale.compiler.problems.collections
A CompositeProblemFilter combines one more more filters and a boolean operation to produce a new filter.
CompositeProblemFilter.CompositionOperator - Enum in org.apache.royale.compiler.problems.collections
Boolean operator to apply to operand filters
compress(boolean) - Method in class org.apache.royale.compiler.config.Configurator
 
compress(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Enables ZLIB compression on SWF file.
computeFlashBuilderArgs(String[], String) - Static method in class org.apache.royale.compiler.internal.config.FlashBuilderConfigurator
Take the command line args which should contain the -use-flashbuilder-project-files option and an FB project folder, and return a new array of args based on the FB project files.
computeQNameForTargetFile() - Method in class org.apache.royale.compiler.config.Configurator
 
CONCAT_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
CONFIG - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
Config - Annotation Type in org.apache.royale.compiler.internal.config.annotations
Configuration annotation.
config - Static variable in class org.apache.royale.utils.Trace
 
CONFIG_MANAGER - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
Configuration - Class in org.apache.royale.compiler.config
The model for all the configuration options supported by the compiler.
Configuration() - Constructor for class org.apache.royale.compiler.config.Configuration
 
configuration - Variable in class org.apache.royale.compiler.config.Configurator
 
configuration - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
ConfigurationBuffer - Class in org.apache.royale.compiler.config
The basic idea here is to let you keep all your configuration knowledge in your configuration object, and to automate as much as possible.
ConfigurationBuffer(Class<? extends Configuration>) - Constructor for class org.apache.royale.compiler.config.ConfigurationBuffer
 
ConfigurationBuffer(Class<? extends Configuration>, Map<String, String>) - Constructor for class org.apache.royale.compiler.config.ConfigurationBuffer
 
ConfigurationBuffer(Class<? extends Configuration>, Map<String, String>, IConfigurationFilter) - Constructor for class org.apache.royale.compiler.config.ConfigurationBuffer
Create a configuration buffer with an optional filter.
ConfigurationBuffer(ConfigurationBuffer, boolean) - Constructor for class org.apache.royale.compiler.config.ConfigurationBuffer
 
configurationClassName - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.CouldNotInstantiate
 
ConfigurationException - Exception in org.apache.royale.compiler.exceptions
A common base class for configuration related exceptions.
ConfigurationException(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException
 
ConfigurationException.AmbiguousParse - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.BadAppendValue - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.BadApplicationDomainValue - Exception in org.apache.royale.compiler.exceptions
The application domain specified did not match one of the possible values.
ConfigurationException.BadDefinition - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.BadExcludeDependencies - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.BadFrameParameters - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.BadMetadataCombo - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.BadValue - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.BadVersion - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.CannotOpen - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.CompilerProblemClassNotFound - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.ConfigurationIOError - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.CouldNotCreateConfig - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.CouldNotInstantiate - Exception in org.apache.royale.compiler.exceptions
Could not instantiate an instance of the configuration class.
ConfigurationException.DeprecatedConfigurationOption - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.DirectoryNotEmpty - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.FileTooBig - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.GreaterThanZero - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.IllegalDimensions - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.IllegalMultipleSet - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.IncorrectArgumentCount - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.IncorrectElement - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.InterspersedDefaults - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.IOError - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.MissingArgument - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.MissingIncludeClasses - Exception in org.apache.royale.compiler.exceptions
Error for when -include-inheritance-dependencies-only is true but -include-classes does not specify any classes.
ConfigurationException.MissingRequirement - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.MustSpecifyTarget - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.NamespaceMissingManifest - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.NoASDocInputs - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.NoSwcInputs - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.NotADirectory - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.NotAFile - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.NotDirectory - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.ObsoleteVariable - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.OnlyOneSource - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.OtherThrowable - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.RedundantFile - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.RemovedConfigurationOption - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.SwcDoesNotHaveRslData - Exception in org.apache.royale.compiler.exceptions
The user was trying to modify an RSL option associated with a SWC but the SWC had no RSL data.
ConfigurationException.Token - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.ToolsLocaleNotAvailable - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.TypeMismatch - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.UnexpectedArgument - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.UnexpectedCDATA - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.UnexpectedDefaults - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.UnexpectedElement - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.UnknownNamespace - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.UnknownVariable - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationException.VariableMissingRequirement - Exception in org.apache.royale.compiler.exceptions
 
ConfigurationInfo - Class in org.apache.royale.compiler.config
Meta information for each configuration options.
ConfigurationInfo() - Constructor for class org.apache.royale.compiler.config.ConfigurationInfo
This ctor is used when everything can be introspected off the setter method, or else when the names/types are provided by method overrides rather than ctor arguments
ConfigurationInfo(int) - Constructor for class org.apache.royale.compiler.config.ConfigurationInfo
Simple ctor for restricting the number of arguments.
ConfigurationInfo(String[]) - Constructor for class org.apache.royale.compiler.config.ConfigurationInfo
Simple ctor for naming the arguments.
ConfigurationInfo(int, String) - Constructor for class org.apache.royale.compiler.config.ConfigurationInfo
Use this ctor when you want to set a single list of some number of identically named args
ConfigurationInfo(int, String[]) - Constructor for class org.apache.royale.compiler.config.ConfigurationInfo
More unusual ctor, this would let you have the first few args named one thing, the rest named something else.
ConfigurationIOError(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.ConfigurationIOError
 
ConfigurationPathResolver - Class in org.apache.royale.compiler.config
A path resolver for configuration options.
ConfigurationPathResolver(String) - Constructor for class org.apache.royale.compiler.config.ConfigurationPathResolver
Constructor.
ConfigurationProblem - Class in org.apache.royale.compiler.problems
This class is the base class for all problems found during configuration processing.
ConfigurationProblem(String, int, String) - Constructor for class org.apache.royale.compiler.problems.ConfigurationProblem
 
ConfigurationProblem(String, int, int, int, int, String) - Constructor for class org.apache.royale.compiler.problems.ConfigurationProblem
 
ConfigurationProblem(ConfigurationException) - Constructor for class org.apache.royale.compiler.problems.ConfigurationProblem
 
configurationProblems - Variable in class org.apache.royale.compiler.config.Configurator
 
ConfigurationValue - Class in org.apache.royale.compiler.config
This class represents an instance of a configuration option.
ConfigurationValue(ConfigurationBuffer, String, List<String>, String, int, String) - Constructor for class org.apache.royale.compiler.config.ConfigurationValue
 
Configurator - Class in org.apache.royale.compiler.config
A class that allows a client change compiler settings and to configure projects and targets from those settings.
Configurator() - Constructor for class org.apache.royale.compiler.config.Configurator
Constructor
Configurator(Class<? extends Configuration>) - Constructor for class org.apache.royale.compiler.config.Configurator
Constructor
CONST - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
CONST_NOT_INITIALIZED - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Constant not initialized.
CONSTANT_ClassFinal - Static variable in class org.apache.royale.abc.ABCConstants
The class is final: it cannot be a base class for any other class.
CONSTANT_ClassInterface - Static variable in class org.apache.royale.abc.ABCConstants
The class is an interface.
CONSTANT_ClassProtectedNs - Static variable in class org.apache.royale.abc.ABCConstants
The class uses its protected namespace and the protectedNs field is present in the interface_info.
CONSTANT_ClassSealed - Static variable in class org.apache.royale.abc.ABCConstants
The class is sealed: properties can not be dynamically added to instances of the class.
CONSTANT_Double - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_ExplicitNamespace - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_False - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_Int - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_Multiname - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_MultinameA - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_MultinameL - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_MultinameLA - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_NameL - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_NameLA - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_Namespace - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_NamespaceSet - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_Null - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_PackageInternalNs - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_PackageNs - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_PrivateNs - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_ProtectedNs - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_Qname - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_QnameA - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_RTQname - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_RTQnameA - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_RTQnameL - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_RTQnameLA - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_StaticProtectedNs - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_True - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_TypeName - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_UInt - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_Undefined - Static variable in class org.apache.royale.abc.ABCConstants
 
CONSTANT_Utf8 - Static variable in class org.apache.royale.abc.ABCConstants
 
constantKinds - Static variable in class org.apache.royale.abc.ABCConstants
 
ConstNotInitializedProblem - Class in org.apache.royale.compiler.problems
Diagnostic emitted when a const declaration does not have an initializer
ConstNotInitializedProblem(ISourceLocation, String) - Constructor for class org.apache.royale.compiler.problems.ConstNotInitializedProblem
 
CONSTRUCTOR_RETURNS_VALUE - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Function used in new expression returns a value.
Container - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
contains(DependencyType) - Method in class org.apache.royale.compiler.common.DependencyTypeSet
Determines whether this set contains the specified dependency type.
contains(int) - Method in interface org.apache.royale.compiler.tree.as.IASNode
Determine whether the offset fits within this node.
containsLocalFunctions() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Does this function have a local functions within
containsNamespace(String) - Method in class org.apache.royale.compiler.common.PrefixMap
Checks whether the map contains a reference to the given namespace.
containsOffset(int) - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Does this unit contain the given offset (excluding start and including end)?
containsPrefix(String) - Method in class org.apache.royale.compiler.common.PrefixMap
Returns true if the given prefix exists somewhere in this map
CONTINUE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
CONTRIBUTOR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
A contributor's name to store in the SWF metadata.
copyForInitializer(IScopedNode) - Method in interface org.apache.royale.compiler.tree.as.IExpressionNode
Return a copy of this IExpressionNode and all it's children that can be used by VariableDefinition to resolve it's initial value without having to hold onto the entire syntax tree for a source file.
copyOf(Collection<DependencyType>) - Static method in class org.apache.royale.compiler.common.DependencyTypeSet
Constructs a new set with the specified collection of dependency types in it.
copyOf(DependencyTypeSet) - Static method in class org.apache.royale.compiler.common.DependencyTypeSet
Constructs a copy of another DependencyTypeSet.
couldBeAnyType() - Method in class org.apache.royale.abc.semantics.Name
 
CouldNotCreateConfig(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.CouldNotCreateConfig
 
CouldNotInstantiate(String) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.CouldNotInstantiate
 
COUNTER - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
CREATE_XML_DOCUMENT_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
createASDocComment(ISourceLocation, IDocumentableDefinition) - Method in interface org.apache.royale.compiler.asdoc.IASDocDelegate
Called by MXML tree building code to create an IASDocComment for classes defined by MXML files.
createConfiguration() - Method in class org.apache.royale.compiler.config.Configurator
Create a new configuration instance.
createConfigurationBuffer(Class<? extends Configuration>) - Method in class org.apache.royale.compiler.config.Configurator
Create a configuration buffer.
createInputStream() - Method in class org.apache.royale.compiler.filespecs.FileSpecification
 
createInputStream() - Method in interface org.apache.royale.compiler.filespecs.IBinaryFileSpecification
 
createInputStream() - Method in interface org.apache.royale.swc.ISWCFileEntry
Get the InputStream of the file entry.
createReader() - Method in class org.apache.royale.compiler.filespecs.CombinedFile
Create a Reader from the combined source text.
createReader() - Method in class org.apache.royale.compiler.filespecs.FileSpecification
 
createReader() - Method in interface org.apache.royale.compiler.filespecs.IFileSpecification
Creates a new Reader for the contents of file.
createSWFTarget(ITargetSettings, ITargetProgressMonitor) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Create a SWF target
createTranscoder(ICompilerProject, ISourceLocation, Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.embedding.IEmbedData
 
CREATOR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
A creator's name to store in the SWF metadata.
CrossDomainRSLItem - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
csetCompilerWarnDuplicateVariableDef(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
css - Static variable in class org.apache.royale.utils.Trace
 
CSSStyleDeclaration - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 

D

DA_BYTEARRAY - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
DAByteArrayOutputStream - Class in org.apache.royale.utils
ByteArratOuputStream that supports directly accessing the byte array inside the stream
DAByteArrayOutputStream() - Constructor for class org.apache.royale.utils.DAByteArrayOutputStream
 
DAByteArrayOutputStream(int) - Constructor for class org.apache.royale.utils.DAByteArrayOutputStream
 
date - Variable in class org.apache.royale.compiler.config.Configuration
 
Date - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
DATE - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
The creation date to store in the SWF metadata.
DATE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Date type.
DATE - Variable in class org.apache.royale.compiler.problems.DateCastProblem
 
DateCastProblem - Class in org.apache.royale.compiler.problems
Problem generated by usage of Date(...).
DateCastProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.DateCastProblem
 
dateFormat - Variable in class org.apache.royale.compiler.config.Configuration
 
debug() - Method in class org.apache.royale.compiler.config.Configuration
 
DEBUG_PASSWORD - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
DECLARATIONS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Declarations> tag.
declarationsXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
DEFAULT - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
DEFAULT - Static variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
The MXMLDialect representing the default dialect of MXML.
DEFAULT_BACKGROUND_COLOR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
DEFAULT_CONFIG_NAME - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
Default name always available for conditional compilation
DEFAULT_FORMATTER - Static variable in class org.apache.royale.compiler.clients.problems.ProblemFormatter
 
DEFAULT_FRAME_RATE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
DEFAULT_OUTPUT_DIRECTORY_TOKEN - Static variable in class org.apache.royale.compiler.config.Configuration
 
DEFAULT_SCRIPT_LIMITS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
DEFAULT_SIZE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
DEFAULT_XML_NAMESPACE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
DefaultArgumentValue - Annotation Type in org.apache.royale.compiler.internal.config.annotations
DefaultArgumentValue is used to specify default values for an argument, for when the value isn't specified.
defaultArgValues - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
defaultCSS - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
DefaultsConfigurator - Class in org.apache.royale.compiler.internal.config
This class makes the default values go in through the configuration buffer instead of just the value set on the actual object.
DefaultsConfigurator() - Constructor for class org.apache.royale.compiler.internal.config.DefaultsConfigurator
 
DefaultSeverity - Annotation Type in org.apache.royale.compiler.problems.annotations
The default severity of this type of problem.
defaultvar - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.AmbiguousParse
 
DeferredInstanceFromClass - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
DeferredInstanceFromFunction - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
defineExport(ICharacterTag, String) - Method in class org.apache.royale.swf.SWFFrame
Export an ICharacterTag with name.
defineSymbol(ICharacterTag, String) - Method in class org.apache.royale.swf.SWFFrame
Export an ICharacterTag with name.
defineSymbol(ICharacterTag, String, Map<Integer, ICharacterTag>) - Method in class org.apache.royale.swf.SWFFrame
Export an ICharacterTag with name.
DEFINITION - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Definition> tag.
definitionsChanged(Map<ICompilerProject, Collection<IInvalidationListener.InvalidatedDefinition>>) - Method in interface org.apache.royale.compiler.workspaces.IInvalidationListener
Called before any compilation units have been cleaned, but after the complete set of compilation units to be cleaned has been computed.
definitionXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
DELETE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
delete() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Called before a project is deleted.
deleteFrame(int) - Method in interface org.apache.royale.swf.ISWF
Delete a SWF frame.
dependency - Static variable in class org.apache.royale.utils.Trace
 
DependencyType - Enum in org.apache.royale.compiler.common
An enumeration representing the four types of dependencies that an edge in a DependencyGraph can have.
DependencyTypeSet - Class in org.apache.royale.compiler.common
Stores the set of dependency types for an edge in the dependency graph.
DEPRECATED_EVENT_HANDLER_ERROR - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
EventHandler was not added as a listener.
DEPRECATED_FUNCTION_ERROR - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Unsupported ActionScript 2.0 function.
DEPRECATED_PROPERTY_ERROR - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Unsupported ActionScript 2.0 property.
DeprecatedConfig - Annotation Type in org.apache.royale.compiler.internal.config.annotations
Deprecated configuration option.
DeprecatedConfigurationOption(String, String, String, String) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.DeprecatedConfigurationOption
 
DeprecatedConfigurationOptionProblem - Class in org.apache.royale.compiler.problems
Problem indicates a deprecated configuration option usage.
DeprecatedConfigurationOptionProblem(String, String, String, String, int) - Constructor for class org.apache.royale.compiler.problems.DeprecatedConfigurationOptionProblem
 
deprecatedMessage - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
deprecatedReplacement - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
deprecatedSince - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
descendant - Variable in class org.apache.royale.compiler.problems.OverlappingSourcePathProblem
 
DESCRIPTION - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
The default and localized RDF/XMP description to store in the SWF metadata.
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ANELibraryNotAllowedProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ArrayCastProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ArrayLikeConfigurationErrorProblem
 
description - Variable in class org.apache.royale.compiler.problems.ArrayLikeConfigurationErrorProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ArrayLikeUsageErrorProblem
 
description - Variable in class org.apache.royale.compiler.problems.ArrayLikeUsageErrorProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.AssignmentInConditionalProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.CodegenInternalProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ConfigurationProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ConstNotInitializedProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.DateCastProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.DeprecatedConfigurationOptionProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.DuplicateQNameInSourcePathProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.DuplicateVariableDefinitionProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.FilePrivateItemsWithMainVarWarningProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.IllogicalComparionWithNaNProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.IllogicalComparisonWithUndefinedProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.InstanceOfProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.MainDefinitionQNameProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.MXMLDatabindingSourceNotBindableProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.NullUsedWhereOtherExpectedProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.OverlappingSourcePathProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ParameterHasNoTypeDeclarationProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ProjectSpecificErrorProblem
 
description - Variable in class org.apache.royale.compiler.problems.ProjectSpecificErrorProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.PublicVarWarningProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.RemovedConfigurationOptionProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.RoyaleOnlyConfigurationOptionNotSupported
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ScopedToDefaultNamespaceProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.SemanticProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.ThisUsedInClosureProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.UnexpectedExceptionProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.UnfoundPropertyProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.UnresolvedClassReferenceProblem
 
DESCRIPTION - Static variable in class org.apache.royale.compiler.problems.VariableHasNoTypeDeclarationProblem
 
description() - Method in class org.apache.royale.swf.tags.DoABCTag
 
description() - Method in class org.apache.royale.swf.tags.ExportAssetsTag
 
description() - Method in class org.apache.royale.swf.tags.FrameLabelTag
 
description() - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
description() - Method in class org.apache.royale.swf.tags.SymbolClassTag
 
description() - Method in class org.apache.royale.swf.tags.Tag
Sub-class can override this method to provide more information when the tag object is printed out.
DESIGN_LAYER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <DesignLayer> tag.
DesignLayer - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
DI_LOCAL - Static variable in class org.apache.royale.abc.ABCConstants
Constant used as the first arg to the debug op when adding debug information for formals and locals
diagnostic - Variable in class org.apache.royale.compiler.problems.CodegenInternalProblem
 
diagnostics - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
Dictionary - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
DirectoryNotEmpty(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.DirectoryNotEmpty
 
DO - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
DoABCTag - Class in org.apache.royale.swf.tags
Represents a DoABC tag in a SWF file.
DoABCTag() - Constructor for class org.apache.royale.swf.tags.DoABCTag
Constructor.
DoABCTag(long, String, byte[]) - Constructor for class org.apache.royale.swf.tags.DoABCTag
Constructor and initializer.
doChecksum() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
done(ITarget) - Method in interface org.apache.royale.compiler.targets.ITargetProgressMonitor
Notifies that the compile operation is done; that is, either the task is completed or the user canceled it.
doneBuilding() - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Allows the workspace to enter the idle state once all pending operations are completed.
doubleCheckAmbiguousDefinition(IASScope, String, IDefinition, IDefinition) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Override this to do try harder to disambiguate between two ambiguous definitions
DownloadProgressBar - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
dump() - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
DUMP_CONFIG_VAR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
DUPLICATE_ARGUMENT_NAMES - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
More than one argument by the same name.
DUPLICATE_VARIABLE_DEF - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Duplicate variable definition
DuplicateQNameInSourcePathProblem - Class in org.apache.royale.compiler.problems
CompilerProblem subclass for source path entries that are not directories.
DuplicateQNameInSourcePathProblem(String, String) - Constructor for class org.apache.royale.compiler.problems.DuplicateQNameInSourcePathProblem
 
DuplicateVariableDefinitionProblem - Class in org.apache.royale.compiler.problems
Strict semantics diagnostic emitted when two variable with the same name are declared in the same scope.
DuplicateVariableDefinitionProblem(IASNode, String) - Constructor for class org.apache.royale.compiler.problems.DuplicateVariableDefinitionProblem
 
DYNAMIC - Static variable in class org.apache.royale.compiler.common.ASModifier
Represents the dynamic modifier.
DYNAMIC - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
DYNAMIC_TYPES_SET - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
Dynamic type names.

E

EACH - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
EffectManager - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ELSE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
embed - Static variable in class org.apache.royale.utils.Trace
 
EmbedAttribute - Enum in org.apache.royale.compiler.embedding
enum to map all the attributes supported by the Embed directive
enableAccessibility(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Enables accessibility in the application.
enableAccessibility(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Enables accessibility in the application.
EnableDebugger2Tag - Class in org.apache.royale.swf.tags
Represents a EnableDebugger2 tag in a SWF file.
EnableDebugger2Tag() - Constructor for class org.apache.royale.swf.tags.EnableDebugger2Tag
Constructor.
EnableDebugger2Tag(String) - Constructor for class org.apache.royale.swf.tags.EnableDebugger2Tag
Constructor with initialization.
enableDebugging(boolean, String) - Method in class org.apache.royale.compiler.config.Configurator
Enables debugging in the application.
enableDebugging(boolean, String) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Enables debugging in the application.
enableDigestVerification(boolean) - Method in class org.apache.royale.compiler.config.Configurator
 
enableDigestVerification(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Verifies the RSL loaded has the same digest as the RSL specified when the application was compiled.
enableIncludeLookupOnly(boolean) - Method in class org.apache.royale.compiler.config.Configurator
 
enableIncludeLookupOnly(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Controls whether manifest entries with lookupOnly=true are included in the SWC catalog.
enableStrictChecking(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Runs the ActionScript compiler in strict error checking mode.
enableStrictChecking(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Runs the ActionScript compiler in strict error checking mode.
EnableTelemetryTag - Class in org.apache.royale.swf.tags
Represents a EnableTelemetry tag in a SWF file.
EnableTelemetryTag() - Constructor for class org.apache.royale.swf.tags.EnableTelemetryTag
Constructor.
EnableTelemetryTag(String) - Constructor for class org.apache.royale.swf.tags.EnableTelemetryTag
Constructor with initialization.
enableVerboseStacktraces(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Generates bytecodes that include line numbers.
endIdleState(Map<ICompilerProject, Set<ICompilationUnit>>) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Updates symbol table entries for all the ICompilationUnits in the specified map and unlocks the lock acquired by calling IWorkspace.startIdleState().
equals(Object) - Method in class org.apache.royale.abc.semantics.Name
Determine equality by checking Name objects' corresponding fields.
equals(Object) - Method in class org.apache.royale.abc.semantics.Namespace
Check name-oriented equality unless the kind is private, for private namespaces use identity semantics.
equals(Object) - Method in class org.apache.royale.abc.semantics.Nsset
Determine equality by checking the Namespaces' corresponding fields.
equals(Object) - Method in class org.apache.royale.compiler.common.ModifiersSet
 
equals(Object) - Method in class org.apache.royale.compiler.common.PrefixMap
 
equals(Object) - Method in class org.apache.royale.compiler.common.XMLName
Does this element name equal the one that's passed in?
equals(INamespaceDefinition) - Method in interface org.apache.royale.compiler.definitions.INamespaceDefinition
 
equals(String) - Method in enum org.apache.royale.compiler.embedding.EmbedAttribute
Test whether an attribute string matches this enum value
equals(Object) - Method in class org.apache.royale.compiler.filespecs.BaseFileSpecification
 
equals(Object) - Method in class org.apache.royale.compiler.filespecs.FileSpecification
 
equals(Object) - Method in class org.apache.royale.compiler.internal.mxml.MXMLNamespaceMapping
 
Error - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
error - Static variable in class org.apache.royale.utils.Trace
 
errorCode - Static variable in class org.apache.royale.compiler.problems.ANELibraryNotAllowedProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.ArrayLikeConfigurationErrorProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.ArrayLikeUsageErrorProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.CodegenInternalProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.ConfigurationProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.MainDefinitionQNameProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.ProjectSpecificErrorProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.UnexpectedExceptionProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.UnfoundPropertyProblem
 
errorCode - Static variable in class org.apache.royale.compiler.problems.UnresolvedClassReferenceProblem
 
ES - Static variable in class org.apache.royale.compiler.config.Configuration
 
Event - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
EventDispatcher - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
exceptionLocation - Variable in class org.apache.royale.compiler.problems.UnexpectedExceptionProblem
 
exceptionName - Variable in class org.apache.royale.compiler.problems.UnexpectedExceptionProblem
 
exceptionToString(Throwable) - Static method in class org.apache.royale.utils.ExceptionUtil
Utility method for converting an exception into a string.
ExceptionUtil - Class in org.apache.royale.utils
A utility for wrapping exceptions.
ExceptionUtil() - Constructor for class org.apache.royale.utils.ExceptionUtil
 
EXCLUDE_META_TAG - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
[Exclude(kind="style" name="foo")]
EXCLUDE_META_TAG_KIND - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
EXCLUDE_META_TAG_NAME - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
EXCLUDE_META_TAG_STYLE - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
EXCLUDE_NATIVE_JS_LIBRARIES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
EXECUTE_BINDINGS_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
existsIn(DependencyTypeSet) - Method in enum org.apache.royale.compiler.common.DependencyType
A helper function to check if this DependencyType is contained in an DependencyTypeSet.
expandTokens(Iterable<String>, Iterable<String>, ConfigurationValue) - Method in class org.apache.royale.compiler.config.Configuration
 
expandTokens(Iterable<String>, Iterable<String>, ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
All path-tokens get expanded from this method, as of now, {locale} and {targetPlayerMajorVersion} Replaces instances of "{targetPlayerMajorVersion}" and "{targetPlayerMinorVersion}" with configured value.
expected - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.IncorrectArgumentCount
 
expected - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.IncorrectElement
 
expected - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.UnexpectedArgument
 
exportAssetsTag - Variable in class org.apache.royale.swf.SWFFrame
 
ExportAssetsTag - Class in org.apache.royale.swf.tags
Represents a ExportAssets tag in a SWF file.
ExportAssetsTag() - Constructor for class org.apache.royale.swf.tags.ExportAssetsTag
Constructor.
EXTENDS - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
externalLibraryPath - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
externalLinkageLibraries - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
EXTERNS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
extractApiVersion(String) - Static method in class org.apache.royale.abc.semantics.Namespace
Get the API version from a Namespace's name.

F

FALSE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
FALSE - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
FILE_NODE - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
FILE_SPECS_VAR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
FILE_UTILS - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
fileAdded(IFileSpecification) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Called by clients of the driver object model when a file add has been detected.
fileChanged(IFileSpecification) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Called by clients of the driver object model when a file change has been detected.
FileConfigurator - Class in org.apache.royale.compiler.internal.config
A utility class, which is used to parse an XML file of configuration options and populate a ConfigurationBuffer.
FileConfigurator() - Constructor for class org.apache.royale.compiler.internal.config.FileConfigurator
 
FileConfigurator.SAXConfigurationException - Exception in org.apache.royale.compiler.internal.config
 
fileList - Variable in class org.apache.royale.compiler.problems.DuplicateQNameInSourcePathProblem
 
fileList - Variable in class org.apache.royale.compiler.problems.MainDefinitionQNameProblem
 
filename - Variable in class org.apache.royale.compiler.internal.parsing.as.OffsetCue
File that contains the characters after this cue point until the next cue point.
FilenameNormalization - Class in org.apache.royale.utils
Utility class to normalize filenames.
FilenameNormalization() - Constructor for class org.apache.royale.utils.FilenameNormalization
 
FilePrivateItemsWithMainVarWarningProblem - Class in org.apache.royale.compiler.problems
When a variable is the externally accessible package scoped definition, there is a namespace implementation issue in javascript for other file-private members.
FilePrivateItemsWithMainVarWarningProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.FilePrivateItemsWithMainVarWarningProblem
 
FilePrivateItemsWithMainVarWarningProblem(String, int, int, int, int, int, int) - Constructor for class org.apache.royale.compiler.problems.FilePrivateItemsWithMainVarWarningProblem
 
fileRemoved(IFileSpecification) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Called by clients of the driver object model when a file remove has been detected.
FileSpecification - Class in org.apache.royale.compiler.filespecs
A file specification that reads the content of the file from the file itself.
FileSpecification(String) - Constructor for class org.apache.royale.compiler.filespecs.FileSpecification
Constructor.
FileSpecification.NoCRLFInputStream - Class in org.apache.royale.compiler.filespecs
 
FileTooBig(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.FileTooBig
 
FileUtils - Class in org.apache.royale.utils
A collection of file related utilities.
FileUtils() - Constructor for class org.apache.royale.utils.FileUtils
 
FilteredIterator - Class in org.apache.royale.compiler.problems.collections
A FilteredIterator applies a IProblemFilter to an Iterator>ICompilerProblem< and generates a subsequence of the orginal Iterator's results, namely those elements that satisfy the filter.
FilteredIterator(Iterator<ICompilerProblem>, IProblemFilter) - Constructor for class org.apache.royale.compiler.problems.collections.FilteredIterator
Construct a FilteredIterator.
FINAL - Static variable in class org.apache.royale.compiler.common.ASModifier
Represents the final modifier.
FINAL - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
FINALLY - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
findMatchingEndTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Finds the close tag that matches this tag.
findTagOrSurroundingTagContainingOffset(int) - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Similar to findTagContainingOffset, but if the unit inside offset is a text node, will return the surrounding tag instead.
FlashBuilderConfigurator - Class in org.apache.royale.compiler.internal.config
A utility class, which is used to parse an XML file of configuration options and populate a ConfigurationBuffer.
FlashBuilderConfigurator() - Constructor for class org.apache.royale.compiler.internal.config.FlashBuilderConfigurator
 
FlashBuilderConfigurator.SAXConfigurationException - Exception in org.apache.royale.compiler.internal.config
 
FLEX_MAJOR_VERSION - Static variable in class org.apache.royale.compiler.common.VersionInfo
 
FLEX_MINOR_VERSION - Static variable in class org.apache.royale.compiler.common.VersionInfo
 
FLEX_NANO_VERSION - Static variable in class org.apache.royale.compiler.common.VersionInfo
 
FLEX_VERSION_TOKEN - Static variable in class org.apache.royale.compiler.config.Configuration
 
FlexGlobals - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
FlexModuleFactory - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
flush() - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
font - Static variable in class org.apache.royale.utils.Trace
 
font_cubic - Static variable in class org.apache.royale.utils.Trace
 
FOR - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
FOR_VAR_IN_CHANGES - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order.
forceSymbolClassTag(SWFFrame) - Static method in class org.apache.royale.swf.SWFFrame
Force creating a SymbolClass tag on the frame.
format(ICompilerProblem) - Method in class org.apache.royale.compiler.clients.problems.ProblemFormatter
Returns a readable description of the problem, by substituting field values for named placeholders such as ${name} in the message specified for this compiler problem.
format(Map<String, Object>) - Method in interface org.apache.royale.compiler.internal.config.localization.ILocalizedText
 
FORMAT_E4X - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
One of the two allowed values for the format attribute.
FORMAT_XML - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
One of the two allowed values for the format attribute.
formatBuffer(ConfigurationBuffer, String, LocalizationManager, String) - Static method in class org.apache.royale.compiler.internal.config.FileConfigurator
 
formatBuffer(ConfigurationBuffer, String) - Static method in class org.apache.royale.compiler.internal.config.FileConfigurator
 
formatText(String, int) - Static method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
found - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.IncorrectElement
 
found - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.UnexpectedElement
 
FrameInfo - Class in org.apache.royale.compiler.internal.config
This value object represents a frame's name and classes.
FrameInfo() - Constructor for class org.apache.royale.compiler.internal.config.FrameInfo
 
frameLabel - Variable in class org.apache.royale.swf.SWFFrame
 
FrameLabelTag - Class in org.apache.royale.swf.tags
Represents a FrameLabel tag in a SWF file.
FrameLabelTag(String) - Constructor for class org.apache.royale.swf.tags.FrameLabelTag
Constructor.
FRAMES_FRAME - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
fromCode(int) - Static method in enum org.apache.royale.swf.tags.ProductInfoTag.Edition
 
fromCode(int) - Static method in enum org.apache.royale.swf.tags.ProductInfoTag.Product
 
FUNCTION - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
Function - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
FUNCTION - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Function type.
functionName - Variable in class org.apache.royale.compiler.problems.ParameterHasNoTypeDeclarationProblem
 
FunctionReturnWatcher - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 

G

generatedClassExtendsAnother() - Method in interface org.apache.royale.compiler.embedding.IEmbedData
Check if the generated class extends another
get(char) - Static method in enum org.apache.royale.compiler.common.DependencyType
Gets the enum object from its symbol.
GET - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
get() - Static method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
get(IFileSpecification) - Method in interface org.apache.royale.compiler.mxml.IMXMLDataManager
Gets the IMXMLData for the specified MXML file.
get() - Method in interface org.apache.royale.compiler.units.requests.IRequest
Blocks until requested operation is complete.
get(File) - Method in interface org.apache.royale.swc.ISWCManager
Get the SWC model of the given SWC file.
GET_INSTANCE_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
getABCBytes() - Method in interface org.apache.royale.compiler.units.requests.IABCBytesRequestResult
 
getABCBytesRequest() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets the request object from which the caller can extract the abc bytes generated for this ICompilationUnit.
getABCData() - Method in class org.apache.royale.swf.tags.DoABCTag
A block of .abc bytecode to be parsed by the ActionScript 3.0 virtual machine, up to the end of the tag.
getAbsoluteEnd() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the absolute starting offset.
getAbsoluteEnd() - Method in class org.apache.royale.compiler.common.SourceLocation
 
getAbsoluteEnd() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the absolute ending offset of the entire definition (not just the name).
getAbsoluteEnd() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getAbsoluteFilename() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets the path to the compilation unit instance.
getAbsoluteOffset(String, int) - Method in class org.apache.royale.compiler.internal.parsing.as.OffsetLookup
Convert a local offset to an absolute offset.
getAbsoluteStart() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the absolute starting offset.
getAbsoluteStart() - Method in class org.apache.royale.compiler.common.SourceLocation
 
getAbsoluteStart() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the absolute starting offset of the entire definition (not just the name).
getAbsoluteStart() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getActualPackageName(String) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Override this to permit package aliasing on imports and elsewhere
getAdjustOpDebugLine() - Method in class org.apache.royale.compiler.config.Configuration
 
getAliases() - Static method in class org.apache.royale.compiler.config.Configuration
 
getAliases() - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getAliases() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Return an array of other names for this variable.
getAllAttributes() - Method in interface org.apache.royale.compiler.common.IMetaInfo
Returns an in-order list of all of the attributes contained within this IMetaInfo
getAllImportNodes(Collection<IImportNode>) - Method in interface org.apache.royale.compiler.tree.as.IScopedNode
Returns all the imports that are relevant in the current scope.
getAllImports(Collection<String>) - Method in interface org.apache.royale.compiler.tree.as.IScopedNode
Returns all the imports that are relevant in the current scope.
getAllLocalDefinitions() - Method in interface org.apache.royale.compiler.scopes.IASScope
Gets all the definitions in this one scope.
getAllLocalDefinitionSets() - Method in interface org.apache.royale.compiler.scopes.IASScope
Gets all the definition sets in this one scope.
getAllLocalNames() - Method in interface org.apache.royale.compiler.scopes.IASScope
Gets all the base names of definitions in this one scope.
getAllMetaTags() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Returns all the IMetaTagNode objects as an array
getAllModifiers() - Method in class org.apache.royale.compiler.common.ModifiersSet
 
getAllNamespaces() - Method in class org.apache.royale.compiler.common.PrefixMap
Returns all the namespace URIs known to this map
getAllowAbstractClasses() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getAllowImportAliases() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getAllowPrivateConstructors() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getAllowPrivateNameConflicts() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getAllowSourcePathOverlap() - Method in class org.apache.royale.compiler.config.Configuration
 
getAllowSubclassOverrides() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getAllowSubclassOverrides() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
 
getAllPrefixes() - Method in class org.apache.royale.compiler.common.PrefixMap
Returns all the prefixes known to this map.
getAllTags() - Method in interface org.apache.royale.compiler.tree.metadata.IMetaTagsNode
Returns all the IMetaTagNode objects as an array
getAlpha() - Method in class org.apache.royale.swf.types.RGBA
Get alpha component.
getAncestorOfType(Class<? extends IDefinition>) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets an ancestor definition of this definition.
getAncestorOfType(Class<? extends IASNode>) - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get the nearest ancestor of this node that has the specified type.
getApiReport() - Method in class org.apache.royale.compiler.config.Configuration
 
getApiVersion() - Method in class org.apache.royale.abc.semantics.Namespace
 
getApplicationDomain(String) - Method in class org.apache.royale.compiler.config.Configuration
Get the application domain an RSL should be loaded into.
getApplicationDomain() - Method in class org.apache.royale.compiler.config.RSLSettings
One of ApplicationDomainTarget that control which domain an RSL is loaded into.
getApplicationDomainValue() - Method in enum org.apache.royale.compiler.config.ApplicationDomainTarget
The value the Flex runtime understands.
getArgCount() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
getArgName(int) - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Return the name of each parameter.
getArgs() - Method in class org.apache.royale.compiler.config.ConfigurationValue
getArgs
getArgType(int) - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Return the type of each parameter.
getArgumentName(int) - Static method in class org.apache.royale.compiler.internal.config.RSLArgumentNameGenerator
Converts a zero based index into an argument name.
getArrayElementType(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
If this IVariableDefinition is of type Array and has [ArrayElementType("...")] metadata, this method returns the specified type for the array elements.
getASDocComment() - Method in interface org.apache.royale.compiler.tree.as.IDocumentableDefinitionNode
Gets the IASDocComment attached to this IDocumentableDefinitionNode.
getASDocDelegate() - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Gets the IASDocDelegate that instances of ASParser will use to record information about ASDoc comments.
getASMetadataNames() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getASMetadataNames() - Method in interface org.apache.royale.compiler.targets.ITarget
Get the set of metadata names that will be preserved in the target or recorded in the SWC target.
getASMetadataNames() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
The names of ActionScript metadata that will be preserved in the target.
getASModifier(String) - Static method in class org.apache.royale.compiler.common.ASModifier
Returns the ASModifier for the given string literal
getASParserASDocDelegate() - Method in interface org.apache.royale.compiler.asdoc.IASDocDelegate
Get's an implementation of IASParserASDocDelegate that can be used by the ASParser to record information about ASDoc comments encountered while parsing ActionScript.
getAssetNames() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the names of all the assets that are involved in the ITarget.
getAssetTagCache() - Method in interface org.apache.royale.swc.ISWCManager
Get asset tags cache.
getAssignedValueNode() - Method in interface org.apache.royale.compiler.tree.as.IVariableNode
 
getAST() - Method in interface org.apache.royale.compiler.units.requests.ISyntaxTreeRequestResult
 
getAttribute(String) - Method in interface org.apache.royale.compiler.common.IMetaInfo
Gets the IMetaTagAttribute found on the tag for the given key
getAttribute(EmbedAttribute) - Method in interface org.apache.royale.compiler.embedding.IEmbedData
Returns the value of an attribute.
getAttributeDatas() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets all of the attributes in this tag.
getAttributes() - Method in interface org.apache.royale.compiler.embedding.IEmbedData
 
getAttributeValue(String) - Method in interface org.apache.royale.compiler.common.IMetaInfo
Gets the value of the given attribute found on the tag
getBackgroundColor() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getBackgroundColor() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the background color.
getBackgroundColor() - Method in interface org.apache.royale.swf.ISWF
Get SWF movie background color.
getBaseClassName() - Method in interface org.apache.royale.compiler.embedding.transcoders.ITranscoder
 
getBaseClassQName() - Method in interface org.apache.royale.compiler.embedding.transcoders.ITranscoder
 
getBaseName() - Method in class org.apache.royale.abc.semantics.Name
 
getBaseName() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the base (i.e., unqualified) name of this definition.
getBaseName() - Method in interface org.apache.royale.compiler.definitions.references.INamespaceReference
 
getBindableEventNames() - Method in interface org.apache.royale.compiler.definitions.IDefinition
 
getBindingEventHandlerClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getBindingEventHandlerEvent() - Method in class org.apache.royale.compiler.config.Configuration
 
getBindingEventHandlerInterface() - Method in class org.apache.royale.compiler.config.Configuration
 
getBindingValueChangeEvent() - Method in class org.apache.royale.compiler.config.Configuration
 
getBindingValueChangeEventKind() - Method in class org.apache.royale.compiler.config.Configuration
 
getBindingValueChangeEventType() - Method in class org.apache.royale.compiler.config.Configuration
 
getBlue() - Method in class org.apache.royale.swf.types.RGB
Get blue component.
getBOM(BufferedInputStream) - Static method in class org.apache.royale.compiler.filespecs.CombinedFile
Get the BOM tag of a stream.
getBuffer() - Method in class org.apache.royale.compiler.config.ConfigurationValue
getBuffer
getBuild() - Static method in class org.apache.royale.compiler.common.VersionInfo
 
getBuild() - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
getBuildLong() - Static method in class org.apache.royale.compiler.common.VersionInfo
Get the build number as a long.
getBuiltinType(IASLanguageConstants.BuiltinType) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Helper method to get some of the built-in types (*, String, Number, etc).
getBundle() - Static method in class org.apache.royale.compiler.Messages
 
getByteArrayEmbedClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getCallAt(Throwable, int) - Static method in class org.apache.royale.utils.ExceptionUtil
Return the "nth" method call from the stack trace of "t", where 0 is the top.
getCharacterID() - Method in interface org.apache.royale.swf.tags.ICharacterTag
Get the UI16 character ID.
getCharacterNames() - Method in class org.apache.royale.swf.tags.ExportAssetsTag
Get all the symbol names.
getCharacterTagByName(String) - Method in class org.apache.royale.swf.tags.ExportAssetsTag
Get a character tag by its assigned name.
getChild(int) - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get a particular child of this node
getChildCount() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get the number of children
getClassByAlias - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
getCode() - Method in enum org.apache.royale.swf.tags.ProductInfoTag.Edition
 
getCode() - Method in enum org.apache.royale.swf.tags.ProductInfoTag.Product
 
getColumn() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the local column number.
getColumn() - Method in class org.apache.royale.compiler.common.SourceLocation
Get the column number where this node starts.
getColumn() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local column number of the entire definition (not just the name).
getColumn() - Method in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
getColumn() - Method in interface org.apache.royale.compiler.parsing.ICMToken
Returns the column of this token.
getColumn() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getComment(IDefinition) - Method in interface org.apache.royale.swc.dita.IDITAEntry
Returns the comment for the specific IDefinition if it exists.
getComment(IDefinition) - Method in interface org.apache.royale.swc.dita.IDITAList
Returns an IASDocComment for the given IDefinition we are looking for.
getCompilableText() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets this compilable text inside this tag.
getCompilationUnits() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getCompilationUnits(String) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Get all compilation units from the filename
getCompilationUnits(String, ICompilerProject) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Get all compilation units in the specified project related to the specified file name.
getCompilationUnitType() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
 
getCompileDate() - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
getCompilerAccessible() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerActionscriptFileEncoding() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerAllowAbstractClasses() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerAllowImportAliases() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerAllowPrivateConstructors() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerAllowPrivateNameConflicts() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerAllowSubclassOverrides() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerBuild() - Static method in class org.apache.royale.compiler.common.VersionInfo
The build number of the compiler.
getCompilerBuild() - Method in interface org.apache.royale.swc.ISWCVersion
The build number of the compiler that created the SWC.
getCompilerCompatibilityVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerCompatibilityVersionString() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerContextRoot() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerDefaultsCssUrl() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerDefine() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerDoc() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerExternalLibraryPath() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerGenerateAbstractSyntaxTree() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerGeneratedDirectory() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerIncludeLibraries() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerInfoFlex() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerIsolateStyles() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerKeepAs3Metadata() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerLibraryPath() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerLocales() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMinimumSupportedVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMinimumSupportedVersionString() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlChildrenAsData() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlCompatibilityVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlCompatibilityVersionString() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlForceLocalId() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlImplicitImports() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlMajorCompatibilityVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlMinimumSupportedVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlMinimumSupportedVersionString() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlMinorCompatibilityVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerMxmlRevisionCompatibilityVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerName() - Static method in class org.apache.royale.compiler.common.VersionInfo
The name of the compiler.
getCompilerName() - Method in interface org.apache.royale.swc.ISWCVersion
The name of the compiler that created the SWC.
getCompilerNamespacesManifestMappings() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerOptimize() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerPreloader() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerProblemSettings() - Method in class org.apache.royale.compiler.config.Configurator
 
getCompilerProblemSettings() - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Get the settings that control how compiler problems are reported.
getCompilerResourceBundlePathForLocale(String) - Method in class org.apache.royale.compiler.config.Configuration
Get the source paths computed from the given locale.
getCompilerServices() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerSourcePath() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerSourcePathInfo() - Static method in class org.apache.royale.compiler.config.Configuration
 
getCompilerStrictIdentifierNames() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerSwfExternalLibraryPath() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerSwfLibraryPath() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerThemeCssFiles() - Method in class org.apache.royale.compiler.config.Configuration
 
getCompilerThemeFiles() - Method in class org.apache.royale.compiler.config.Configuration
Get normalized theme file paths.
getCompilerVersion() - Static method in class org.apache.royale.compiler.common.VersionInfo
The version of the compiler.
getCompilerVersion() - Method in interface org.apache.royale.swc.ISWCVersion
The version of the compiler that created the SWC.
getCompilingForAIR() - Method in class org.apache.royale.compiler.config.Configuration
 
getComponentFactoryClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getComponentFactoryInterface() - Method in class org.apache.royale.compiler.config.Configuration
 
getComponents() - Method in interface org.apache.royale.swc.ISWC
Get the manifest information.
getCompositePrefixMap() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the namespace mapping that apply to this tag, taking ancestor tags into account.
getConfiguration() - Method in class org.apache.royale.compiler.config.Configurator
 
getConfigurationBuffer() - Method in class org.apache.royale.compiler.config.Configurator
 
getConfigurationProblems() - Method in class org.apache.royale.compiler.config.Configuration
Get the configuration problems.
getConfigurationProblems() - Method in class org.apache.royale.compiler.config.Configurator
 
getConfigurationProblems() - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Get the configuration problems.
getContainedScope() - Method in interface org.apache.royale.compiler.definitions.IScopedDefinition
Returns the scope that is contained within this definition.
getContainerType() - Method in interface org.apache.royale.compiler.tree.as.IContainerNode
Returns the type of the container that his node represents
getContainingFilePath() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the file path in which this definition is defined.
getContainingFilePath() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the file path in which this type is defined
getContainingNode(int) - Method in interface org.apache.royale.compiler.tree.as.IASNode
Gets the child node that contains the offset
getContainingScope() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the scope in which this definition exists.
getContainingScope() - Method in interface org.apache.royale.compiler.scopes.IASScope
Gets the scope that lexically contains this scope.
getContainingScope() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Gets the containing scope for this node
getContainingSourceFilePath(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the source file path in which this definition is defined.
getContainingSWCPath() - Method in interface org.apache.royale.swc.ISWCFileEntry
Get the path of the SWC in which this file is contained
getContainingTag(int) - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Get the nearest containing tag.
getContentEnd() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Returns the offset after the last character of actual content.
getContentStart() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Returns the first character of the actual content of the unit For most units this is the same as getStart(), but for things like tags which have "junk punctuation" around them, SourceLocation.getAbsoluteStart() will return the junk punctuation, whereas getContentStart will get the content inside the punctuation.
getContext() - Method in class org.apache.royale.compiler.config.ConfigurationValue
getContext
getCreateTargetWithErrors() - Method in class org.apache.royale.compiler.config.Configuration
 
getCSSDocumentCache() - Method in interface org.apache.royale.swc.ISWCManager
 
getDebugPassword() - Method in class org.apache.royale.compiler.config.Configuration
Lets you engage in remote debugging sessions with the Flash IDE.
getDeclarationEnd() - Method in interface org.apache.royale.compiler.tree.as.IVariableNode
Get the local end offset of this variable declaration.
getDecoratedDefinition() - Method in interface org.apache.royale.compiler.definitions.metadata.IMetaTag
Gets the definition to which this metadata annotation is attached.
getDecoratedDefinitionNode() - Method in interface org.apache.royale.compiler.common.IDecoration
Returns the parent that is being decorated by this IDecoration
getDefaultArgValues() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Get any default values for an argument
getDefaultBackgroundColor() - Method in class org.apache.royale.compiler.config.Configuration
 
getDefaultBackgroundColor() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultBackgroundColor() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the default background color.
getDefaultCSS() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultCSS() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the location of the default CSS file.
getDefaultFrameRate() - Method in class org.apache.royale.compiler.config.Configuration
 
getDefaultFrameRate() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultFrameRate() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the default frame rate.
getDefaultHeight() - Method in class org.apache.royale.compiler.config.Configuration
 
getDefaultHeight() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultHeight() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the default height.
getDefaultScriptRecursionLimit() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultScriptRecursionLimit() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the default script recursion limit.
getDefaultScriptTimeLimit() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultScriptTimeLimit() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the default script time limit.
getDefaultsCSSFiles() - Method in class org.apache.royale.compiler.config.Configuration
List of filenames of defaults style stylesheets (css only).
getDefaultsCSSFiles() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultsCSSFiles() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
 
getDefaultValue() - Method in interface org.apache.royale.compiler.tree.as.IParameterNode
Returns the optional default value specified by the default value passed into an argument
getDefaultWidth() - Method in class org.apache.royale.compiler.config.Configuration
 
getDefaultWidth() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getDefaultWidth() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the default width.
getDefinition() - Method in interface org.apache.royale.compiler.scopes.IASScope
Gets the scoped definition that produced this scope.
getDefinition(int) - Method in interface org.apache.royale.compiler.scopes.IDefinitionSet
Gets a definition in this set, by index.
getDefinition() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
 
getDefinition() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
 
getDefinitionByName - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
getDefinitionNames() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the list of all the top-level, externally-visible definitions in the ITarget.
getDefinitionPriority() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets the definition priority for definitions defined by the compilation unit.
getDefinitionPromises() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
 
getDefinitions() - Method in interface org.apache.royale.swc.ISWCScript
Get a list of QNames declared in the <def> tags.
getDependencies() - Method in interface org.apache.royale.swc.ISWCScript
Get a map of dependencies and their dependency types.
getDependencyGraphOutput() - Method in class org.apache.royale.compiler.config.Configuration
Gets the location the graphml version of the dependency graph should be written to, null if no dependecy graph should be written.
getDeprecatedMessage() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
getDeprecatedReplacement() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
getDeprecatedSince() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
getDeprecationInfo() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the information in the definition's [Deprecated] metadata.
getDescription() - Method in interface org.apache.royale.compiler.asdoc.IASDocComment
 
getDescription() - Method in interface org.apache.royale.compiler.asdoc.IASDocTag
 
getDescription(ConfigurationBuffer, String, LocalizationManager, String) - Static method in class org.apache.royale.compiler.config.CommandLineConfigurator
 
getDiagnosticsLevel() - Method in class org.apache.royale.compiler.config.Configuration
 
getDialectForLanguageNamespace(String) - Static method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the MXMLDialect object corresponding to a specified language namespace.
getDigests() - Method in interface org.apache.royale.swc.ISWCLibrary
Get the digests of the library.
getDirectByteArray() - Method in class org.apache.royale.utils.DAByteArrayOutputStream
Get the byte array contained within this stream.
getDirectDependencies(ICompilationUnit) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Gets the set of compilation units depended on directly by the specified compilation unit.
getDirectReverseDependencies(ICompilationUnit, DependencyTypeSet) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Gets the set of compilation units that directly depend on the specified compilation unit.
getDisplayString() - Method in interface org.apache.royale.compiler.definitions.references.IReference
Gets a string representation of this reference suitable for display in the description of a compiler problem.
getDITAList() - Method in interface org.apache.royale.swc.ISWC
Get the IDITAList for any DITA entries contained in this SWC
getDoABCTag() - Method in interface org.apache.royale.compiler.units.requests.ISWFTagsRequestResult
Gets the abc tag that ISWFTagsRequestResult.addToFrame(SWFFrame) will add to a frame.
getDoABCTagName() - Method in interface org.apache.royale.compiler.units.requests.ISWFTagsRequestResult
Gets the name of the abc tag that ISWFTagsRequestResult.addToFrame(SWFFrame) will add to a frame.
getDumpConfig() - Method in class org.apache.royale.compiler.config.Configuration
 
getEdition() - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
getEmbeddedFilenames() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
 
getEmbeds() - Method in interface org.apache.royale.compiler.units.requests.IABCBytesRequestResult
 
getEnableDebugger2() - Method in interface org.apache.royale.swf.ISWF
 
getEnableRuntimeDesignLayers() - Method in class org.apache.royale.compiler.config.Configuration
 
getEnableSwcVersionFiltering() - Method in class org.apache.royale.compiler.config.Configuration
 
getEnableTelemetry() - Method in interface org.apache.royale.swf.ISWF
Get the EnableTelemetryTag tag.
getEnd() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the local ending offset.
getEnd() - Method in class org.apache.royale.compiler.common.SourceLocation
 
getEnd() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local ending offset of this entire definition (not just the name).
getEnd() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets the ending offset of the last unit.
getEnd() - Method in interface org.apache.royale.compiler.parsing.ICMToken
Returns the end offset of this token
getEnd() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getEndColumn() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the local column number at the end.
getEndColumn() - Method in class org.apache.royale.compiler.common.SourceLocation
Get the column number where this node ends.
getEndColumn() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local column number of the end of the entire definition (not just the name).
getEndColumn() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getEndLine() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the local line number at the end.
getEndLine() - Method in class org.apache.royale.compiler.common.SourceLocation
Get the line number where this node ends.
getEndLine() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local line number of the end of the entire definition (not just the name).
getEndLine() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getEntries() - Method in interface org.apache.royale.swc.dita.IDITAList
Returns all of the IDITAEntry elements contained within this SWC
getEntry(String) - Method in interface org.apache.royale.swc.dita.IDITAList
Returns the IDITAEntry for the given package.
getErrorProblems() - Method in class org.apache.royale.compiler.config.Configuration
Get the collection of user specified problem classes that should be treated as errors.
getErrorProblems() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
A collection of problem classes that should be report as errors.
getErrorProblems() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
getErrorsAndWarnings(Collection<ICompilerProblem>, Collection<ICompilerProblem>) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Categorize the compiler problems into two bins, errors and warning.
getExcludeDefaultsCSSFiles() - Method in class org.apache.royale.compiler.config.Configuration
List of filenames to exclude from list of defaults style stylesheets (css only).
getExcludeDefaultsCSSFiles() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getExcludeDefaultsCSSFiles() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
 
getExplicitSourceComment() - Method in interface org.apache.royale.compiler.definitions.IDocumentableDefinition
Gets the IASDocComment for the ASDoc comment attached to this IDocumentableDefinition.
getExtendedInterfaceReferences() - Method in interface org.apache.royale.compiler.definitions.IInterfaceDefinition
Returns IReference objects that will resolve to any interface this interface directly extends.
getExtendedInterfacesAsDisplayStrings() - Method in interface org.apache.royale.compiler.definitions.IInterfaceDefinition
Returns the names of any interfaces that this interface directly references.
getExtension() - Method in enum org.apache.royale.compiler.targets.ITarget.TargetType
 
getExtensions() - Method in class org.apache.royale.compiler.config.Configurator
 
getExternalLibraryPath() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getExternalLibraryPath() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a collection of libraries whose classes are not be linked into the target.
getExternallyVisibleDefinitions() - Method in interface org.apache.royale.compiler.units.requests.IFileScopeRequestResult
 
getExterns() - Method in class org.apache.royale.compiler.config.Configuration
 
getExterns() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getExterns() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a list of fully qualified class names that should not be linked into the target.
getFile(String) - Method in interface org.apache.royale.swc.ISWC
Get the asset information encoded in the file tags for the specific filename
getFileHandle() - Method in class org.apache.royale.compiler.filespecs.BaseFileSpecification
Returns the file handle.
getFilename(int) - Method in class org.apache.royale.compiler.internal.parsing.as.OffsetLookup
Get the name of the file that contains the given absolute offset.
getFilename() - Method in class org.apache.royale.compiler.workspaces.IInvalidationListener.InvalidatedDefinition
 
getFiles() - Method in interface org.apache.royale.swc.ISWC
Get the assets information encoded in the file tags.
getFileScopeCache() - Method in interface org.apache.royale.swc.ISWCManager
Get file scope cache.
getFileScopeRequest() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets the request object from which the caller can extract the root scope, AST, and any parsing ICompilerProblems, for the CompilationUnit.
getFileSpecification(String) - Method in interface org.apache.royale.compiler.common.IFileSpecificationGetter
Returns the most recent IFileSpecification given to the implementation for a specified path.
getFileSpecification() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets the file on disk that created this MXMLData.
getFileSpecification() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get the IFileSpecification that produced this node
getFileSpecs() - Method in class org.apache.royale.compiler.config.Configuration
 
getFilteredIterable(Collection<ICompilerProblem>, IProblemFilter) - Static method in class org.apache.royale.compiler.problems.collections.FilteredIterator
Convenience method extends the FilteredIterator concept to an Iterable.
getFilteredProblems() - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Get an iterator over the set of problems that are to be reported based on the current settings.
getFirst() - Method in interface org.apache.royale.compiler.definitions.IQualifiers
Get the first namespace.
getFirstChild(boolean) - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the first child open tag of this tag.
getFirstChildUnit() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the first child unit inside this tag.
getFlags() - Method in class org.apache.royale.swf.tags.DoABCTag
A 32-bit flags value, which may contain the following bits set: kDoABCLazyInitializeFlag = 1 Indicates that the ABC block should not be executed immediately, but only parsed.
getForceRsls() - Method in class org.apache.royale.compiler.config.Configuration
Get the array of SWCs that should have their RSLs loaded, even if the compiler detects no classes being used from the SWC.
getFrameAt(int) - Method in interface org.apache.royale.swf.ISWF
Get frame by index.
getFrameClasses() - Method in class org.apache.royale.compiler.internal.config.FrameInfo
 
getFrameCount() - Method in interface org.apache.royale.swf.ISWF
Get number of frames.
getFrameLabels() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getFrameLabels() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
A List of FrameInfo objects that describe extra frames of a SWF.
getFrameList() - Method in class org.apache.royale.compiler.config.Configuration
 
getFrameRate() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getFrameRate() - Method in interface org.apache.royale.swf.ISWF
Get frame delay in 8.8 fixed number of frames per second.
getFrameSize() - Method in interface org.apache.royale.swf.ISWF
Get SWF frame size in Twips.
getFunctionClassification() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Get the classification for this function (local, argument, class member, etc)
getFunctionClassification() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Get the classification for this function (local, argument, class member, etc)
getFunctionNode() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Returns the IFunctionNode from which this definition was created, if the definition came from the AST for a source file.
getFxgBaseClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getGeneratedURIPrefix() - Method in interface org.apache.royale.compiler.definitions.INamespaceDefinition.INamespaceWithPackageName
Retrieves the string that should be used as the prefix for URI's in generated protected and static protected namespace definitions in classes.
getGetterMethod() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
getGreen() - Method in class org.apache.royale.swf.types.RGB
Get green component.
getHeight() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getHeight() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the user-defined height.
getHeight() - Method in class org.apache.royale.swf.types.Rect
 
getHeightPercent() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the user-defined height percentage.
getHeightPercentage() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getIcon() - Method in interface org.apache.royale.swc.ISWCComponent
Relative path of the icon image file.
getID() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getID() - Method in interface org.apache.royale.compiler.problems.ICompilerProblem
Returns a unique identifier for this type of problem.
getIgnoreProblems() - Method in class org.apache.royale.compiler.config.Configuration
Get the collection of user specified problem classes that should be ignored.
getIgnoreProblems() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
A collection of problem classes that should not be reported.
getIgnoreProblems() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
getImportAlias() - Method in interface org.apache.royale.compiler.tree.as.IImportNode
Returns the alias for this import, if one exists
getImportKind() - Method in interface org.apache.royale.compiler.tree.as.IImportNode
Returns the type that this import represents
getImportName() - Method in interface org.apache.royale.compiler.tree.as.IImportNode
Get the name of the target definition we are importing
getImportNameNode() - Method in interface org.apache.royale.compiler.tree.as.IImportNode
Returns the expression underlying this import node
getImportTarget() - Method in interface org.apache.royale.compiler.tree.as.IImportNode
Creates an import target for the given import
getIncludeClasses() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeClasses() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludeClasses() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a collection of fully-qualified class names that are included in the target library.
getIncludedFiles() - Method in interface org.apache.royale.compiler.units.requests.ISyntaxTreeRequestResult
 
getIncludeFiles() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeFiles() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludeFiles() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a collection of files that are included in the target library.
getIncludeInheritanceDependenciesOnly() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeLibraries() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludeLibraries() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a collection of libraries whose classes are linked into the target.
getIncludeLookupOnly() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeNamespaces() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeNamespaces() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludeNamespaces() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a collection of namespaces that are included in the target library.
getIncludeResourceBundles() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeResourceBundles() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludeResourceBundles() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a collection of resource bundle names that are included in the target library.
getIncludes() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludes() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludes() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a list of fully qualified class names that should be linked into the target regardless of whether they are required by the target or not.
getIncludesCompilationUnits() - Method in interface org.apache.royale.compiler.targets.ITarget
Returns mixins.
getIncludeSources() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeSources() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludeSources() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a collection of sources that are included in the target library.
getIncludeStyleSheets() - Method in class org.apache.royale.compiler.config.Configuration
 
getIncludeStyleSheets() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getIncludeStyleSheets() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a map of style sheet names and files that are included in the target library.
getIncludeTreeLastModified() - Method in interface org.apache.royale.compiler.tree.as.IFileNode
Returns a last modification timestamp of the current include file tree
getIncludingCompilationUnits(String) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Get all compilation units from which the filename is included.
getIndex() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Get this unit's position in the IMXMLData.
getInfo(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getInfoFlex() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getInfoFlex() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
 
getInstance() - Static method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
Gets the singleton instance of this class.
getInstance() - Static method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2009
Gets the singleton instance of this class.
getInstance() - Static method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2012
Gets the singleton instance of this class.
getInstanceType(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
If this IVariableDefinition is of type IDeferredInstance and has [InstanceType("...")} metadata, this method returns the specified type for the deferred instance.
getInterfaceClassification() - Method in interface org.apache.royale.compiler.definitions.IInterfaceDefinition
Returns the classification of this ActionScript interface
getInternalErrors() - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Get an iterator over all internal errors.
getInvisibleAndVisibleCompilationUnits(String, ICompilerProject) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Gets an iterator that iterates first over all invisible ICompilationUnit's for the specified file path in the specified ICompilerProject and then over all visible ICompilationUnit's for the specified file path in the specified ICompilerProject.
getKeepAS3MetadataSet() - Method in interface org.apache.royale.swc.ISWCLibrary
Gets all the metadata names in the <keep-as3-metadata> tag.
getKey() - Method in interface org.apache.royale.compiler.definitions.metadata.IMetaTagAttribute
Gets the key of the attribute, or null if this attribute is a keyless value.
getKind() - Method in class org.apache.royale.abc.semantics.Name
 
getKind() - Method in class org.apache.royale.abc.semantics.Namespace
 
getLabel() - Method in class org.apache.royale.compiler.internal.config.FrameInfo
 
getLanguageNamespace() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the language namespace for this dialect of MXML.
getLastModified() - Method in class org.apache.royale.compiler.filespecs.BaseFileSpecification
Get the last modified timestamp of the file
getLastModified() - Method in class org.apache.royale.compiler.filespecs.CombinedFile
Get the time stamp of the most recent modified file among the source files.
getLastModified() - Method in interface org.apache.royale.compiler.filespecs.IFileSpecification
Get the last modified timestamp of the file
getLastModified() - Method in interface org.apache.royale.compiler.units.requests.ISyntaxTreeRequestResult
 
getLastModified() - Method in interface org.apache.royale.swc.ISWCFileEntry
Get the time-stamp of the file.
getLastModified() - Method in interface org.apache.royale.swc.ISWCScript
Get the last modified time-stamp of the script.
getLibraries() - Method in interface org.apache.royale.swc.ISWC
Get the SWF libraries.
getLibrary(String) - Method in interface org.apache.royale.swc.ISWC
Get a library entry by path.
getLibraryFile() - Method in class org.apache.royale.compiler.config.RSLSettings
 
getLibraryNames() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the name of all the libraries that are involved in the ITarget.
getLibVersion() - Static method in class org.apache.royale.compiler.common.VersionInfo
 
getLine() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the local line number.
getLine() - Method in class org.apache.royale.compiler.common.SourceLocation
Get the line number where this node starts.
getLine() - Method in class org.apache.royale.compiler.config.ConfigurationValue
getLine
getLine() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local line number of this entire definition (not just the name).
getLine() - Method in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
getLine() - Method in interface org.apache.royale.compiler.parsing.ICMToken
Returns the line of this token..
getLine() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getLineColumnString() - Method in class org.apache.royale.compiler.common.SourceLocation
Displays Line and Column numbers
getLinkReport() - Method in class org.apache.royale.compiler.config.Configuration
 
getLinkReport() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getLinkReport() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the file that specifies where the link report should be written.
getLoadConfig() - Method in class org.apache.royale.compiler.config.Configuration
 
getLoadedConfigurationFiles() - Method in class org.apache.royale.compiler.config.Configurator
 
getLoadedConfigurationFiles() - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Get the list of configuration files that were loaded while processing compiler settings.
getLocalDefinitionSetByName(String) - Method in interface org.apache.royale.compiler.scopes.IASScope
Gets the set of definitions in this one scope that have the specified base name.
getLocaleDependentSources() - Method in class org.apache.royale.compiler.config.Configuration
Returns a map that stores locale dependent files.
getLocalEnd() - Method in interface org.apache.royale.compiler.parsing.IASToken
 
getLocalFunctions() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Get local functions within
getLocalizedText(Locale, String) - Method in interface org.apache.royale.compiler.internal.config.localization.ILocalizer
 
getLocalizedText(Locale, String) - Method in class org.apache.royale.compiler.internal.config.localization.ResourceBundleLocalizer
 
getLocalizedTextString(String) - Method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
getLocalizedTextString(String, Map<String, Object>) - Method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
getLocalizedTextString(Locale, String, Map<String, Object>) - Method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
getLocalizedTextString(Object) - Method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
getLocalizedTextString(Locale, Object) - Method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
getLocalOffset(int) - Method in class org.apache.royale.compiler.internal.parsing.as.OffsetLookup
Translate absolute offset to local offset.
getLocalStart() - Method in interface org.apache.royale.compiler.parsing.IASToken
 
getLocationOfChildUnits() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the source location of this tag's child units.
getLogicalText() - Method in interface org.apache.royale.compiler.internal.parsing.ISourceFragment
Gets the post-processed text for this fragment.
getMainDefinition() - Method in class org.apache.royale.compiler.config.Configuration
Main definition is the root class of a SWF.
getMainDefinition(String) - Method in interface org.apache.royale.compiler.units.requests.IFileScopeRequestResult
 
getMajorVersion() - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
getManifestFileName() - Method in class org.apache.royale.compiler.internal.mxml.MXMLNamespaceMapping
 
getManifestFileName() - Method in interface org.apache.royale.compiler.mxml.IMXMLNamespaceMapping
Returns the normalized absolute file name to the manifest file of the mapping.
getMaskValue() - Method in class org.apache.royale.compiler.common.ASModifier
 
getMaxRecursionDepth() - Method in class org.apache.royale.swf.tags.ScriptLimitsTag
The MaxRecursionDepth field sets the ActionScript maximum recursion limit.
getMaxSize() - Method in interface org.apache.royale.compiler.scopes.IDefinitionSet
 
getMessage(String) - Method in class org.apache.royale.compiler.clients.problems.ProblemFormatter
Returns message for the specified key using the resource bundle generated for the specified locale.
getMessage() - Method in interface org.apache.royale.compiler.definitions.metadata.IDeprecationInfo
 
getMessage() - Method in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
getMetadata() - Method in interface org.apache.royale.swf.ISWF
Get the Metadata text.
getMetadataDate() - Method in class org.apache.royale.compiler.config.Configuration
 
getMetadataDateFormat() - Method in class org.apache.royale.compiler.config.Configuration
 
getMetadataParserASDocDelegate() - Method in interface org.apache.royale.compiler.asdoc.IASParserASDocDelegate
Called by the ASParser to get an implementation of IMetadataParserASDocDelegate that will be used by the MetadataParser to record information about ASDoc comments encountered while parsing ActionScript meta-data.
getMetaInfos() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the IMetaInfos for all the metadat tags of this node.
getMetaTagByName(String) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Returns the first IMetaTagNode matching the given name
getMetaTags() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the metadata tags of this node.
getMetaTagsByName(String) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets all the IMetaTagNode objects that match the given name
getMinorVersion() - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
getMissingConfigurationFiles() - Method in class org.apache.royale.compiler.config.Configurator
 
getMissingConfigurationFiles() - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Get the list of configuration files that were specified to be loaded but not found while processing compiler settings.
getMobile() - Method in class org.apache.royale.compiler.config.Configuration
 
getModifier() - Method in interface org.apache.royale.compiler.tree.as.IModifierNode
Gets the modifier as an ASModifier.
getModifiers() - Method in interface org.apache.royale.compiler.definitions.IDefinition
 
getModifierString() - Method in interface org.apache.royale.compiler.tree.as.IModifierNode
Gets the modifier as a String.
getMxmlChildrenAsData() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getMxmlChildrenAsData() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
 
getMXMLDataManager() - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Gets the singleton that manages DOM-like MXMLData objects for MXML files in the workspace.
getMXMLDialect(PrefixMap) - Static method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Given a PrefixMap representing the xmlns attributes on the root tag, determines which dialect of MXML is being used.
getMXMLDialect() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets the MXML dialect being used.
getMXMLDialect() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the MXML dialect used in the document containing this attribute.
getMXMLDialect() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Returns the MXML dialect used in the MXML document that contains this unit.
getMxmlImplicitImports() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getMxmlImplicitImports() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Gets the implicit imports for MXML.
getName() - Method in class org.apache.royale.abc.semantics.Namespace
 
getName() - Method in interface org.apache.royale.compiler.asdoc.IASDocTag
 
getName() - Method in class org.apache.royale.compiler.common.XMLName
Get the element's unqualified local name
getName() - Method in enum org.apache.royale.compiler.constants.IASLanguageConstants.BuiltinType
 
getName() - Method in interface org.apache.royale.compiler.definitions.references.IReference
Gets the base name for this reference.
getName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the name of this attribute as written, such as "s:width.over".
getName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the name of this tag as written, such as "s:width.over" .
getName() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the name of the type
getName() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets a string that is unique to the compilation unit instance and can be used to produce an ordering of compilation units that is stable across different compilation runs.
getName() - Method in interface org.apache.royale.swc.ISWCComponent
Display name of a component.
getName() - Method in interface org.apache.royale.swc.ISWCScript
Get the name of the script.
getName() - Method in class org.apache.royale.swf.SWFFrame
Get frame name.
getName() - Method in class org.apache.royale.swf.tags.DoABCTag
The name assigned to the bytecode.
getName() - Method in class org.apache.royale.swf.tags.FrameLabelTag
Get the frame name.
getName() - Method in enum org.apache.royale.swf.tags.ProductInfoTag.Edition
 
getName() - Method in enum org.apache.royale.swf.tags.ProductInfoTag.Product
 
getNameAbsoluteEnd() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the absolute end offset of the name
getNameAbsoluteStart() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the absolute start offset of the name
getNameColumn() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local column number of the name of this definition.
getNamedColor(String) - Method in interface org.apache.royale.compiler.projects.ICompilerProjectWithNamedColor
 
getNamedEntity(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the character corresponding to an entity name in this dialect of MXML.
getNameEnd() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local ending offset of the name of this definition.
getNameEnd() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the local end offset of the name
getNameExpressionNode() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Gets the expression that represents the name of this IDefinitionNode
getNameLine() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local line number of the name of this definition.
getNamespace() - Method in interface org.apache.royale.compiler.common.IImportTarget
Gets the INamespaceDefinition for the imported package's public namespace.
getNamespace() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Returns the namespace that this member belongs to
getNamespaceClassification() - Method in interface org.apache.royale.compiler.definitions.INamespaceDefinition
Get the classification for this namespace (local, package level, etc, etc)
getNamespaceClassification() - Method in interface org.apache.royale.compiler.tree.as.INamespaceNode
Get the classification for this namespace (local, package level, etc, etc)
getNamespaceContext() - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
getNamespaceCount() - Method in interface org.apache.royale.compiler.definitions.IQualifiers
Gets the number of namespaces in the set.
getNamespaceForPrefix(String) - Method in class org.apache.royale.compiler.common.PrefixMap
Returns the namespace for the given prefix.
getNamespacePackageName() - Method in interface org.apache.royale.compiler.definitions.INamespaceDefinition.INamespaceWithPackageName
Retrieves the package name associated with this namespace.
getNamespaceReference() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the namespace that this definition belongs to.
getNamespaceSet() - Method in interface org.apache.royale.compiler.definitions.IQualifiers
Gets the set of namespaces.
getNamespaceURINode() - Method in interface org.apache.royale.compiler.tree.as.INamespaceNode
Return the initializer for this namespace decl
getNameStart() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local starting offset of the name of this definition.
getNameStart() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the local start offset of the name
getNext() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Gets the next MXML unit.
getNextSibling(boolean) - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the next sibling open tag of this tag.
getNextSiblingUnit() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Gets the next sibling unit after this unit.
getNextTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Gets the next tag.
getNode() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Returns the IDefinitionNode from which this definition was created, if the definition came from the AST for a source file.
getNode() - Method in interface org.apache.royale.compiler.definitions.INamespaceDefinition
Returns the INamespaceNode from which this definition was created, if the definition came from the AST for a source file.
getNode() - Method in interface org.apache.royale.compiler.definitions.IParameterDefinition
Returns the IParameterNode from which this definition was created, if the definition came from the AST for a source file.
getNode() - Method in interface org.apache.royale.compiler.definitions.ITypeDefinition
Returns the ITypeNode from which this definition was created, if the definition came from the AST for a source file.
getNodeID() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get the opcode of this node
getNumUnits() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets the number of MXML "units".
getOffsetLookup() - Method in interface org.apache.royale.compiler.tree.as.IFileNode
 
getOffsetsString() - Method in class org.apache.royale.compiler.common.SourceLocation
Displays line, column, start, end
getOptions(Map<String, Object>, Map<String, Object>, String[]) - Method in class org.apache.royale.compiler.config.Configurator
 
getOutgoingDependenciesRequest() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets the request object from which the caller cause the dependency graph to be updated with all the dependencies from this compilation unit.
getOutput() - Method in class org.apache.royale.compiler.config.Configuration
 
getOutput() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getOutput() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the file that specifies where the target should be created.
getOutputPath(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The path of a given file name based on the context of the configuration value or the default output directory token.
getOutputSwcAsDirectory() - Method in class org.apache.royale.compiler.config.Configuration
 
getPackageDitaParser() - Method in interface org.apache.royale.compiler.asdoc.IASDocDelegate
Get's an implementation of IPackageDITAParser that can be used by the SWCReader to parse DITA information found in a SWC.
getPackageName() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the fully-qualified package name for this definition.
getPackageName() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get package name that applies to this node.
getPackageName() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get package name that applies to this node
getPackageName() - Method in interface org.apache.royale.swc.dita.IDITAEntry
Returns the package name that this IDITAEntry represents
getPageTitle() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getPageTitle() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the page title.
getParameterNodes() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Get the parameters of this function as an array of IParameterNode elements
getParameters() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Get the parameters of this function as an array of IParameterDefinition elements
getParametersContainerNode() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Returns the container for parameters of this function
getParaphrase() - Method in enum org.apache.royale.compiler.tree.ASTNodeID
Get a paraphrase expression for this node ID.
getParent() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the parent definition of this definition.
getParent() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the tag to which this attribute belongs.
getParent() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Gets the IMXMLData representing the MXML document that contains this unit.
getParent() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get the parent of this node
getParentTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the tag that contains this tag.
getParentUnitData() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Gets the IMXMLUnitData which is the hierarchical parent of this unit in its parents array of IMXMLUnitData objects
getPassword() - Method in class org.apache.royale.swf.tags.EnableDebugger2Tag
 
getPassword() - Method in class org.apache.royale.swf.tags.EnableTelemetryTag
 
getPath() - Method in class org.apache.royale.compiler.filespecs.BaseFileSpecification
Returns the path of the file.
getPath() - Method in class org.apache.royale.compiler.filespecs.CombinedFile
The path of the combined file is the path of the source file.
getPath() - Method in interface org.apache.royale.compiler.filespecs.IFileSpecification
Returns the path of the file.
getPath() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets the path to the file on disk that created this MXMLData.
getPath() - Method in interface org.apache.royale.swc.ISWCFileEntry
Get the path of the file relative to the root of the package.
getPath() - Method in interface org.apache.royale.swc.ISWCLibrary
Get the path of the library SWF file.
getPercentProxy(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
If this IVariableDefinition has [PercentProxy(...)] metadata, this method returns the specified property name.
getPhysicalColumn() - Method in interface org.apache.royale.compiler.internal.parsing.ISourceFragment
Gets the column number where this fragment originally appeared in the file.
getPhysicalLine() - Method in interface org.apache.royale.compiler.internal.parsing.ISourceFragment
Gets the line number where this fragment originally appeared in the file.
getPhysicalStart() - Method in interface org.apache.royale.compiler.internal.parsing.ISourceFragment
Gets the starting offset where this fragment originally appeared in the file.
getPhysicalText() - Method in interface org.apache.royale.compiler.internal.parsing.ISourceFragment
Gets the original text for this fragment, as it originally appeared in the file.
getPolicyFileURL() - Method in class org.apache.royale.compiler.config.RSLSettings.RSLAndPolicyFileURLPair
 
getPolicyFileURLs() - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Get the list of policy files.
getPositions() - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getPrefix() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the prefix of this attribute.
getPrefix() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the prefix of this tag.
getPrefix(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
getPrefixesForNamespace(String) - Method in class org.apache.royale.compiler.common.PrefixMap
Returns the prefix that is used to reference the given namespace URI.
getPrefixMap() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the namespace mappings specified on this tag.
getPrefixMapForData(IMXMLTagData) - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Returns the PrefixMap for the given IMXMLTagData.
getPreloader() - Method in class org.apache.royale.compiler.config.Configuration
 
getPreloaderClassName() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getPreloaderClassName() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getPreloaderClassName() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the preloader class name
getPrerequisites() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Return variable names that should be set before this one.
getPreview() - Method in interface org.apache.royale.swc.ISWCComponent
Preview attribute value.
getPrevious() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Gets the previous MXML unit.
getProblemClassification(ICompilerProblem) - Method in class org.apache.royale.compiler.clients.problems.CompilerProblemCategorizer
 
getProblems() - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Gets the list of compiler problems, with no filtering or sorting.
getProblems() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets the compiler problems found during the creation of this MXMLData
getProblems() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getProblems() - Method in interface org.apache.royale.compiler.tree.as.IFileNode
Returns the problems that are contained in this file.
getProblems() - Method in interface org.apache.royale.compiler.units.requests.IRequestResult
 
getProblems() - Method in interface org.apache.royale.swc.ISWC
The problems found while reading a SWC from disk or writing a SWC to disk.
getProblems() - Method in interface org.apache.royale.swf.ITagContainer
 
getProblems() - Method in class org.apache.royale.swf.SWFFrame
 
getProblemSeverity(ICompilerProblem) - Method in class org.apache.royale.compiler.clients.problems.CompilerProblemCategorizer
Get the severity of the compiler problem.
getProblemView(IProblemFilter) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Get a filtered view of the underlying problems.
getProduct() - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
getProductInfo() - Method in interface org.apache.royale.swf.ISWF
Get the ProductInfoTag tag.
getProfilingDelegate() - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Gets the IWorkspaceProfilingDelegate from the workspace.
getProject() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
 
getProperty(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
getProtectedNamespaceReference() - Method in interface org.apache.royale.compiler.definitions.ITypeDefinition
Gets the INamespaceDefinition that represents the protected namespace for this type.
getProxyBaseClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getQName() - Method in interface org.apache.royale.compiler.embedding.IEmbedData
Returns the qname of the class generated from the EmbedData.
getQName() - Method in class org.apache.royale.compiler.workspaces.IInvalidationListener.InvalidatedDefinition
 
getQName() - Method in interface org.apache.royale.swc.ISWCComponent
Qualified name of a component.
getQualifiedName(String) - Method in interface org.apache.royale.compiler.common.IImportTarget
Interpret the reference based on this import target, and try to build a qualified class name for it.
getQualifiedName() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the fully-qualified name of this definition.
getQualifiedName() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the qualified name of this type
getQualifiedNames() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
 
getQualifiers() - Method in class org.apache.royale.abc.semantics.Name
 
getRawAttributeValue(String) - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the attribute value in this tag for the specified attribute name.
getRawMetadata() - Method in class org.apache.royale.compiler.config.Configuration
 
getRawValue() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the value of this attribute as a String.
getReachableCompilationUnitsInSWFOrder(Collection<ICompilationUnit>) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Given a set of roots node in the dependency graph, compute a list of ICompilationUnit's that are reachable from the specified roots.
getRed() - Method in class org.apache.royale.swf.types.RGB
Get red component.
getReferences() - Method in class org.apache.royale.swf.tags.ExportAssetsTag
Get all the referred character tags.
getReferences() - Method in interface org.apache.royale.swf.tags.ICharacterReferrer
Get all the referred tags as an Iterable.
getRemoveDeadCode() - Method in class org.apache.royale.compiler.config.Configuration
 
getRemoveDeadCode() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getRemoveDeadCode() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
 
getRemoveUnusedRsls() - Method in class org.apache.royale.compiler.config.Configuration
 
getReplacement() - Method in interface org.apache.royale.compiler.definitions.metadata.IDeprecationInfo
 
getReportInvalidStylesAsWarnings() - Method in class org.apache.royale.compiler.config.Configuration
Get value of compiler.report-invalid-styles-as-warnings option value.
getRequestee() - Method in interface org.apache.royale.compiler.units.requests.IRequest
Get the object on which this request is being made.
getRequiredResourceBundles() - Method in interface org.apache.royale.compiler.units.requests.ISyntaxTreeRequestResult
 
getRequiredRSLs() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the list of all RSLs required to run this application.
getResourceBundleList() - Method in class org.apache.royale.compiler.config.Configuration
 
getReturnType() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Returns the type of this function as it exist in source.
getReturnTypeAsDisplayString() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Converts this definition's IReference for its return type to a human-readable String.
getReturnTypeNode() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Returns the IExpressionNode that corresponds to the return type node of this IFunctionNode
getReturnTypeReference() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Gets a reference to the return type for this function.
getRootClassName() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getRootClassName() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the root class name for the application SWF.
getRootInfoAttributes() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
Get all the key/value pairs that can be added to the frame-1 "info" object without special processing.
getRootSourceFileName() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getRootSourceFileName() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the absolute file name of the source file that defines the root class.
getRootTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets the root tag.
getRoyaleBuild() - Method in interface org.apache.royale.swc.ISWCVersion
 
getRoyaleMinimumSupportedVersion() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getRoyaleMinimumSupportedVersion() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Used when creating a library.
getRoyaleMinSupportedVersion() - Method in interface org.apache.royale.swc.ISWCVersion
 
getRoyaleMinSupportedVersionInt() - Method in interface org.apache.royale.swc.ISWCVersion
Get the royale min supported version as an integer.
getRoyaleVersion() - Static method in class org.apache.royale.compiler.common.VersionInfo
 
getRoyaleVersion() - Method in interface org.apache.royale.swc.ISWCVersion
 
getRslExcludedLibraries() - Method in class org.apache.royale.compiler.config.Configuration
 
getRslPathInfo() - Method in class org.apache.royale.compiler.config.Configuration
 
getRSLSettingsFromConfiguration(Configuration) - Static method in class org.apache.royale.compiler.config.Configurator
 
getRSLURL() - Method in class org.apache.royale.compiler.config.RSLSettings.RSLAndPolicyFileURLPair
 
getRSLURLs() - Method in class org.apache.royale.compiler.config.RSLSettings
 
getRSLURLs() - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
 
getRuntimeDPIProviderClassName() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getRuntimeSharedLibraries() - Method in class org.apache.royale.compiler.config.Configuration
 
getRuntimeSharedLibraries() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getRuntimeSharedLibraries() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
A list of URLs pointing to RSLs to load.
getRuntimeSharedLibraryPath() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getRuntimeSharedLibraryPath() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
A list of RSLs to load, complete with all the settings on how to load the RSLs.
getScope() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getScope() - Method in interface org.apache.royale.compiler.tree.as.IScopedNode
Get the scope associated with this node as an IASScope
getScopedNode() - Method in interface org.apache.royale.compiler.tree.as.IScopedDefinitionNode
Returns the scope that is contained with this definition.
getScopeNode() - Method in interface org.apache.royale.compiler.scopes.IASScope
Gets the scoped node corresponding to this scope.
getScopes() - Method in interface org.apache.royale.compiler.units.requests.IFileScopeRequestResult
 
getScript() - Method in interface org.apache.royale.swc.ISWCComponent
Get the the script where the component is defined.
getScript(String) - Method in interface org.apache.royale.swc.ISWCLibrary
Get script by name.
getScriptLimits() - Method in interface org.apache.royale.swf.ISWF
Get the managed ScriptLimits tag.
getScriptRecursionLimit() - Method in class org.apache.royale.compiler.config.Configuration
 
getScriptRecursionLimit() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getScripts() - Method in interface org.apache.royale.swc.ISWCLibrary
Get all the IScript objects in this library.
getScriptTimeLimit() - Method in class org.apache.royale.compiler.config.Configuration
 
getScriptTimeLimit() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getScriptTimeoutSeconds() - Method in class org.apache.royale.swf.tags.ScriptLimitsTag
The ScriptTimeoutSeconds field sets the maximum number of seconds the player should process ActionScript before displaying a dialog box asking if the script should be stopped.
getSetterMethod() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
getShortName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the short name of this attribute, not including the prefix or state.
getShortName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the short name of this tag, not including the prefix or state.
getShortName() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Get the short name of this type (without any package information)
getShortNames() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
 
getShowInvalidCSSPropertyWarnings() - Method in class org.apache.royale.compiler.config.Configuration
Controls whether warnings are displayed when styles, which don't apply to the current theme(s), are used in CSS.
getSignatureChecksum() - Method in interface org.apache.royale.swc.ISWCScript
Get signature checksum.
getSignedFlags() - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Return a list of booleans that indicate if an RSL URL is signed or unsigned.
getSince() - Method in interface org.apache.royale.compiler.definitions.metadata.IDeprecationInfo
 
getSingleQualifier() - Method in class org.apache.royale.abc.semantics.Name
 
getSingleQualifier() - Method in class org.apache.royale.abc.semantics.Nsset
 
getSize() - Method in interface org.apache.royale.compiler.scopes.IDefinitionSet
 
getSizeReport() - Method in class org.apache.royale.compiler.config.Configuration
 
getSizeReport() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getSizeReport() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the file that specifies where the size report should be written.
getSoftPrerequisites() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Prerequisites which should be set before this one if they exist
getSource() - Method in class org.apache.royale.compiler.config.ConfigurationValue
getSource
getSource() - Method in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
getSource() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Gets the source file that contains this unit.
getSource() - Method in interface org.apache.royale.swc.ISWCScript
Get the ABC byte code of the script.
getSourceNames() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the name of all the sources that are involved in the ITarget.
getSourcePath() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the normalized source path.
getSourcePath() - Method in class org.apache.royale.compiler.common.SourceLocation
Get the source path for this node.
getSourcePath() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local source path of the entire definition (not just the name).
getSourcePath() - Method in interface org.apache.royale.compiler.parsing.ICMToken
Get the source file path of the node.
getSourcePath() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getSourcePathString() - Method in class org.apache.royale.compiler.common.SourceLocation
Displays sourcepath
getSpanningStart() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Gets the local offset where the node starts, including any extra items that may change the appearance of the node's start.
getSplashScreenImage() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getStackTraceLines(Throwable, int) - Static method in class org.apache.royale.utils.ExceptionUtil
return the top n lines of this stack trace Example: ExceptionUtil.getStackTraceLines(exception, 10);
getStackTraceUpTo(Throwable, String) - Static method in class org.apache.royale.utils.ExceptionUtil
return the stack trace up to the first line that starts with prefix Example: ExceptionUtil.getStackTraceUpTo(exception, "jrunx.");
getStart() - Method in interface org.apache.royale.compiler.common.ISourceLocation
Gets the local starting offset.
getStart() - Method in class org.apache.royale.compiler.common.ModifiersSet
 
getStart() - Method in class org.apache.royale.compiler.common.SourceLocation
 
getStart() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets the local starting offset of the entire definition (not just the name).
getStart() - Method in interface org.apache.royale.compiler.parsing.ICMToken
Returns the start offset of this token
getStart() - Method in class org.apache.royale.compiler.problems.CompilerProblem
 
getStateName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the state name for this attribute.
getStateName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the state name for this tag.
getStatesClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getStatesEventOverrideClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getStatesInstanceOverrideClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getStatesPropertyOverrideClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getStatesStyleOverrideClass() - Method in class org.apache.royale.compiler.config.Configuration
 
getStaticLinkRsl() - Method in class org.apache.royale.compiler.config.Configuration
 
getStaticProtectedNamespaceReference() - Method in interface org.apache.royale.compiler.definitions.ITypeDefinition
Gets the INamespaceDefinition that represents the static protected namespace for this type.
getStreamAndSkipBOM(String) - Static method in class org.apache.royale.compiler.filespecs.CombinedFile
Get the BufferedInputStream of a file, skipping the BOM.
getStrictIdentifierNames() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getString(String) - Static method in class org.apache.royale.compiler.Messages
Get a localized string for the message id.
getString(String, Map<String, Object>) - Static method in class org.apache.royale.compiler.Messages
Get a localized string for a parameterized message.
getSucceedingNode(int) - Method in interface org.apache.royale.compiler.tree.as.IASNode
Get the first node that succeeds the offset (i.e.
getSWCFile() - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
 
getSWCFile() - Method in interface org.apache.royale.swc.ISWC
Get the SWC file object.
getSWCManager() - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Get the SWC manager.
getSWCPath() - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
 
getSWCSource() - Method in interface org.apache.royale.compiler.embedding.IEmbedData
 
getSWCVersion() - Method in interface org.apache.royale.swc.ISWCVersion
Get the SWC file version.
getSWF() - Method in interface org.apache.royale.swc.ISWCLibrary
Get the SWF model for the library.
getSWFCache() - Method in interface org.apache.royale.swc.ISWCManager
Get SWF cache.
getSwfDebugfileAlias() - Method in class org.apache.royale.compiler.config.Configuration
 
getSWFMetadata() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getSWFMetadata() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Get the Metadata text.
getSWFMetadataDate() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getSWFMetadataDate() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Gets Date string used in RDF metadata.
getSWFMetadataDateFormat() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getSWFMetadataDateFormat() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Gets DateFormat string used in RDF metadata date.
getSWFTagsRequest() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets the request object with which the caller can add the SWF tags generated for this ICompilationUnit to a ISWF.
getSwfVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getSWFVersion() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getSWFVersion() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Return the SWF version
getSymbol() - Method in enum org.apache.royale.compiler.common.DependencyType
Gets the character representing the dependency type in XML format (such as the <dep> tag in a SWC catalog).
getSymbol(String) - Method in class org.apache.royale.swf.tags.SymbolClassTag
Find a symbol by name.
getSymbolName(ICharacterTag) - Method in class org.apache.royale.swf.SWFFrame
Get the symbol name of a class.
getSymbolName(ICharacterTag) - Method in class org.apache.royale.swf.tags.SymbolClassTag
Get symbol name.
getSymbolNames() - Method in class org.apache.royale.swf.tags.SymbolClassTag
Get all the symbol names.
getSyntaxDescription(String, String, boolean, LocalizationManager, String) - Static method in class org.apache.royale.compiler.config.CommandLineConfigurator
 
getSyntaxTreeRequest() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Gets the request object from which the caller can extract the syntax tree and any source file parsing ICompilerProblem's for this ICompilationUnit.
getTag(String) - Method in interface org.apache.royale.compiler.asdoc.IASDocComment
 
getTagAttributeData(String) - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the attribute in this tag that has the specified name.
getTagByName(String) - Method in interface org.apache.royale.compiler.tree.metadata.IMetaTagsNode
Returns the first IMetaTagNode matching the given name
getTagName() - Method in interface org.apache.royale.compiler.common.IMetaInfo
Gets the name of this metadata annotation (like Event or IconFile)
getTagNode() - Method in interface org.apache.royale.compiler.definitions.metadata.IMetaTag
Gets the IMetaTagNode that produced this IMetaTag.
getTags() - Method in interface org.apache.royale.compiler.asdoc.IASDocComment
 
getTags(Collection<ITag>, Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.embedding.transcoders.ITranscoder
The relevant SWF tags
getTagsByName(String) - Method in interface org.apache.royale.compiler.asdoc.IASDocComment
 
getTagsByName(String) - Method in interface org.apache.royale.compiler.tree.metadata.IMetaTagsNode
Gets all the IMetaTagNode objects that match the given name
getTagType() - Method in interface org.apache.royale.swf.tags.ITag
Gets the tag type.
getTagType() - Method in class org.apache.royale.swf.tags.Tag
Get tag type code.
getTagType(int) - Static method in enum org.apache.royale.swf.TagType
Reverse lookup TagType by its type code value.
getTargetAttributes(ICompilerProject) - Method in interface org.apache.royale.compiler.tree.as.IFileNode
If this IFileNode can be used as the MXML main application or ActionScript main class, it returns attributes related to SWF target.
getTargetFile() - Method in class org.apache.royale.compiler.config.Configuration
Get target file path.
getTargetFileDirectory() - Method in class org.apache.royale.compiler.config.Configuration
 
getTargetName() - Method in interface org.apache.royale.compiler.common.IImportTarget
Gets the name of the target in our import.
getTargetPackage() - Method in interface org.apache.royale.compiler.common.IImportTarget
Returns the name of the target package we are targeting
getTargetPlayerMajorVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getTargetPlayerMinorVersion() - Method in class org.apache.royale.compiler.config.Configuration
 
getTargetPlayerRevision() - Method in class org.apache.royale.compiler.config.Configuration
 
getTargetReport() - Method in interface org.apache.royale.compiler.targets.ITarget
Returns a report specific to this target.
getTargetSettings(ITarget.TargetType) - Method in class org.apache.royale.compiler.config.Configurator
 
getTargetSettings(ITarget.TargetType) - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Get the settings that apply to a given type of target based on the current state of the configuration.
getTargetSettings() - Method in interface org.apache.royale.compiler.targets.ITarget
Returns the settings specific to this target.
getTargetType() - Method in interface org.apache.royale.compiler.targets.ITarget
Returns the type of this target.
getText() - Method in interface org.apache.royale.compiler.parsing.ICMToken
Returns the text contained within this token
getThemes() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
getThemes() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns a list of CSS and SWC files to apply as a theme.
getTheRealPathBecauseCanonicalizeDoesNotFixCase(File) - Static method in class org.apache.royale.utils.FileUtils
Canonicalize on Win32 doesn't fix the case of the file to match what is on disk.
getTimeStamp() - Method in interface org.apache.royale.compiler.units.requests.IRequest
Returns the time at which the request was first created.
getToken(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getTokenKind() - Method in interface org.apache.royale.compiler.parsing.IASToken
Returns the kind of token that we represent.
getToolsLocale() - Method in class org.apache.royale.compiler.config.Configuration
 
getTopLevelClass() - Method in interface org.apache.royale.swf.ISWF
Get the QName of the top level class.
getTopLevelDefinitionNodes(boolean, boolean) - Method in interface org.apache.royale.compiler.tree.as.IFileNode
Gets definition nodes within this file node that are children of the file node or children of a package block node.
getTopLevelDefinitions(boolean, boolean) - Method in interface org.apache.royale.compiler.tree.as.IFileNode
Gets the definitions corresponding to the definitions nodes within this file node that are children of the file node or children of a package block node.
getTranscoder() - Method in interface org.apache.royale.compiler.embedding.IEmbedData
Get the transcoder used by this embed.
getType() - Method in interface org.apache.royale.compiler.parsing.ICMToken
Returns the type of this token
getType() - Method in interface org.apache.royale.swc.ISWCDigest
Get digest type.
getTypeAsDisplayString() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Converts this definition's type reference to a human-readable String.
getTypeNameBase() - Method in class org.apache.royale.abc.semantics.Name
If this Name is for a parameterized type C., then this method returns the Name for type C.
getTypeNameParameter() - Method in class org.apache.royale.abc.semantics.Name
If this Name is for a parameterized type C., then this method returns the Name for type T.
getTypeReference() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Gets a reference to the type of this definition.
getTypeString(DependencyTypeSet) - Static method in enum org.apache.royale.compiler.common.DependencyType
Gets a short string of symbols for the dependency types in a dependency type set.
getUndefinedValue() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Helper method to get the only built-in value (undefined).
getUnit(int) - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Gets an MXML unit by index.
getUnits() - Method in interface org.apache.royale.compiler.mxml.IMXMLData
Get the MXML units found in this IMXMLData.
getURI() - Method in interface org.apache.royale.compiler.definitions.INamespaceDefinition
Returns the optional URI associated with this namespace
getURI() - Method in class org.apache.royale.compiler.internal.mxml.MXMLNamespaceMapping
 
getURI() - Method in interface org.apache.royale.compiler.mxml.IMXMLNamespaceMapping
Returns the MXML namespace URI of the mapping.
getURI() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the URI of this attribute.
getURI() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the URI of this tag.
getURI() - Method in interface org.apache.royale.compiler.tree.as.INamespaceNode
Returns the optional URI associated with this namespace
getURI() - Method in interface org.apache.royale.swc.ISWCComponent
Namespace URI.
getUseAS3() - Method in interface org.apache.royale.swf.ISWF
Check if the SWF uses ActionScript3.
getUseDirectBlit() - Method in class org.apache.royale.compiler.config.Configuration
 
getUseDirectBlit() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getUseDirectBlit() - Method in interface org.apache.royale.swf.ISWF
Check if the SWF uses direct Blit.
getUseFlashBuilderProjectFiles() - Method in class org.apache.royale.compiler.config.Configuration
 
getUseGpu() - Method in class org.apache.royale.compiler.config.Configuration
 
getUseGPU() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getUseGPU() - Method in interface org.apache.royale.swf.ISWF
Check if the SWF uses GPU.
getUseNetwork() - Method in class org.apache.royale.compiler.config.Configuration
 
getUseNetwork() - Method in interface org.apache.royale.swf.ISWF
Set whether the SWF uses network.
getUsePreloader() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getValue() - Method in interface org.apache.royale.compiler.definitions.metadata.IMetaTag
If the metadata annotation specifies a single keyless value, this method returns that value.
getValue() - Method in interface org.apache.royale.compiler.definitions.metadata.IMetaTagAttribute
Gets the value of the attribute.
getValue() - Method in interface org.apache.royale.swc.ISWCDigest
Get digest value.
getValue() - Method in enum org.apache.royale.swf.TagType
Get the integer tag type code.
getValueColumn() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the column number of the start of the value of this attribute.
getValueEnd() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the ending offset of the value of this attribute.
getValueFragments(Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the galue of this attribute as an array of source fragments.
getValueLine() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the line number of the start of the value of this attribute.
getValueLocation() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the source location of the start of the value of this attribute.
getValueStart() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the starting offset of the value of this attribute.
getVar(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getVar() - Method in class org.apache.royale.compiler.config.ConfigurationValue
getVar
getVarArgCount(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getVarArgName(String, int) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getVariableClassification() - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
Get the classification for this variable (local, parameter, class member, etc)
getVariableClassification() - Method in interface org.apache.royale.compiler.tree.as.IVariableNode
Get the classification for this variable (local, argument, class member, etc)
getVariableNode() - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
Returns the IVariableNode from which this definition was created, if the definition came from the AST for a source file.
getVariableType() - Method in interface org.apache.royale.compiler.tree.as.IVariableNode
Returns the type of this variable as it exist in source.
getVariableTypeNode() - Method in interface org.apache.royale.compiler.tree.as.IVariableNode
Returns the IExpressionNode that corresponds to the type node of this IVariableNode
getVars() - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
getVerifyDigest() - Method in class org.apache.royale.compiler.config.RSLSettings
 
getVerifyDigests() - Method in class org.apache.royale.compiler.config.Configuration
 
getVersion() - Method in interface org.apache.royale.swc.ISWC
Get the SWC version information.
getVersion() - Method in interface org.apache.royale.swf.ISWF
Get SWF file version.
getVersionedName() - Method in class org.apache.royale.abc.semantics.Namespace
 
getWarningProblems() - Method in class org.apache.royale.compiler.config.Configuration
Get the collection of user specified problem classes that should be treated as warnings.
getWarningProblems() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
A collection of problem classes that should be report as warnings.
getWarningProblems() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
getWarnings() - Method in class org.apache.royale.compiler.config.Configuration
 
getWarnOnRoyaleOnlyOptionUsage() - Method in class org.apache.royale.compiler.config.Configuration
 
getWatch() - Method in class org.apache.royale.compiler.config.Configuration
 
getWidth() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getWidth() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the user-defined width.
getWidth() - Method in class org.apache.royale.swf.types.Rect
 
getWidthPercent() - Method in interface org.apache.royale.compiler.targets.ITargetReport
Gets the user-defined width percentage.
getWidthPercentage() - Method in interface org.apache.royale.compiler.internal.targets.ITargetAttributes
 
getWorkspace() - Method in interface org.apache.royale.compiler.common.IFileSpecificationGetter
Returns the IWorkspace associated with the implementation, must never be null.
getWorkspace() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
getXMLName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Gets the name of this attribute as an XMLName.
getXMLName() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Gets the name of this tag as an XMLName.
getXMLNamespace() - Method in class org.apache.royale.compiler.common.XMLName
Get the XML namespace for the element (e.g.
GO_TO_DEFINITION_HELP - Static variable in interface org.apache.royale.compiler.definitions.metadata.IMetaTag
The special metadata name that indicates source location of a definition.
GO_TO_DEFINITION_HELP_POS - Static variable in interface org.apache.royale.compiler.definitions.metadata.IMetaTag
 
GOOG_DEPS - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
GOTO - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
GreaterThanZero(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.GreaterThanZero
 
green - Variable in class org.apache.royale.swf.types.RGB
 
GroupBase - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 

H

h2c(String, boolean) - Static method in class org.apache.royale.compiler.config.ConfigurationBuffer
convert hyphenated to StudlyCaps or camelCase
HaloApplication - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
HaloRadioButtonGroup - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
HaloWindowedApplication - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
HAS_OPTIONAL - Static variable in class org.apache.royale.abc.ABCConstants
 
HAS_PARAM_NAMES - Static variable in class org.apache.royale.abc.ABCConstants
 
hasBody() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Does this function have a non-empty body
hasCollapseWhiteSpace(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
If this IVariableDefinition has [CollapseWhiteSpace] metadata, this method returns true Otherwise, it returns false
hasDefaultValue() - Method in interface org.apache.royale.compiler.definitions.IParameterDefinition
 
hasDefaultValue() - Method in interface org.apache.royale.compiler.tree.as.IParameterNode
 
hasDescription() - Method in interface org.apache.royale.compiler.asdoc.IASDocTag
 
hasEntries() - Method in interface org.apache.royale.swc.dita.IDITAList
Returns true if this list contains any entries
hasErrors() - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Test if any of the problems are errors.
hasExplicitCloseTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Determines whether this tag has an actual close tag, and was not closed as a post-process step of MXML repair.
hasExplicitComment() - Method in interface org.apache.royale.compiler.definitions.IDocumentableDefinition
Determines if this node has an explicit comment.
hasExplicitComment() - Method in interface org.apache.royale.compiler.tree.as.IDocumentableDefinitionNode
Determines if this node has an explicit comment.
hasFilteredProblems() - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Any problems to report after filtering?
hasFilteredProblems(IProblemFilter) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Do any problems match the given filter?
hashCode() - Method in class org.apache.royale.abc.semantics.Name
Generate a composite hash code using the Name's fields' hashes.
hashCode() - Method in class org.apache.royale.abc.semantics.Namespace
Use name-oriented hashing unless the kind is private, for private namespaces use identity semantics.
hashCode() - Method in class org.apache.royale.abc.semantics.Nsset
Generate a composite hash code using the Namespaces' hashes.
hashCode() - Method in class org.apache.royale.compiler.common.XMLName
 
hashCode() - Method in class org.apache.royale.compiler.filespecs.BaseFileSpecification
 
hashCode() - Method in class org.apache.royale.compiler.filespecs.FileSpecification
 
hasIncludes() - Method in class org.apache.royale.compiler.internal.parsing.as.OffsetLookup
Determines if there are any includes.
hasIncludes() - Method in interface org.apache.royale.compiler.tree.as.IFileNode
 
hasKey() - Method in interface org.apache.royale.compiler.definitions.metadata.IMetaTagAttribute
Does this attribute have a key?
hasMetadata() - Method in interface org.apache.royale.swf.ISWF
Check if the SWF has Metadata tag.
hasMetaTagByName(String) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Determines if a specific IMetaTagNode exists in this collection
hasModifier(ASModifier) - Method in class org.apache.royale.compiler.common.ModifiersSet
Is the given modifier in the set?
hasModifier(ASModifier) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Determines whether the specified modifier is present on this definition.
hasModifier(ASModifier) - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Is the given modifier present on this definition? see ASModifier for the list of modifiers
hasModifiers() - Method in class org.apache.royale.compiler.common.ModifiersSet
 
hasNamedAnchor() - Method in class org.apache.royale.swf.SWFFrame
Check if this frame has a named anchor tag.
hasNamespace(INamespaceReference, ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Determines whether the specified namespace is present on this definition.
hasNamespace(String) - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Is the given namespace present on this definition? Namespaces include private, protected, public and internal, plus any custom namespaces available in scope
hasNext() - Method in class org.apache.royale.compiler.problems.collections.FilteredIterator
Find the next element of the underlying sequence that the filter accepts.
hasOtherErrors(Iterable<ICompilerProblem>) - Method in class org.apache.royale.compiler.clients.problems.CodeGenErrorFilter
 
hasParenthesis() - Method in interface org.apache.royale.compiler.tree.as.IExpressionNode
Determines whether this expression is surrounded by parenthesis.
hasRequiredParameters() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Returns true if the function has required parameters.
hasRichTextContent(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
If this IVariableDefinition has [RichTextContent] metadata, this method returns true Otherwise, it returns false
hasTag(String) - Method in interface org.apache.royale.compiler.asdoc.IASDocComment
 
hasTagByName(String) - Method in interface org.apache.royale.compiler.tree.metadata.IMetaTagsNode
Determines if a specific IMetaTagNode exists in this collection
hasValue() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Returns true if this attribute has a value.
height - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.IllegalDimensions
 
HTTPService - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 

I

IABCBytesRequestResult - Interface in org.apache.royale.compiler.units.requests
Result object for the GET_ABC_BYTES operation on ICompilationUnit.
IASDocComment - Interface in org.apache.royale.compiler.asdoc
Opaque interface used by IDocumentableDefinitionNodes and IDocumentableDefinitions to refer to ASDoc comments.
IASDocDelegate - Interface in org.apache.royale.compiler.asdoc
Delegate interface used by the ASParser to record ASDoc information encountered while parsing ActionScript or meta-data tags.
IASDocTag - Interface in org.apache.royale.compiler.asdoc
 
IASKeywordConstants - Interface in org.apache.royale.compiler.constants
Collection of keywords in the ActionScript 3 language
IASLanguageConstants - Interface in org.apache.royale.compiler.constants
AS3 types and constants found within the AS3 language, such as constants for Object, etc.
IASLanguageConstants.BuiltinType - Enum in org.apache.royale.compiler.constants
An enumeration of core built-in types.
IASNode - Interface in org.apache.royale.compiler.tree.as
The base interface for all AST (abstract syntax tree) nodes.
IASParserASDocDelegate - Interface in org.apache.royale.compiler.asdoc
Interface used by the ASParser to record ASDoc information.
IASScope - Interface in org.apache.royale.compiler.scopes
IASScope represents a scope found within ActionScript.
IAssetTagCache - Interface in org.apache.royale.compiler.caches
IAssetTagCache is a cache of asset tags used by ISWCManager
IASToken - Interface in org.apache.royale.compiler.parsing
A token returned back by an IASTokenizer created when we scan text
IASToken.ASTokenKind - Enum in org.apache.royale.compiler.parsing
Types of tokens within the AS language
IASWarningConstants - Interface in org.apache.royale.compiler.constants
Constants for ActionScript warnings.
IBinaryFileSpecification - Interface in org.apache.royale.compiler.filespecs
Extension of IFileSpecification that can open an input stream to the specified file.
ICharacterReferrer - Interface in org.apache.royale.swf.tags
A SWF tag can refer to one or more SWF tag(s) by the character ID.
ICharacterTag - Interface in org.apache.royale.swf.tags
A character tag has Character ID.
ICMToken - Interface in org.apache.royale.compiler.parsing
Range that represents a generic token within code model
ICompilationUnit - Interface in org.apache.royale.compiler.units
A unit of compilation.
ICompilationUnit.Operation - Enum in org.apache.royale.compiler.units
An enumeration with an entry for each ICompilationUnit operation.
ICompilationUnit.UnitType - Enum in org.apache.royale.compiler.units
An enumeration with an entry for each ICompilationUnit source type.
ICompilerProblem - Interface in org.apache.royale.compiler.problems
All classes representing problems reported by the compiler implement this interface.
ICompilerProblemSettings - Interface in org.apache.royale.compiler.config
 
ICompilerProject - Interface in org.apache.royale.compiler.projects
All IProject implementations aggregate a project scope containing global definitions, a set of CompilationUnits, and a graph of dependencies between the CompilationUnits.
ICompilerProjectWithNamedColor - Interface in org.apache.royale.compiler.projects
All IProject implementations aggregate a project scope containing global definitions, a set of CompilationUnits, and a graph of dependencies between the CompilationUnits.
ICompilerSettings - Interface in org.apache.royale.compiler.internal.config
An interface that allows any of the compiler settings to be modified.
ICompilerSettingsConstants - Interface in org.apache.royale.compiler.config
Constants for the compiler's command line options.
IConfigurationFilter - Interface in org.apache.royale.compiler.internal.config
Defines the API for configuration filters, which can be used to restrict the valid configuration options.
IConfigurator - Interface in org.apache.royale.compiler.internal.config
An interface to configure projects and targets.
IContainer - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IContainerNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a container of other nodes, such as a parameter list.
IContainerNode.ContainerType - Enum in org.apache.royale.compiler.tree.as
 
ICSSDocumentCache - Interface in org.apache.royale.compiler.caches
ISWCManager is a repository of SWC library models.
id - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
id - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.TypeMismatch
 
IDataType - Interface in org.apache.royale.swf.types
The interface for all SWF data types.
IDecoration - Interface in org.apache.royale.compiler.common
A IDecoration is a type of parse tree element that decorates an IDefinitionNode.
IDeferredInstance - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IDeferredInstantiationUIComponent - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IDefinition - Interface in org.apache.royale.compiler.definitions
The base class for all definitions.
IDefinitionNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a declaration of a package, class, interface, function, parameter, variable, constant, or namespace.
IDefinitionPriority - Interface in org.apache.royale.compiler.common
The "priority" of a definition determines whether that definition shadows definitions from other compilation units that have the same qname.
IDefinitionSet - Interface in org.apache.royale.compiler.scopes
This interface represents an immutable collection of definitions with the same base name in a particular scope.
identifierName - Variable in class org.apache.royale.compiler.problems.ScopedToDefaultNamespaceProblem
 
IDeprecationInfo - Interface in org.apache.royale.compiler.definitions.metadata
Represents the information represented in [Deprecated] metadata.
IDITAEntry - Interface in org.apache.royale.swc.dita
An IDITAEntry represents a category of DITA data stored within in a SWC for a specific package
IDITAList - Interface in org.apache.royale.swc.dita
An IDITAList represents the entries contained within the DITA manifest for a given SWC
IDocumentableDefinition - Interface in org.apache.royale.compiler.definitions
The base class for definitions which can have ASDoc comments.
IDocumentableDefinitionNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a declaration that can have an ASDoc comment associated with it.
IEmbedData - Interface in org.apache.royale.compiler.embedding
This is the main class which contains all information extracted from embed meta data.
IEventDispatcher - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
IExpressionNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing any kind of expression.
IF - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
IFactory - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IFileNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing an ActionScript file being compiled.
IFileScopeCache - Interface in org.apache.royale.compiler.caches
IFileScopeCache is a cache of FileScopes used by ISWCManager.
IFileScopeRequestResult - Interface in org.apache.royale.compiler.units.requests
 
IFileSpecification - Interface in org.apache.royale.compiler.filespecs
The interface for file specifications.
IFileSpecificationGetter - Interface in org.apache.royale.compiler.common
Interface that abstracts the acquisition of IFileSpecification's which are used to open files by the compiler.
IFlexModule - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IFlexModuleFactory - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IFunctionDefinition - Interface in org.apache.royale.compiler.definitions
A definition representing a function declaration.
IFunctionDefinition.FunctionClassification - Enum in org.apache.royale.compiler.definitions
Function classifications (local, class member, interface member, and package member)
IFunctionNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a function declaration, either for a regular function, a getter, or a setter.
IGNORE_REST - Static variable in class org.apache.royale.abc.ABCConstants
 
IID - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IImportNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing an import directive.
IImportNode.ImportKind - Enum in org.apache.royale.compiler.tree.as
Represents a kind of import that his node represents
IImportTarget - Interface in org.apache.royale.compiler.common
Represents the target of an import statement (e.g.
IInterfaceDefinition - Interface in org.apache.royale.compiler.definitions
A definition representing an interface declaration.
IInterfaceDefinition.InterfaceClassification - Enum in org.apache.royale.compiler.definitions
Determines the type of interface
IInvalidationListener - Interface in org.apache.royale.compiler.workspaces
Listener interface to allow clients of IWorkspace to be notified when definitions visible across compilation unit boundaries are invalidated in a workspace.
IInvalidationListener.InvalidatedDefinition - Class in org.apache.royale.compiler.workspaces
Utility class to store information about each invalidated definition
IllegalDimensions(int, int, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.IllegalDimensions
 
IllegalMultipleSet(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.IllegalMultipleSet
 
IllogicalComparionWithNaNProblem - Class in org.apache.royale.compiler.problems
 
IllogicalComparionWithNaNProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.IllogicalComparionWithNaNProblem
 
IllogicalComparisonWithUndefinedProblem - Class in org.apache.royale.compiler.problems
 
IllogicalComparisonWithUndefinedProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.IllogicalComparisonWithUndefinedProblem
 
ILocalizedText - Interface in org.apache.royale.compiler.internal.config.localization
Defines the API for formatting localized text.
ILocalizer - Interface in org.apache.royale.compiler.internal.config.localization
Defines the API for looking up localized text.
IManagedTag - Interface in org.apache.royale.swf.tags
A "managed" SWF tag cannot be added to SWFFrame pragmatically.
IMemberedDefinition - Interface in org.apache.royale.compiler.definitions
 
IMetadataParserASDocDelegate - Interface in org.apache.royale.compiler.asdoc
Interface used by the MetadataParser to recored information about ASDoc comments encountered while parsing meta-data.
IMetaInfo - Interface in org.apache.royale.compiler.common
This interface represents the information content of one metadata annotation and is shared by IMetaTagNode and IMetaTag.
IMetaTag - Interface in org.apache.royale.compiler.definitions.metadata
One IMetaTag corresponds to a single metadata annoation (such as [Event(name="click", type="flash.events.MouseEvent")]) that applies to a given class, interface, variable, or method.
IMetaTagAttribute - Interface in org.apache.royale.compiler.definitions.metadata
An IMetaTagAttribute represents one attribute inside a metadata annotation, such as name="click" inside [Event(name="click", type="flash.events.MouseEvent")].
IMetaTagNode - Interface in org.apache.royale.compiler.tree.metadata
An AST node representing a single metadata annotation on a declaration.
IMetaTagsNode - Interface in org.apache.royale.compiler.tree.metadata
An AST node representing the collection of metadata annotations on a declaration.
IModifierNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing one of the modifiers that can be used with a declaration: dynamic, final, native, override, static, or virtual.
IModule - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IMPLEMENTS - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
IMPORT - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
IMPORT_HIDES_CLASS - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Importing a package by the same name as the current class will hide that class identifier in this scope.
IMXMLData - Interface in org.apache.royale.compiler.mxml
Represents the syntax, but not the semantics, of an MXML file.
IMXMLDataManager - Interface in org.apache.royale.compiler.mxml
The IMXMLDataManager of the IWorkspace maintains a cache of IMXMLData objects that serve as DOMs for MXML files.
IMXMLLanguageConstants - Interface in org.apache.royale.compiler.mxml
Core MXML constants.
IMXMLNamespaceMapping - Interface in org.apache.royale.compiler.mxml
Interface to a MXML-namespace-URI-to-manifest-file mapping.
IMXMLObject - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IMXMLTagAttributeData - Interface in org.apache.royale.compiler.mxml
Represents an attribute in MXML.
IMXMLTagData - Interface in org.apache.royale.compiler.mxml
Represents an open tag, a close tag, or an empty tag in MXML.
IMXMLTypeConstants - Interface in org.apache.royale.compiler.mxml
Constants for AS3 types that have special significance to MXML and Flex
IMXMLUnitData - Interface in org.apache.royale.compiler.mxml
Represents one unit of MXML.
IN - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
INamespaceDefinition - Interface in org.apache.royale.compiler.definitions
A definition representing a namespace declaration.
INamespaceDefinition.IAnyNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by the any namespace definition.
INamespaceDefinition.ICodeModelImplicitDefinitionNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by the code model implicit definition namespace definition.
INamespaceDefinition.IFilePrivateNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all file private namespace definitions.
INamespaceDefinition.IInterfaceNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all interface namespace definitions.
INamespaceDefinition.IInternalNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all internal namespace definitions.
INamespaceDefinition.ILanguageNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all language namespace definitions.
INamespaceDefinition.INamespaceWithPackageName - Interface in org.apache.royale.compiler.definitions
Interface implemented by all language namespace definitions associated with a package.
INamespaceDefinition.IPrivateNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all private namespace definitions.
INamespaceDefinition.IProtectedNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all protected namespace definitions.
INamespaceDefinition.IPublicNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all public namespace definitions.
INamespaceDefinition.IStaticProtectedNamespaceDefinition - Interface in org.apache.royale.compiler.definitions
Interface implemented by all static protected namespace definitions.
INamespaceDefinition.NamespaceClassification - Enum in org.apache.royale.compiler.definitions
Determines the type of namespace
INamespaceNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a namespace declaration.
INamespaceReference - Interface in org.apache.royale.compiler.definitions.references
INamespaceReferences are used in the symbol table to represent references to namespaces in two contexts: a namespace specified on a const, var, function, and namespace definition inside a class or interface; a namespace specified in a use namespace directive.
INCLUDE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
INCLUDE_CLASSES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_CLASSES_VAR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_FILE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_INHERITANCE_DEPENDENCIES_ONLY - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_LOOKUP_ONLY - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_NAMESPACES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_RESOURCE_BUNDLES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_SOURCES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
INCLUDE_STYLESHEET - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
includeFiles - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
includeFilesNamePath - Variable in class org.apache.royale.compiler.config.Configuration
include-file name path [...]
includeLibraries - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
INCLUDES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
includeSources - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
IncorrectArgumentCount(int, int, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.IncorrectArgumentCount
 
IncorrectElement(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.IncorrectElement
 
INFINITE_ARGS - Static variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
InfiniteArguments - Annotation Type in org.apache.royale.compiler.internal.config.annotations
Configuration options annotated with @InfiniteArguments has unlimited number of arguments, even if the option has a finite number of argument names.
INITIALIZE_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
initializeConfiguration() - Method in class org.apache.royale.compiler.config.Configurator
Initialize the configuration and the configuration buffer.
INITIALIZED_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
initTypeName(Name, Name) - Method in class org.apache.royale.abc.semantics.Name
Method to init a type name with a base name and parameter name.
inlineFunction() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Can this function be inlined
innerException - Variable in exception org.apache.royale.compiler.internal.config.FileConfigurator.SAXConfigurationException
 
innerException - Variable in exception org.apache.royale.compiler.internal.config.FlashBuilderConfigurator.SAXConfigurationException
 
INSTANCEOF - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
INSTANCEOF_CHANGES - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Use of the instanceof operator.
InstanceOfProblem - Class in org.apache.royale.compiler.problems
Diagnostic emitted when instanceof is used
InstanceOfProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.InstanceOfProblem
 
instantiateTargetSettings() - Method in class org.apache.royale.compiler.config.Configurator
 
INSUFFICIENT_ARGS - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
INT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript int type.
INT_MAP - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
INTEGER - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.TypeMismatch
 
INTERFACE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
interfaceIterator(ICompilerProject, boolean) - Method in interface org.apache.royale.compiler.definitions.IInterfaceDefinition
Creates an iterator for enumerating all of the interfaces that this class implements.
INTERNAL - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
INTERNAL - Variable in class org.apache.royale.compiler.problems.ScopedToDefaultNamespaceProblem
 
INTERNAL_ERROR - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Internal error in compiler.
InterspersedDefaults(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.InterspersedDefaults
 
invalidate(IFileSpecification) - Method in interface org.apache.royale.compiler.mxml.IMXMLDataManager
Removes any cached IMXMLData objects for the specified file.
InvalidatedDefinition(String, String) - Constructor for class org.apache.royale.compiler.workspaces.IInvalidationListener.InvalidatedDefinition
 
IOError(String) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.IOError
 
IOperandStackUnderflowProblem - Interface in org.apache.royale.compiler.problems
Marker interface to break dependencies in ProblemQuery
IOutgoingDependenciesRequestResult - Interface in org.apache.royale.compiler.units.requests
Result object for the GET_SEMANTIC_PROBLEMS operation on ICompilationUnit.
IOverride - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IPackageDITAParser - Interface in org.apache.royale.compiler.asdoc
Interface used by SWCReader to parse DITA files containing ASDoc information in SWCs.
IParameterDefinition - Interface in org.apache.royale.compiler.definitions
A definition representing a parameter declaration.
IParameterNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a parameter in a function declaration.
IParserProblem - Interface in org.apache.royale.compiler.problems
Marker interface to break dependencies in ProblemQuery
IPathResolver - Interface in org.apache.royale.compiler.common
Interface for resolving path names to files.
IProblemFilter - Interface in org.apache.royale.compiler.clients.problems
IProblemFilter defines the interface used by problem filtering objects; a problem filter must be able to accept (or, by returning false, reject) a candidate ICompilerProblem.
IQualifiers - Interface in org.apache.royale.compiler.definitions
Represents a set of namespaces to be used for name resolution.
IReference - Interface in org.apache.royale.compiler.definitions.references
An IReference represents a reference-by-name to an IDefinition.
IRequest<T extends IRequestResult,U> - Interface in org.apache.royale.compiler.units.requests
Interface to all request objects obtained from methods on ICompilationUnit.
IRequestResult - Interface in org.apache.royale.compiler.units.requests
Base interface for the result of a ICompilationUnit request result.
IS - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
isAbsolute(File) - Static method in class org.apache.royale.utils.FileUtils
returns whether the file is absolute if a security exception is thrown, always returns false
isAbstract() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Is this definition marked as abstract?
isAccessible() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
isAccessible() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if the target file is accessible.
isAdvanced - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isAdvanced() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Override to make a variable hidden by default (i.e.
isANE() - Method in interface org.apache.royale.swc.ISWC
Determine whether this SWC is an ANE file.
isArray(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
isAssetEmbeddingSupported() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Test whether the project supports the embedding of assets.
isAttributeName() - Method in class org.apache.royale.abc.semantics.Name
 
isBindable() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Whether this definition was specified as "Bindable" in its metadata
isBindableStyle() - Method in interface org.apache.royale.compiler.definitions.IDefinition
 
isCanceled(ITarget) - Method in interface org.apache.royale.compiler.targets.ITargetProgressMonitor
Returns whether cancellation of current compile operation for the specified target has been requested.
isCastFunction() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Is this a cast function?
isCastFunction() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Is this a cast function?
isCloseTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Determines whether this tag is a close tag.
isCloseTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Is this MXML unit an close tag?
isColor(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
Returns true if this IVariableDefinition has [Inspectable(...)] metadata that specifies format="Color" Otherwise, returns false.
isCompatibleOverrideParameterType(IFunctionDefinition, ITypeDefinition, ITypeDefinition, int) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
isCompatibleOverrideReturnType(IFunctionDefinition, ITypeDefinition, ITypeDefinition) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
isCompcOnly - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
True if only compc client can use this option.
isCompilerMxmlMinimumSupportedVersionConfigured() - Method in class org.apache.royale.compiler.config.Configuration
 
isConst() - Method in interface org.apache.royale.compiler.tree.as.IVariableNode
Returns if this variable is decorated with const
isConstructor() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Is this a constructor?
isConstructor() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Is this a constructor?
isContingent() - Method in interface org.apache.royale.compiler.definitions.IDefinition
 
isContingentNeeded(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Check if the contingent definition is needed
IScopedDefinition - Interface in org.apache.royale.compiler.definitions
 
IScopedDefinitionNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a declaration with a contained scope, as for package, class, interface, and function declarations.
IScopedNode - Interface in org.apache.royale.compiler.tree.as
An AST node that has an attached scope.
isDebugEnabled() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
isDebugEnabled() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if the target file has debugging instructions included.
isDebuggingEnabled() - Method in class org.apache.royale.compiler.config.Configuration
 
isDeprecated - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isDeprecated() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
isDeprecated() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Checks if this definition is deprecated.
isDisplayed - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isDisplayed() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Override to prevent printing when dumping configuration
isDone() - Method in interface org.apache.royale.compiler.units.requests.IRequest
Returns true if the requested operation is complete.
isDumpAst() - Method in class org.apache.royale.compiler.config.Configuration
 
isDynamic() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Is this definition marked as dynamic?
isDynamicExpression(ICompilerProject) - Method in interface org.apache.royale.compiler.tree.as.IExpressionNode
Does this expression evaluate to a dynamic value
isEmpty() - Method in class org.apache.royale.compiler.common.DependencyTypeSet
Determines if the set is empty.
isEmpty() - Method in interface org.apache.royale.compiler.scopes.IDefinitionSet
Determines if this definition set is empty.
isEmptyTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Determines whether this tag is empty.
isEnableTelemetry() - Method in class org.apache.royale.compiler.config.Configuration
 
isEqualToOrAfter(MXMLDialect) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Determines whether this dialect is equal to, or later than, another dialect.
isEqualToOrBefore(MXMLDialect) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Determines whether this dialect is equal to, or earlier than, another dialect.
isExcludeNativeJSLibraries() - Method in class org.apache.royale.compiler.config.Configuration
 
isFinal() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Is this definition marked as final?
isForceLoad() - Method in class org.apache.royale.compiler.config.RSLSettings
 
isGeneratedEmbedClass() - Method in interface org.apache.royale.compiler.definitions.IDefinition
 
isGetter() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Is this function a getter?
isGreedy - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isGreedy() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Magic used by the command line configurator only at the moment to decide whether this variable should eat all subsequent arguments.
isHeadlessServer() - Method in class org.apache.royale.compiler.config.Configuration
 
isHidden - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isHidden() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
Override to make a variable completely hidden
isImplementation(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Determines whether this function is an implementation of a function from an implements Interface
isImplicit() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Is this definition an implicit definition that doesn't actually appear in the source file? Examples include this, super, default constructors, and cast functions.
isImplicit() - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Determines whether this tag does not actually exist within the MXML document that is its source.
isImplicit() - Method in interface org.apache.royale.compiler.parsing.ICMToken
 
isImplicit() - Method in interface org.apache.royale.compiler.tree.as.IDefinitionNode
Is this definition an implicit definition that doesn't actually appear in the source file? Examples include this, super, default constructors, and cast functions.
isIncludeLookupOnlyEnabled() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
isIncludeLookupOnlyEnabled() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if only manifest entries with lookupOnly=true are included in the SWC catalog, false otherwise.
isInline() - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Is this function marked as inline?
isInliningEnabled() - Method in class org.apache.royale.compiler.config.Configuration
 
isInliningEnabled() - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Test whether the project supports function inlining
isInProject(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Debugging method that can be used to assert that a definition is a specified project.
isInstanceOf(ITypeDefinition, ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.ITypeDefinition
Determines whether an "is-a" relationship exists between two classes or interfaces.
isInstanceOf(String, ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.ITypeDefinition
A variant of isInstanceOf which takes a fully-qualified type name rather than an ITypeDefinition.
isInternal() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Determines whether this definition is in an internal namespace.
isInvisible() - Method in interface org.apache.royale.compiler.units.ICompilationUnit
 
isLanguageNamespace() - Method in interface org.apache.royale.compiler.definitions.references.INamespaceReference
Does this namespace reference refer to a builtin language namespace?
isLanguageNamespace(String) - Static method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Determines whether a specified URI is the language namespace for a supported dialect of MXML.
isLinkageExternal(String) - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
isLinkageExternal(String) - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Determine is a library has external linkage.
isMultiLineComment() - Method in interface org.apache.royale.compiler.parsing.IASToken
 
isMXMLNode() - Method in enum org.apache.royale.compiler.tree.ASTNodeID
 
isNamedAnchorTag() - Method in class org.apache.royale.swf.tags.FrameLabelTag
In SWF files of version 6 or later, an extension to the FrameLabel tag called named anchors is available.
isNative() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Is this definition marked as native?
IsNewerLibVersion(String, boolean) - Static method in class org.apache.royale.compiler.common.VersionInfo
 
isNormalized(String) - Static method in class org.apache.royale.utils.FilenameNormalization
Determines whether a file path is in normalized form.
isOffsetInAttributeList(int) - Method in interface org.apache.royale.compiler.mxml.IMXMLTagData
Determines whether the specified offset falls inside the attribute list of this tag.
isOpenAndNotEmptyTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Is this MXML unit an open tag and not an empty tag (i.e.
isOpenDocument() - Method in class org.apache.royale.compiler.filespecs.BaseFileSpecification
 
isOpenDocument() - Method in class org.apache.royale.compiler.filespecs.CombinedFile
Always return false because the combined file is cached in memory.
isOpenDocument() - Method in interface org.apache.royale.compiler.filespecs.IFileSpecification
 
isOpenTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Is this MXML unit an open tag?
isOptimized() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
isOptimized() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if the target should be optimized.
ISourceFragment - Interface in org.apache.royale.compiler.internal.parsing
An ISourceFragment represents a fragment of source code.
ISourceLocation - Interface in org.apache.royale.compiler.common
This interface provides information about where something (a token, a tag, an attribute, a node, a definition, etc.) appears in source code.
isOverride() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Is this definition marked as override?
isParameterCountMismatchAllowed(IFunctionDefinition, int, int) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
isPath - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isPath() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
isPrivate() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Determines whether this definition is in a private namespace.
isProtected() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Determines whether this definition is in a protected namespace.
isPublic() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Determines whether this definition is in a public namespace.
isPublicOrInternalNamespace() - Method in interface org.apache.royale.compiler.definitions.INamespaceDefinition
 
isPublicOrInternalNamespace() - Method in interface org.apache.royale.compiler.definitions.references.INamespaceReference
 
isRemoved - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isRemoved() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
isRequired - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isRequired() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
If a variable -must- be set, override this
isRequiredSkinPart() - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
Check whether the variable is a required skin part.
isRest() - Method in interface org.apache.royale.compiler.definitions.IParameterDefinition
Returns true if this argument is a rest-style argument, signified by ...
isRest() - Method in interface org.apache.royale.compiler.tree.as.IParameterNode
Returns true if this argument is a rest-style argument, signified by ...
isRoyale() - Method in class org.apache.royale.compiler.config.Configuration
 
isRoyaleOnly - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
isRoyaleOnly() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
isRSLURLSigned(String) - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Test is the url is signed.
isRuntimeName() - Method in class org.apache.royale.abc.semantics.Name
Is this some type of runtime name?
isSetter() - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Is this function a setter?
isSigned() - Method in interface org.apache.royale.swc.ISWCDigest
If the digest is signed.
isSignedRSL(String) - Static method in class org.apache.royale.compiler.config.RSLSettings
Test if the url is a signed RSL.
isSkinPart() - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
Check whether the variable is a skin part.
isSourcePathOverlapAllowed() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns whether some source path directories are allowed to be subdirectories of another.
isSourcePathOverlapAllowed() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
isSpecialAttribute(String) - Method in interface org.apache.royale.compiler.mxml.IMXMLTagAttributeData
Returns true if this attribute has the specified short name and it either has no prefix or has a prefix that maps to the language URI.
isStatic() - Method in interface org.apache.royale.compiler.definitions.IDefinition
Is this definition marked as static?
isStrict() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns true if the compiler should run in strict error checking mode.
isStrict() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
isStrictXML() - Method in class org.apache.royale.compiler.config.Configuration
 
isSupportedListType(Class<?>) - Static method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
isSupportedSimpleType(Class<?>) - Static method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
isSupportedValueType(Class<?>) - Static method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
isTag() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Is this MXML unit a tag?
isTelemetryEnabled() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
isTelemetryEnabled() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if the target file has advanced telemetry enabled.
isTerminal() - Method in interface org.apache.royale.compiler.tree.as.IASNode
Determines if this node is a terminal node, meaning it cannot have children
isText() - Method in interface org.apache.royale.compiler.mxml.IMXMLUnitData
Is this MXML unit a block of text?
isTypeName() - Method in class org.apache.royale.abc.semantics.Name
 
isValidTypeConversion(IASNode, IDefinition, IDefinition, IFunctionDefinition) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
isValidVar(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
isVerbose() - Method in class org.apache.royale.compiler.config.Configuration
 
ISWC - Interface in org.apache.royale.swc
This is the interface of a model representing a SWC file.
ISWCComponent - Interface in org.apache.royale.swc
Each ISWCComponent object maps to a <component> entry in the catalog file.
ISWCDigest - Interface in org.apache.royale.swc
Model for <digest> tag in a SWC catalog.xml file.
ISWCFileEntry - Interface in org.apache.royale.swc
A file in a SWC archive.
ISWCLibrary - Interface in org.apache.royale.swc
Model for library definitions in a SWC file.
ISWCManager - Interface in org.apache.royale.swc
ISWCManager is a repository of SWC library models.
ISWCScript - Interface in org.apache.royale.swc
Model for <script> entry in a SWC catagory.xml file.
ISWCVersion - Interface in org.apache.royale.swc
Version information of a SWC file.
ISWF - Interface in org.apache.royale.swf
SWF model interface.
ISWFCache - Interface in org.apache.royale.compiler.caches
ISWFCache is a cache of SWFs used by ISWCManager
ISWFContext - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ISWFReader - Interface in org.apache.royale.swf.io
Read a SWF file and construct in-memory model.
ISWFTagsRequestResult - Interface in org.apache.royale.compiler.units.requests
Result object for the GET_SWF_TAGS operation on ICompilationUnit.
ISWFTarget - Interface in org.apache.royale.compiler.targets
An ITarget than can build a SWF.
isWhitespace(char) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Determines whether a character is considered whitespace in this dialect of MXML.
isWhitespace(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Determines whether a text String contains only characters that are considered whitespace in this dialect of MXML.
isWhitespace(char) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
isWhitespace(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
isWhitespace(char) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2012
 
isWildcard() - Method in interface org.apache.royale.compiler.common.IImportTarget
True if this import is a wild card
isWildcardImport() - Method in interface org.apache.royale.compiler.tree.as.IImportNode
Returns whether an import statement is a wildcard import or not
ISyntaxTreeRequestResult - Interface in org.apache.royale.compiler.units.requests
Interface implemented by result objects for the request syntax tree operation of ICompilationUnit's.
ITag - Interface in org.apache.royale.swf.tags
The interface for all the SWF tags.
ITagContainer - Interface in org.apache.royale.swf
A container of SWF tags.
ITarget - Interface in org.apache.royale.compiler.targets
An ITarget is a promise to build a particular output from the CompilationUnits in an IProject.
ITarget.TargetType - Enum in org.apache.royale.compiler.targets
Type constants for each target compiler supports
ITargetAttributes - Interface in org.apache.royale.compiler.internal.targets
Attributes that changes the target output, such as "frame rate", "SWF width" and "Use GPU".
ITargetProgressMonitor - Interface in org.apache.royale.compiler.targets
Interface that clients of Royale can implement to receive progress information as an ITarget compiles.
ITargetReport - Interface in org.apache.royale.compiler.targets
This interface provides information about the ITarget
ITargetSettings - Interface in org.apache.royale.compiler.targets
The settings used to compile a target.
ITEM_CREATION_POLICY_DEFERRED - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
One of the two allowed values for the itemCreationPolicy attribute.
ITEM_CREATION_POLICY_IMMEDIATE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
One of the two allowed values for the itemCreationPolicy attribute.
ITEM_DESTRUCTION_POLICY_AUTO - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
One of the two allowed values for the itemDestructionPolicy attribute.
ITEM_DESTRUCTION_POLICY_NEVER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
One of the two allowed values for the itemDestructionPolicy attribute.
iterator() - Method in class org.apache.royale.abc.semantics.Nsset
 
iterator() - Method in class org.apache.royale.compiler.common.DependencyTypeSet
 
iterator() - Method in class org.apache.royale.swf.SWFFrame
Get an iterator of all the tags in the frame.
ITranscoder - Interface in org.apache.royale.compiler.embedding.transcoders
Base interface for all embed transcoders
ITransientDeferredInstance - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ITypeDefinition - Interface in org.apache.royale.compiler.definitions
The base interface for class and interface definitions, including definitions of vector types.
ITypeNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a class or interface declaration.
IUIComponent - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IVariableDefinition - Interface in org.apache.royale.compiler.definitions
A definition representing a var declaration.
IVariableDefinition.VariableClassification - Enum in org.apache.royale.compiler.definitions
Variable classifications (local, argument, class member, interface member, and package member)
IVariableNode - Interface in org.apache.royale.compiler.tree.as
An AST node representing a var or const declaration.
IVisualElement - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IVisualElementContainer - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
IWorkspace - Interface in org.apache.royale.compiler.workspaces
Implementations maintain a collection of ICompilerProject's in the workspace and state that it is shared across multiple ICompilerProject's.
IWorkspaceProfilingDelegate - Interface in org.apache.royale.compiler.workspaces
Interface that clients of Royale can implement to record profile data about what operation are executed on what compilation units and how long those operations took.
IWriteOnlyProjectSettings - Interface in org.apache.royale.compiler.internal.config
Setters for Project settings that can come from command line compiler options.

K

keepAllTypeSelectors() - Method in class org.apache.royale.compiler.config.Configuration
 
keepAllTypeSelectors(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Disables the pruning of unused type selectors.
keepAllTypeSelectors() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
keepAllTypeSelectors() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if the compiler has disabled the pruning of unused type selectors.
keepConfigurationReport(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Instructs the compiler to keep a report of the compiler configuration settings.
keepConfigurationReport() - Method in class org.apache.royale.compiler.config.Configurator
 
keepLinkReport(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Instructs the linker to keep a report of the content that is included in the application.
keepLinkReport() - Method in class org.apache.royale.compiler.config.Configurator
 
keepSizeReport(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Instructs the linker to keep a SWF size report.
keepSizeReport() - Method in class org.apache.royale.compiler.config.Configurator
 
KEYWORD_SET - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
An immutable set of keywords found within the the AS3 language
KEYWORDS - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
A list of all the keywords found in the AS3 language
KIND_CLASS - Static variable in class org.apache.royale.abc.ABCConstants
 
KIND_CONST - Static variable in class org.apache.royale.abc.ABCConstants
 
KIND_FUNCTION - Static variable in class org.apache.royale.abc.ABCConstants
 
KIND_GETTER - Static variable in class org.apache.royale.abc.ABCConstants
 
KIND_METHOD - Static variable in class org.apache.royale.abc.ABCConstants
 
KIND_SETTER - Static variable in class org.apache.royale.abc.ABCConstants
 
KIND_SLOT - Static variable in class org.apache.royale.abc.ABCConstants
 

L

langs - Variable in class org.apache.royale.compiler.config.Configuration
 
LANGUAGE - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
The language to store in the SWF metadata (i.e.
length() - Method in class org.apache.royale.abc.semantics.Nsset
 
LEVEL_NOT_SUPPORTED - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
_level is no longer supported.
LIB_MAJOR_VERSION - Static variable in class org.apache.royale.compiler.common.VersionInfo
 
LIB_MINOR_VERSION - Static variable in class org.apache.royale.compiler.common.VersionInfo
 
LIB_VERSION_1_0 - Static variable in class org.apache.royale.compiler.common.VersionInfo
Lib version is the "version" of the SWC format.
LIB_VERSION_1_1 - Static variable in class org.apache.royale.compiler.common.VersionInfo
 
LIB_VERSION_1_2 - Static variable in class org.apache.royale.compiler.common.VersionInfo
 
LIBRARY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Library> tag.
libraryPath - Variable in class org.apache.royale.compiler.problems.ANELibraryNotAllowedProblem
 
libraryXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
license - Static variable in class org.apache.royale.utils.Trace
 
LICENSES_LICENSE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
line - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
LINK_REPORT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
load(ConfigurationBuffer, IFileSpecification, String, String, boolean) - Static method in class org.apache.royale.compiler.internal.config.FileConfigurator
Load configuration XML file into a ConfigurationBuffer object.
load(ConfigurationBuffer, String) - Static method in class org.apache.royale.compiler.internal.config.SystemPropertyConfigurator
Opportunistically find some configuration settings in system properties.
LOAD_CONFIG - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
LOAD_EXTERNS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
loadASDocDefaults(ConfigurationBuffer) - Static method in class org.apache.royale.compiler.internal.config.DefaultsConfigurator
 
loadCompcDefaults(ConfigurationBuffer) - Static method in class org.apache.royale.compiler.internal.config.DefaultsConfigurator
 
loadConfig() - Method in class org.apache.royale.compiler.config.Configurator
Load configuration XML file specified in -load-config option on command-line.
loadConfigFromFile(ConfigurationBuffer, File, String, String, boolean) - Method in class org.apache.royale.compiler.config.Configurator
Load a configuration from file.
loadDefaults(ConfigurationBuffer) - Method in class org.apache.royale.compiler.config.Configurator
Load the default values into the passed in config buffer
loadDefaults(ConfigurationBuffer) - Static method in class org.apache.royale.compiler.internal.config.DefaultsConfigurator
 
LoadExternsParser - Class in org.apache.royale.compiler.internal.config
An SAX parser for the XML report generated by -link-report option.
LoadExternsParser() - Constructor for class org.apache.royale.compiler.internal.config.LoadExternsParser
 
loadOEMCompcDefaults(ConfigurationBuffer) - Static method in class org.apache.royale.compiler.internal.config.DefaultsConfigurator
 
loadProjectConfig() - Method in class org.apache.royale.compiler.config.Configurator
Load project specific configuration.
local - Variable in class org.apache.royale.compiler.internal.parsing.as.OffsetCue
Local offset.
locales - Variable in class org.apache.royale.compiler.config.Configuration
 
LocalizationManager - Class in org.apache.royale.compiler.internal.config.localization
A utility class for looking up localized text.
location - Variable in class org.apache.royale.compiler.problems.ConfigurationProblem
 
LONG - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.TypeMismatch
 

M

MainDefinitionQNameProblem - Class in org.apache.royale.compiler.problems
CompilerProblem subclass for source path entries that are not directories.
MainDefinitionQNameProblem(String, String) - Constructor for class org.apache.royale.compiler.problems.MainDefinitionQNameProblem
 
Mapping - Annotation Type in org.apache.royale.compiler.internal.config.annotations
This annotation explicitly specifies how a field in Configuration maps to a configuration option name.
mask - Variable in enum org.apache.royale.compiler.units.ICompilationUnit.Operation
This mask is used by CompilationUnitBase to update a AtomicInteger that keeps track of which operations have been completed.
MAX_API_MARK - Static variable in class org.apache.royale.abc.ABCConstants
Maximum allowed API version number, modulo MIN_API_MARK.
merge(ConfigurationBuffer) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
message - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.DeprecatedConfigurationOption
 
Messages - Class in org.apache.royale.compiler
Class to look up messages for the compiler client classes.
Messages() - Constructor for class org.apache.royale.compiler.Messages
 
METADATA - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Metadata> tag.
METADATA_CONTRIBUTOR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
METADATA_CREATOR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
METADATA_DATE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
METADATA_LANGUAGE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
METADATA_LOCALIZED_DESCRIPTION - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
METADATA_LOCALIZED_TITLE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
METADATA_PUBLISHER - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
metadataExport() - Method in class org.apache.royale.compiler.config.Configuration
 
metadataXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
METHOD_Activation - Static variable in class org.apache.royale.abc.ABCConstants
 
METHOD_Arguments - Static variable in class org.apache.royale.abc.ABCConstants
 
METHOD_HasOptional - Static variable in class org.apache.royale.abc.ABCConstants
 
METHOD_HasParamNames - Static variable in class org.apache.royale.abc.ABCConstants
 
METHOD_IgnoreRest - Static variable in class org.apache.royale.abc.ABCConstants
 
METHOD_Native - Static variable in class org.apache.royale.abc.ABCConstants
 
METHOD_Needrest - Static variable in class org.apache.royale.abc.ABCConstants
 
METHOD_Setsdxns - Static variable in class org.apache.royale.abc.ABCConstants
 
MIN_API_MARK - Static variable in class org.apache.royale.abc.ABCConstants
Minimum API version number; API version numbers are optionally encoded into the last character of a Namespace's name, modulo this number.
MISSING_DELIMITER - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
MISSING_NAMESPACE_DECL - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Missing namespace declaration (e.g.
MissingArgument(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.MissingArgument
 
MissingIncludeClasses() - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.MissingIncludeClasses
 
MissingRequirement(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.MissingRequirement
 
MODEL - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Model> tag.
modelXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
MODIFIERS - Static variable in class org.apache.royale.compiler.common.ASModifier
A list of all the modifiers that exist within AS3
ModifiersSet - Class in org.apache.royale.compiler.common
Map for holding a set of modifiers
ModifiersSet() - Constructor for class org.apache.royale.compiler.common.ModifiersSet
 
MovieClip - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
MULTIPLE_VALUES - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
MustSpecifyTarget(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.MustSpecifyTarget
 
MutablePrefixMap - Class in org.apache.royale.compiler.common
This is a mutable version of a PrefixMap that allows additions and removals of namespaces
MutablePrefixMap() - Constructor for class org.apache.royale.compiler.common.MutablePrefixMap
 
MutablePrefixMap(PrefixMap) - Constructor for class org.apache.royale.compiler.common.MutablePrefixMap
 
MutablePrefixMap(String, String) - Constructor for class org.apache.royale.compiler.common.MutablePrefixMap
 
mx_internal - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
mxml - Static variable in class org.apache.royale.utils.Trace
 
MXML_2006 - Static variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
The MXMLDialect representing MXML 2006.
MXML_2009 - Static variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
The MXMLDialect representing MXML 2009.
MXML_2012 - Static variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
The MXMLDialect representing MXML 2012 (experimental).
MXML_CURRENT_VERSION - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_EARLIEST_MAJOR_VERSION - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_LATEST_MAJOR_VERSION - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_LATEST_MINOR_VERSION - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_VERSION_2_0 - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_VERSION_2_0_1 - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_VERSION_3_0 - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_VERSION_4_0 - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_VERSION_4_5 - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_VERSION_4_6 - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXML_VERSION_4_7 - Static variable in class org.apache.royale.compiler.config.Configuration
 
MXMLDatabindingSourceNotBindableProblem - Class in org.apache.royale.compiler.problems
Problem generated when code attempts to bind to something that isn't bindable.
MXMLDatabindingSourceNotBindableProblem(IASNode, String) - Constructor for class org.apache.royale.compiler.problems.MXMLDatabindingSourceNotBindableProblem
 
MXMLDialect - Class in org.apache.royale.compiler.internal.mxml
This is the abstract base class for classes representing dialects of MXML, such as MXML 2006 or MXML 2009.
MXMLDialect(String, int) - Constructor for class org.apache.royale.compiler.internal.mxml.MXMLDialect
Constructor.
MXMLDialect.TextParsingFlags - Enum in org.apache.royale.compiler.internal.mxml
Flags that affect how the parsing methods work.
MXMLDialect2006 - Class in org.apache.royale.compiler.internal.mxml
This singleton class represents the 2006 dialect of MXML, with the language namespace "http://www.adobe.com/2006/mxml".
MXMLDialect2006(String, int) - Constructor for class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
MXMLDialect2009 - Class in org.apache.royale.compiler.internal.mxml
This singleton class represents the 2009 dialect of MXML, with the language namespace "http://ns.adobe.com/mxml/2009".
MXMLDialect2009(String, int) - Constructor for class org.apache.royale.compiler.internal.mxml.MXMLDialect2009
 
MXMLDialect2012 - Class in org.apache.royale.compiler.internal.mxml
This singleton class represents the experimental 2012 dialect of MXML, with the language namespace "http://ns.adobe.com/mxml/2012".
MXMLDialect2012(String, int) - Constructor for class org.apache.royale.compiler.internal.mxml.MXMLDialect2012
 
MXMLNamespaceMapping - Class in org.apache.royale.compiler.internal.mxml
This class stores a MXML-namespace-URI-to-manifest-file mapping.
MXMLNamespaceMapping(String, String) - Constructor for class org.apache.royale.compiler.internal.mxml.MXMLNamespaceMapping
 

N

NA_N - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
Name - Class in org.apache.royale.abc.semantics
A representation of a name.
Name(String) - Constructor for class org.apache.royale.abc.semantics.Name
Construct the simplest kind of Name: one whose kind is CONSTANT_Qname and whose namespace set contains the single package namespace with name "".
Name(Namespace, String) - Constructor for class org.apache.royale.abc.semantics.Name
Construct a name whose kind is CONSTANT_Qname, with the namespace and base name specified.
Name(Nsset, String) - Constructor for class org.apache.royale.abc.semantics.Name
Construct a Name whose kind is CONSTANT_Multiname.
Name(int, Nsset, String) - Constructor for class org.apache.royale.abc.semantics.Name
Construct a Name of any kind except CONSTANT_TypeName.
Name(Name, Name) - Constructor for class org.apache.royale.abc.semantics.Name
Construct a Name of kind CONSTANT_TypeName, which represents a parameterized type such as C.<T>.
name - Variable in class org.apache.royale.compiler.common.XMLName
Local element name (unqualified)
name - Variable in class org.apache.royale.compiler.problems.ConstNotInitializedProblem
 
NAME_ARGUMENTERROR - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_ARRAY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_ARRAYINDEXPROP - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_BINDINGS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_BINDINGSBEGINWITHWORD - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_BINDINGSBYDESTINATION - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_BOOLEAN - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_CHILD_DESCRIPTORS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_CURRENT_STATE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_DEFAULT_FACTORY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_DESIGN_LAYER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_DOCUMENT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_EFFECTS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_ERRORID - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_EVENTS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_EXECUTE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_HANDLER_FUNCTION - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_ID - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_INITIALIZE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_NAME - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_OBJECT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_OPERATIONS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
AET Name of the operations property on a WebService object.
NAME_OVERRIDES - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_PARENTWATCHER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_PROPERTIES - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_PROPERTIES_FACTORY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_SET_DOCUMENT_DESCRIPTOR - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_SETUPBINDINGS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_STYLE_DECLARATION - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_STYLE_MANAGER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_STYLES_FACTORY - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_TARGET - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_TWOWAYCOUNTERPART - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_TYPE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_UNDERBAR_DOCUMENT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_UNDERBAR_DOCUMENT_DESCRIPTOR - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_VALUE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_VOID - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAME_WATCHERS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
Namespace - Class in org.apache.royale.abc.semantics
A representation of a namespace.
Namespace(int) - Constructor for class org.apache.royale.abc.semantics.Namespace
 
Namespace(int, String) - Constructor for class org.apache.royale.abc.semantics.Namespace
 
NAMESPACE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
Namespace - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
namespace - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.UnknownNamespace
 
NAMESPACE_MX_INTERNAL - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
NAMESPACE_MXML_2006 - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The langauge namespace for MXML 2006.
NAMESPACE_MXML_2009 - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The language namespace for MXML 2009.
NAMESPACE_MXML_2012 - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The language namespace for MXML 2012 (experimental).
NamespaceMissingManifest(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.NamespaceMissingManifest
 
namespaceToPrefixMap - Variable in class org.apache.royale.compiler.common.PrefixMap
 
NATIVE - Static variable in class org.apache.royale.abc.ABCConstants
 
NATIVE - Static variable in class org.apache.royale.compiler.common.ASModifier
Represents the native modifier.
NATIVE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
NEED_ACTIVATION - Static variable in class org.apache.royale.abc.ABCConstants
 
NEED_ARGUMENTS - Static variable in class org.apache.royale.abc.ABCConstants
 
NEED_REST - Static variable in class org.apache.royale.abc.ABCConstants
 
NEGATIVE_UINT_LITERAL - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Negative value will become a large positive value when assigned to a uint data type.
NEW - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
NEW - Variable in class org.apache.royale.compiler.problems.DateCastProblem
 
next() - Method in class org.apache.royale.compiler.problems.collections.FilteredIterator
Find and fetch the next element of the underlying sequence that the filter accepts.
NIL_COMPILATIONUNITS_TO_UPDATE - Static variable in interface org.apache.royale.compiler.workspaces.IWorkspace
Empty map that can be passed to IWorkspace.endIdleState(Map) by callers who do not have a map containing ICompilationUnits whose updates to project symbol tables have been deferred.
NIL_PARSER - Static variable in interface org.apache.royale.compiler.asdoc.IPackageDITAParser
Nil implementation of IPackageDITAParser.
NO_API_VERSION - Static variable in class org.apache.royale.abc.ABCConstants
(Invalid) API version number that means "no API version."
NO_CONSTRUCTOR - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Missing constructor.
NO_EXPLICIT_SUPER_CALL_IN_CONSTRUCTOR - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
The super() statement was not called within the constructor.
NO_PROBLEMS - Static variable in interface org.apache.royale.compiler.units.requests.IOutgoingDependenciesRequestResult
 
NO_TYPE_DECL - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Missing type declaration.
NoASDocInputs() - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.NoASDocInputs
 
NoCRLFInputStream(InputStream) - Constructor for class org.apache.royale.compiler.filespecs.FileSpecification.NoCRLFInputStream
 
NODE_REFERENCES - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
noneOf() - Static method in class org.apache.royale.compiler.common.DependencyTypeSet
Constructs a new empty set.
normalize(String) - Static method in class org.apache.royale.compiler.internal.config.QNameNormalization
Normalize a full name to foo.bar.Name form.
normalize(String, String) - Static method in class org.apache.royale.compiler.internal.config.QNameNormalization
Normalize a full name to QName with the given separator character.
normalize(Collection<String>) - Static method in class org.apache.royale.compiler.internal.config.QNameNormalization
Normalize a collection of names to dot-separated QNames.
normalize(File[]) - Static method in class org.apache.royale.utils.FilenameNormalization
Normalizes an array of files.
normalize(File) - Static method in class org.apache.royale.utils.FilenameNormalization
Normalize a File.
normalize(String) - Static method in class org.apache.royale.utils.FilenameNormalization
Normalize a String.
normalizeFileToPath(File) - Static method in class org.apache.royale.utils.FilenameNormalization
Get the normalized file path of a Java File object.
NoSwcInputs(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.NoSwcInputs
 
not(IProblemFilter) - Static method in class org.apache.royale.compiler.problems.collections.CompositeProblemFilter
Construct a composite filter that negates a filter's decision to accept.
NOT_SET - Static variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
NotADirectory(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.NotADirectory
 
NotAFile(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.NotAFile
 
NotDirectory(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.NotDirectory
 
Nsset - Class in org.apache.royale.abc.semantics
Nsset represents an ABC NamespaceSet, i.e., a set of Namespaces.
Nsset(Namespace) - Constructor for class org.apache.royale.abc.semantics.Nsset
Construct a Nsset from a single Namespace.
Nsset(Collection<Namespace>) - Constructor for class org.apache.royale.abc.semantics.Nsset
Construct a Nsset from a Collection of Namespaces.
NULL - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
Null - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
NULL - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
NULL_NAME - Static variable in class org.apache.royale.compiler.common.XMLName
 
NULL_VALUE - Static variable in class org.apache.royale.abc.ABCConstants
This Object represents the null constant value.
NullUsedWhereOtherExpectedProblem - Class in org.apache.royale.compiler.problems
 
NullUsedWhereOtherExpectedProblem(IASNode, String) - Constructor for class org.apache.royale.compiler.problems.NullUsedWhereOtherExpectedProblem
 
Number - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
NUMBER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Number type.
NUMBER_FROM_STRING_CHANGES - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
In ActionScript 3.0, white space is ignored and '' returns 0.

O

Object - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
OBJECT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Object type.
ObjectProxy - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ObsoleteVariable(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.ObsoleteVariable
 
of(DependencyType...) - Static method in class org.apache.royale.compiler.common.DependencyTypeSet
Constructs a new set with the specified dependency types in it.
OffsetCue - Class in org.apache.royale.compiler.internal.parsing.as
Background
OffsetCue(String, int, int) - Constructor for class org.apache.royale.compiler.internal.parsing.as.OffsetCue
 
OffsetLookup - Class in org.apache.royale.compiler.internal.parsing.as
Tokens generated from StreamingASTokenizer has been altered so that their start and end offsets are absolute offsets.
OffsetLookup(ImmutableList<OffsetCue>) - Constructor for class org.apache.royale.compiler.internal.parsing.as.OffsetLookup
 
omitTraceStatements() - Method in class org.apache.royale.compiler.config.Configuration
 
OnlyOneSource(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.OnlyOneSource
 
OP_add - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_add_d - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_add_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_applytype - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_astype - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_astypelate - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_bitand - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_bitnot - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_bitor - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_bitxor - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_bkpt - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_bkptline - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_call - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callinterface - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callmethod - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callproperty - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callproplex - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callpropvoid - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callstatic - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callsuper - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callsuperid - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_callsupervoid - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_checkfilter - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce_a - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce_b - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce_d - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce_o - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce_s - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_coerce_u - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_construct - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_constructprop - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_constructsuper - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_convert_b - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_convert_d - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_convert_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_convert_o - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_convert_s - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_convert_u - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_debug - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_debugfile - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_debugline - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_declocal - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_declocal_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_decrement - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_decrement_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_deleteproperty - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_deletepropertylate - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_divide - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_dup - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_dxns - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_dxnslate - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_equals - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_esc_xattr - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_esc_xelem - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_finddef - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_findproperty - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_findpropstrict - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getdescendants - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getglobalscope - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getglobalslot - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getlex - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getlocal - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getlocal0 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getlocal1 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getlocal2 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getlocal3 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getouterscope - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getproperty - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getscopeobject - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getslot - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_getsuper - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_greaterequals - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_greaterthan - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_hasnext - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_hasnext2 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifeq - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_iffalse - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifge - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifgt - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifle - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_iflt - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifne - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifnge - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifngt - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifnle - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifnlt - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifstricteq - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_ifstrictne - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_iftrue - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_in - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_inclocal - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_inclocal_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_increment - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_increment_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_initproperty - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_instanceof - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_istype - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_istypelate - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_jump - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_kill - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_label - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_lessequals - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_lessthan - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_lf32 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_lf64 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_li16 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_li32 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_li8 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_lookupswitch - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_lshift - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_modulo - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_multiply - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_multiply_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_negate - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_negate_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_newactivation - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_newarray - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_newcatch - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_newclass - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_newfunction - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_newobject - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_nextname - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_nextvalue - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_nop - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_not - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pop - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_popscope - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushbyte - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushdouble - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushfalse - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushint - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushnamespace - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushnan - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushnull - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushscope - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushshort - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushstring - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushtrue - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushuint - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushundefined - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_pushwith - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_returnvalue - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_returnvoid - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_rshift - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setglobalslot - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setlocal - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setlocal0 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setlocal1 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setlocal2 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setlocal3 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setproperty - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setpropertylate - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setslot - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_setsuper - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_sf32 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_sf64 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_si16 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_si32 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_si8 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_strictequals - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_subtract - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_subtract_i - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_swap - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_sxi1 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_sxi16 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_sxi8 - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_throw - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_timestamp - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_typeof - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_unplus - Static variable in class org.apache.royale.abc.ABCConstants
 
OP_urshift - Static variable in class org.apache.royale.abc.ABCConstants
 
operationCompleted(ICompilationUnit, ICompilationUnit.Operation) - Method in interface org.apache.royale.compiler.workspaces.IWorkspaceProfilingDelegate
Called when a ICompilationUnit operation completes executing.
operationStarted(ICompilationUnit, ICompilationUnit.Operation) - Method in interface org.apache.royale.compiler.workspaces.IWorkspaceProfilingDelegate
Called when a ICompilationUnit operation starts executing.
opNames - Static variable in class org.apache.royale.abc.ABCConstants
 
optimize() - Method in class org.apache.royale.compiler.config.Configuration
 
optimize(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Enables post-link optimization.
optimize(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Enables post-link optimization.
option - Variable in class org.apache.royale.compiler.problems.DeprecatedConfigurationOptionProblem
 
option - Variable in class org.apache.royale.compiler.problems.RemovedConfigurationOptionProblem
 
option - Variable in class org.apache.royale.compiler.problems.RoyaleOnlyConfigurationOptionNotSupported
 
or(IProblemFilter, IProblemFilter) - Static method in class org.apache.royale.compiler.problems.collections.CompositeProblemFilter
Construct a composite filter that ors two filters' decisions to accept.
org.apache.royale.abc - package org.apache.royale.abc
 
org.apache.royale.abc.semantics - package org.apache.royale.abc.semantics
 
org.apache.royale.compiler - package org.apache.royale.compiler
 
org.apache.royale.compiler.asdoc - package org.apache.royale.compiler.asdoc
 
org.apache.royale.compiler.caches - package org.apache.royale.compiler.caches
 
org.apache.royale.compiler.clients.problems - package org.apache.royale.compiler.clients.problems
 
org.apache.royale.compiler.common - package org.apache.royale.compiler.common
 
org.apache.royale.compiler.config - package org.apache.royale.compiler.config
 
org.apache.royale.compiler.constants - package org.apache.royale.compiler.constants
 
org.apache.royale.compiler.definitions - package org.apache.royale.compiler.definitions
 
org.apache.royale.compiler.definitions.metadata - package org.apache.royale.compiler.definitions.metadata
 
org.apache.royale.compiler.definitions.references - package org.apache.royale.compiler.definitions.references
 
org.apache.royale.compiler.embedding - package org.apache.royale.compiler.embedding
 
org.apache.royale.compiler.embedding.transcoders - package org.apache.royale.compiler.embedding.transcoders
 
org.apache.royale.compiler.exceptions - package org.apache.royale.compiler.exceptions
 
org.apache.royale.compiler.filespecs - package org.apache.royale.compiler.filespecs
 
org.apache.royale.compiler.internal.config - package org.apache.royale.compiler.internal.config
This package is the internal counterpart of the external org.apache.royale.compiler.config package.
org.apache.royale.compiler.internal.config.annotations - package org.apache.royale.compiler.internal.config.annotations
 
org.apache.royale.compiler.internal.config.localization - package org.apache.royale.compiler.internal.config.localization
This package contains classes related to the legacy localization mechanism still used by the Flex configuration subsystem.
org.apache.royale.compiler.internal.mxml - package org.apache.royale.compiler.internal.mxml
 
org.apache.royale.compiler.internal.parsing - package org.apache.royale.compiler.internal.parsing
 
org.apache.royale.compiler.internal.parsing.as - package org.apache.royale.compiler.internal.parsing.as
 
org.apache.royale.compiler.internal.targets - package org.apache.royale.compiler.internal.targets
 
org.apache.royale.compiler.mxml - package org.apache.royale.compiler.mxml
 
org.apache.royale.compiler.parsing - package org.apache.royale.compiler.parsing
 
org.apache.royale.compiler.problems - package org.apache.royale.compiler.problems
 
org.apache.royale.compiler.problems.annotations - package org.apache.royale.compiler.problems.annotations
This package contains implementations of the @DefaultSeverity and @ProblemClassification Java annotations that can be used to annotate a compiler problem class.
org.apache.royale.compiler.problems.collections - package org.apache.royale.compiler.problems.collections
This package contains classes dealing with collections of compiler problems.
org.apache.royale.compiler.projects - package org.apache.royale.compiler.projects
 
org.apache.royale.compiler.scopes - package org.apache.royale.compiler.scopes
 
org.apache.royale.compiler.targets - package org.apache.royale.compiler.targets
 
org.apache.royale.compiler.tree - package org.apache.royale.compiler.tree
 
org.apache.royale.compiler.tree.as - package org.apache.royale.compiler.tree.as
 
org.apache.royale.compiler.tree.metadata - package org.apache.royale.compiler.tree.metadata
 
org.apache.royale.compiler.units - package org.apache.royale.compiler.units
 
org.apache.royale.compiler.units.requests - package org.apache.royale.compiler.units.requests
 
org.apache.royale.compiler.workspaces - package org.apache.royale.compiler.workspaces
 
org.apache.royale.swc - package org.apache.royale.swc
 
org.apache.royale.swc.catalog - package org.apache.royale.swc.catalog
 
org.apache.royale.swc.dita - package org.apache.royale.swc.dita
 
org.apache.royale.swf - package org.apache.royale.swf
 
org.apache.royale.swf.io - package org.apache.royale.swf.io
 
org.apache.royale.swf.tags - package org.apache.royale.swf.tags
 
org.apache.royale.swf.types - package org.apache.royale.swf.types
 
org.apache.royale.utils - package org.apache.royale.utils
 
OtherThrowable(Throwable, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.OtherThrowable
 
OUTPUT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
output - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
OUTPUT_VAR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
OverlappingSourcePathProblem - Class in org.apache.royale.compiler.problems
CompilerProblem subclass for overlapping source path entries.
OverlappingSourcePathProblem(File, File) - Constructor for class org.apache.royale.compiler.problems.OverlappingSourcePathProblem
 
OVERRIDE - Static variable in class org.apache.royale.compiler.common.ASModifier
Represents the override modifier.
OVERRIDE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
overrideDefaults() - Method in class org.apache.royale.compiler.config.Configurator
Override default values.
overridesAncestor(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Is this function actually overriding a function in a base class

P

PACKAGE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
packageNs - Static variable in class org.apache.royale.abc.semantics.Name
The default package namespace for an unqualified name.
ParameterHasNoTypeDeclarationProblem - Class in org.apache.royale.compiler.problems
Example: function foo(baz) : void { }
ParameterHasNoTypeDeclarationProblem(IASNode, String, String) - Constructor for class org.apache.royale.compiler.problems.ParameterHasNoTypeDeclarationProblem
 
paramName - Variable in class org.apache.royale.compiler.problems.ParameterHasNoTypeDeclarationProblem
 
parse(String, InputStream) - Method in interface org.apache.royale.compiler.asdoc.IPackageDITAParser
Parses DITA information from the specified InputStream.
parse(ConfigurationBuffer, String, String[]) - Static method in class org.apache.royale.compiler.config.CommandLineConfigurator
parse - buffer up configuration vals from the command line
parseArray(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Parses an ActionScript Array value from a string.
parseArray(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
parseBoolean(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Parses an ActionScript Boolean value from a string.
parseBoolean(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
parseBoolean(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2012
 
parseInt(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Parses an ActionScript int value from a string.
parseInt(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
parseNumber(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Parses an ActionScript Number value from a string.
parseNumber(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
parseObject(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Parses an ActionScript value from a string.
parseObject(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
parseString(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Parses an ActionScript String value from a string.
parseString(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
parseUint(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Parses an ActionScript uint value from a string.
parseUint(ICompilerProject, String, EnumSet<MXMLDialect.TextParsingFlags>) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
passed - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.IncorrectArgumentCount
 
paste(IASDocComment) - Method in interface org.apache.royale.compiler.asdoc.IASDocComment
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.CannotOpen
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.ConfigurationIOError
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.DirectoryNotEmpty
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.FileTooBig
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.NotADirectory
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.NotAFile
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.NotDirectory
 
path - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.RedundantFile
 
path - Variable in class org.apache.royale.compiler.filespecs.BaseFileSpecification
The file path
PATH_ELEMENT - Static variable in annotation type org.apache.royale.compiler.internal.config.annotations.Arguments
path-element is a commonly used argument name for options taking a file path.
pathResolver - Static variable in class org.apache.royale.utils.Trace
 
pattern - Variable in enum org.apache.royale.compiler.filespecs.CombinedFile.BOM
BOM pattern in byte array.
peekConfigurationVar(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
peekSimpleConfigurationVar(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
percentCompleted(ITarget, int) - Method in interface org.apache.royale.compiler.targets.ITargetProgressMonitor
Reports the percentage of the main work that has been completed so far.
phase - Static variable in class org.apache.royale.utils.Trace
 
phaseabc - Static variable in class org.apache.royale.utils.Trace
 
PLAYERGLOBAL_HOME_TOKEN - Static variable in class org.apache.royale.compiler.config.Configuration
 
PLAYERGLOBAL_SWC - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
Name of the core AS3 language SWC for the web
populateFunctionNodes() - Method in interface org.apache.royale.compiler.tree.as.IFileNode
Rebuild function body nodes.
prefixes - Variable in class org.apache.royale.compiler.common.PrefixMap
 
PrefixMap - Class in org.apache.royale.compiler.common
A PrefixMap contains a collection of prefix to namespace mappings found in MXML documents.
PrefixMap() - Constructor for class org.apache.royale.compiler.common.PrefixMap
 
PrefixMap(PrefixMap) - Constructor for class org.apache.royale.compiler.common.PrefixMap
 
prerequisites - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
printExceptionStack(Throwable, PrintWriter, int) - Static method in class org.apache.royale.utils.ExceptionUtil
Recursively prints out a stack of wrapped exceptions.
printProblems(Collection<ICompilerProblem>, IProblemFilter) - Method in class org.apache.royale.compiler.clients.problems.ProblemPrinter
Print problems and return number of problems printed after applying the filter.
printProblems(Iterable<ICompilerProblem>) - Method in class org.apache.royale.compiler.clients.problems.ProblemPrinter
Print a pre-filtered sequence of problems.
PRIVATE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
PRIVATE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Private> tag.
privateXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
ProblemClassification - Annotation Type in org.apache.royale.compiler.problems.annotations
Annotation to specify the "class" of problems.
ProblemFilterClassCriteria - Class in org.apache.royale.compiler.clients.problems
IFilter problems based on their class; the filter supports a negative set (don't accept any instances of a given class) and a positive set (only accept instances of a given class).
ProblemFilterClassCriteria(Class<?>...) - Constructor for class org.apache.royale.compiler.clients.problems.ProblemFilterClassCriteria
Construct a purely negative filter.
ProblemFilterClassCriteria(Set<Class<?>>, Set<Class<?>>) - Constructor for class org.apache.royale.compiler.clients.problems.ProblemFilterClassCriteria
Construct a filter with positive and negative requirements.
ProblemFormatter - Class in org.apache.royale.compiler.clients.problems
Abstract class that provide useful functionality for formatting and retrieving the localized message of CompilerProblem's.
ProblemFormatter() - Constructor for class org.apache.royale.compiler.clients.problems.ProblemFormatter
 
ProblemPrinter - Class in org.apache.royale.compiler.clients.problems
A printer utility class for ICompilerProblems.
ProblemPrinter(ProblemFormatter, OutputStream) - Constructor for class org.apache.royale.compiler.clients.problems.ProblemPrinter
 
ProblemPrinter(ProblemFormatter) - Constructor for class org.apache.royale.compiler.clients.problems.ProblemPrinter
 
ProblemQuery - Class in org.apache.royale.compiler.clients.problems
A ProblemQuery presents a higher-level view of a problem stream; it offers facilities to enable or disable diagnostics and presents filtered and (optionally) sorted views of the underlying problem stream.
ProblemQuery() - Constructor for class org.apache.royale.compiler.clients.problems.ProblemQuery
Construct a ProblemQuery.
ProblemQuery(ICompilerProblemSettings) - Constructor for class org.apache.royale.compiler.clients.problems.ProblemQuery
Construct a ProblemQuery with settings to control how compiler problems are reported.
ProblemSettingsFilter - Class in org.apache.royale.compiler.clients.problems
A problem filter that implements filtering based the values of the following compiler options: -allow-source-path-overlap -show-actionscript-warnings -show-binding-warnings -show-deprecation-warnings -show-multiple-definition-warnings -show-unused-type-selector-warnings -strict -warn-assignment-within-conditional -warn-bad-array-cast -warn-bad-date-cast -warn-bad-nan-comparision -warn-bad-null-assignment -warn-bad-undefined-comparision -warn-const-not-initialized -warn-duplicate-variable-def -warn-instanceof-changes -warn-missing-namespace-decl -warn-no-type-decl -warn-this-within-closure
ProblemSettingsFilter(ICompilerProblemSettings) - Constructor for class org.apache.royale.compiler.clients.problems.ProblemSettingsFilter
Create a filter based on problem settings.
processConfiguration() - Method in class org.apache.royale.compiler.config.Configurator
Wrapper around the real processConfiguration.
processConfiguration(String[]) - Method in class org.apache.royale.compiler.config.Configurator
Does all the work to set the command line arguments info the configuration object.
processExtras(String[]) - Method in class org.apache.royale.compiler.config.Configurator
Do special case handling of extra arguments for Flash Builder.
processValues(String, List<String>, String, int) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
ProductInfoTag - Class in org.apache.royale.swf.tags
Represents a ProductInfo tag in a SWF file.
ProductInfoTag(ProductInfoTag.Product, ProductInfoTag.Edition, byte, byte, long, long) - Constructor for class org.apache.royale.swf.tags.ProductInfoTag
Constructor.
ProductInfoTag.Edition - Enum in org.apache.royale.swf.tags
Edition Types
ProductInfoTag.Product - Enum in org.apache.royale.swf.tags
Product Types
profiler - Static variable in class org.apache.royale.utils.Trace
 
project - Variable in class org.apache.royale.compiler.config.Configurator
 
project - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
PROJECTOR - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
ProjectSpecificErrorProblem - Class in org.apache.royale.compiler.problems
A generic problem type for problems that can be specific to a particular target.
ProjectSpecificErrorProblem(ISourceLocation, String, String) - Constructor for class org.apache.royale.compiler.problems.ProjectSpecificErrorProblem
 
ProjectSpecificErrorProblem(String, int, int, int, int, int, int, String, String) - Constructor for class org.apache.royale.compiler.problems.ProjectSpecificErrorProblem
 
projectTypeDetail - Variable in class org.apache.royale.compiler.problems.ProjectSpecificErrorProblem
 
property - Variable in class org.apache.royale.compiler.problems.UnfoundPropertyProblem
 
PROPERTY_OUTER_DOCUMENT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The name of the autogenerated outerDocument property of a <Component> class.
PropertyWatcher - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
PROTECTED - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
PUBLIC - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
PublicVarWarningProblem - Class in org.apache.royale.compiler.problems
Public vars don't work well in JS minified output.
PublicVarWarningProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.PublicVarWarningProblem
 
PublicVarWarningProblem(String, int, int, int, int, int, int) - Constructor for class org.apache.royale.compiler.problems.PublicVarWarningProblem
 
PUBLISHER - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
A publisher's name to store in the SWF metadata.

Q

QName - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
qName - Variable in class org.apache.royale.compiler.problems.DuplicateQNameInSourcePathProblem
 
qName - Variable in class org.apache.royale.compiler.problems.MainDefinitionQNameProblem
 
qname - Variable in class org.apache.royale.compiler.problems.UnresolvedClassReferenceProblem
 
QNameNormalization - Class in org.apache.royale.compiler.internal.config
Normalizes QNames.
QNameNormalization() - Constructor for class org.apache.royale.compiler.internal.config.QNameNormalization
 

R

RAW_METADATA - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
read() - Method in class org.apache.royale.compiler.filespecs.FileSpecification.NoCRLFInputStream
if we read a CR, just skip it, assuming it will be followed by an LF
read(byte[]) - Method in class org.apache.royale.compiler.filespecs.FileSpecification.NoCRLFInputStream
if we read a CR, just skip it, assuming it will be followed by an LF
read(byte[], int, int) - Method in class org.apache.royale.compiler.filespecs.FileSpecification.NoCRLFInputStream
if we read a CR, just skip it, assuming it will be followed by an LF
readFrom(InputStream, String) - Method in interface org.apache.royale.swf.io.ISWFReader
Read a SWF file from the input stream.
readSWFInputStream(ISWFReader, ISWC) - Method in interface org.apache.royale.swc.ISWCLibrary
Read the InputStream of the library SWF file.
reason - Variable in class org.apache.royale.compiler.problems.ConfigurationProblem
 
Rect - Class in org.apache.royale.swf.types
A rectangle value represents a rectangular region defined by a minimum x- and y-coordinate position and a maximum x- and y-coordinate position.
Rect(int, int) - Constructor for class org.apache.royale.swf.types.Rect
Create a rect record by size.
Rect(int, int, int, int) - Constructor for class org.apache.royale.swf.types.Rect
Create a rect record by coordinates.
RECURSION_LIMIT - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
red - Variable in class org.apache.royale.swf.types.RGB
 
RedundantFile(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.RedundantFile
 
RegExp - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
REGISTER_EFFECTS_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
registerClassAlias - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
release() - Method in class org.apache.royale.compiler.config.Configuration
 
rememberLocalFunction(IFunctionNode) - Method in interface org.apache.royale.compiler.tree.as.IFunctionNode
Remember local Functions in this function node().
RemoteObject - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
RemoteObjectOperation - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
remove(String) - Method in class org.apache.royale.compiler.common.MutablePrefixMap
 
remove() - Method in class org.apache.royale.compiler.problems.collections.FilteredIterator
This iterator cannot remove elements.
remove(File) - Method in interface org.apache.royale.swc.ISWCManager
Removes an existing SWC file from the cache
REMOVE_UNUSED_RSLS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
RemovedConfigurationOption(String) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.RemovedConfigurationOption
 
RemovedConfigurationOptionProblem - Class in org.apache.royale.compiler.problems
Problem indicates that the command line option is no longer supported.
RemovedConfigurationOptionProblem(String, String, int) - Constructor for class org.apache.royale.compiler.problems.RemovedConfigurationOptionProblem
 
removeExport(ICharacterTag) - Method in class org.apache.royale.swf.tags.ExportAssetsTag
Remove a character tag from the exported tags by reference.
removeExport(String) - Method in class org.apache.royale.swf.tags.ExportAssetsTag
Remove a character tag from the exported tags by name.
removeInvalidationListener(IInvalidationListener) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Removes a IInvalidationListener on the workspace.
removeRejectedClass(Class<?>) - Method in class org.apache.royale.compiler.clients.problems.ProblemFilterClassCriteria
Remove a (super)class to was have been rejected.
removeSymbol(ICharacterTag) - Method in class org.apache.royale.swf.tags.SymbolClassTag
Remove a symbol.
removeSymbol(String) - Method in class org.apache.royale.swf.tags.SymbolClassTag
Remove a symbol.
removeUnusedRuntimeSharedLibraryPaths(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Enables the removal of RSLs associated with libraries that are not used by an application.
removeUnusedRuntimeSharedLibraryPaths(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Enables the removal of RSLs associated with libraries that are not used by an application.
removeUnusedRuntimeSharedLibraryPaths() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
removeUnusedRuntimeSharedLibraryPaths() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if RSLs that have no classes used by the application are not loaded at runtime.
REPARENT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Reparent> tag.
reparentXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
REPEATER - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Repeater> tag.
Repeater - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
replaceInlineReferences(String, Map<String, Object>) - Static method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
replacement - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.DeprecatedConfigurationOption
 
replacement - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.ObsoleteVariable
 
replacement - Variable in class org.apache.royale.compiler.problems.DeprecatedConfigurationOptionProblem
 
reportConfigurationException(ConfigurationException) - Method in class org.apache.royale.compiler.config.Configurator
Convert conifguration exceptions to problems and collect them for reporting.
reportMissingCompilerLibraries - Variable in class org.apache.royale.compiler.config.Configuration
 
reportMissingCompilerSwfLibraries - Variable in class org.apache.royale.compiler.config.Configuration
 
reportMissingRequiredSkinPartsAsWarnings() - Method in class org.apache.royale.compiler.config.Configuration
Allow the user to configure whether it should be considered an error to not create a required skin part or if it should just be a warning.
reportMissingsLibraries(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Instructs the compiler to report missing Libraries as a configuration error.
required - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.MissingRequirement
 
required - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.VariableMissingRequirement
 
RESERVED_FIELD_VALUE - Static variable in class org.apache.royale.swf.tags.EnableDebugger2Tag
 
resetRel() - Static method in class org.apache.royale.utils.Trace
Reset the relative clock to zero Only has an effect when -Dtrace.timeStampMsRel is enabled
resolve(String) - Method in interface org.apache.royale.compiler.common.IPathResolver
Resolve a path to a file.
resolve(String) - Method in class org.apache.royale.compiler.config.ConfigurationPathResolver
 
resolve(ICompilerProject, IASScope, DependencyType, boolean) - Method in interface org.apache.royale.compiler.definitions.references.IReference
Resolves the reference to its IDefinition in the given project and scope.
resolve(ICompilerProject) - Method in interface org.apache.royale.compiler.tree.as.IExpressionNode
If this expression is statically known to refer to a definition return a reference to that definition.
resolveAllInterfaces(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.ITypeDefinition
 
resolveArray() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Array> tag in this dialect of MXML.
resolveBinding() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Binding> tag in this dialect of MXML.
resolveBoolean() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Boolean> tag in this dialect of MXML.
resolveClass() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Class> tag in this dialect of MXML.
resolveComponent() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Component> tag in this dialect of MXML.
resolveDate() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Date> tag in this dialect of MXML.
resolveDeclarations() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <De3clarations> tag in this dialect of MXML.
resolveDefaultValue(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IParameterDefinition
Attempt to resolve the default value assigned to this parameter.
resolveDefinition() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Definition> tag in this dialect of MXML.
resolveExtendedInterfaces(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IInterfaceDefinition
Get the definitions of the extended interfaces.
resolveFunction() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Function> tag in this dialect of MXML.
resolveImplementedFunction(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Finds the definition of the IFunctionDefinition that defines this function
resolveImport(ICompilerProject) - Method in interface org.apache.royale.compiler.tree.as.IImportNode
Returns the definition being imported, or null if this is a wildcard import or if the import name cannot be resolved.
resolveInitialValue(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IVariableDefinition
Attempt to resolve the initial value assigned to this variable.
resolveInt() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <int> tag in this dialect of MXML.
resolveLibrary() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Library> tag in this dialect of MXML.
resolveMetadata() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Metadata> tag in this dialect of MXML.
resolveModel() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Model> tag in this dialect of MXML.
resolveNamespace(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Resolves the namespace specified for this definition to its INamespaceDefinition.
resolveNamespaceReference(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.references.INamespaceReference
Resolves this namespace reference to a namespace definition.
resolveNumber() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Number> tag in this dialect of MXML.
resolveObject() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Object> tag in this dialect of MXML.
resolveOverriddenFunction(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Finds the definition of the IFunctionDefinition that we are overriding
resolvePathStrict(String, ConfigurationValue) - Method in class org.apache.royale.compiler.config.Configuration
 
resolvePrivate() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Private> tag in this dialect of MXML.
resolveQNameToCompilationUnit(String) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Resolve a QName such as mx.controls.Button to the containing ICompilationUnit
resolveQNameToDefinition(String) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Resolve a QName such as mx.controls.Button to a class definition.
resolveReparent() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Reparent> tag in this dialect of MXML.
resolveReturnType(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IFunctionDefinition
Resolve this function's return type in the given scope and find its definition
resolveScript() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Script> tag in this dialect of MXML.
resolveString() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <String> tag in this dialect of MXML.
resolveStyle() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <Style> tag in this dialect of MXML.
resolveType(ICompilerProject) - Method in interface org.apache.royale.compiler.definitions.IDefinition
Resolves the type of this definition to an ITypeDefinition.
resolveType(ICompilerProject) - Method in interface org.apache.royale.compiler.tree.as.IExpressionNode
The type of the result of this expression.
resolveUint() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <uint> tag in this dialect of MXML.
resolveXML() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <XML> tag in this dialect of MXML.
resolveXMLList() - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Gets the XML name of the <XMLList> tag in this dialect of MXML.
ResourceBundle - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ResourceBundleLocalizer - Class in org.apache.royale.compiler.internal.config.localization
ILocalizer implementation, which supports looking up text in resource bundles.
ResourceBundleLocalizer() - Constructor for class org.apache.royale.compiler.internal.config.localization.ResourceBundleLocalizer
 
ResourceManager - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
ResourceModuleBase - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
REST - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
REST_IDENTIFIER - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
RETURN - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
RGB - Class in org.apache.royale.swf.types
The RGB record represents a color as a 24-bit red, green, and blue value.
RGB(int, int, int) - Constructor for class org.apache.royale.swf.types.RGB
Create an RGB record.
RGB(int) - Constructor for class org.apache.royale.swf.types.RGB
Create an RGB record.
RGBA - Class in org.apache.royale.swf.types
The RGBA record represents a color as 32-bit red, green, blue and alpha value.
RGBA(int, int, int, int) - Constructor for class org.apache.royale.swf.types.RGBA
Create an RGBA record.
ROYALE - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
ROYALEJSPROJECT - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
RoyaleOnly - Annotation Type in org.apache.royale.compiler.internal.config.annotations
Annotates a configuration option being Flex specific and not supported in AS-only applications.
RoyaleOnlyConfigurationOptionNotSupported - Class in org.apache.royale.compiler.problems
Warn the user that using a "Royale only" configuration option is not fully supported.
RoyaleOnlyConfigurationOptionNotSupported(String, String, int) - Constructor for class org.apache.royale.compiler.problems.RoyaleOnlyConfigurationOptionNotSupported
 
RoyaleVersion - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
RSLAndPolicyFileURLPair(String, String) - Constructor for class org.apache.royale.compiler.config.RSLSettings.RSLAndPolicyFileURLPair
Create a new RSL URL and Policy File URL pair.
RSLArgumentNameGenerator - Class in org.apache.royale.compiler.internal.config
Class that generates argument names for the -runtime-shared-library-path option.
RSLArgumentNameGenerator() - Constructor for class org.apache.royale.compiler.internal.config.RSLArgumentNameGenerator
 
RSLData - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
rslLibraryPath - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
RSLSettings - Class in org.apache.royale.compiler.config
The runtime RSL settings for a given library.
RSLSettings(File) - Constructor for class org.apache.royale.compiler.config.RSLSettings
Create RSLSettings with: - a default ApplicationDomainTarget - verify digest set to true
RSLSettings.RSLAndPolicyFileURLPair - Class in org.apache.royale.compiler.config
A RSL URL and a policy file URL.
RUNTIME_SHARED_LIBRARIES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
RUNTIME_SHARED_LIBRARY_PATH - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
RUNTIME_SHARED_LIBRARY_SETTINGS_APPLICATION_DOMAIN - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
RUNTIME_SHARED_LIBRARY_SETTINGS_FORCE_RSLS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
runtimeNameAllowance() - Method in class org.apache.royale.abc.semantics.Name
Compute the number of value stack elements this Name will need at evaluation.
RuntimeSharedLibraryPathInfo - Class in org.apache.royale.compiler.internal.config
Capture the information in one argument specifing -runtime-shared-libraries-path information.
RuntimeSharedLibraryPathInfo() - Constructor for class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Create a new cross-domain RSL entry.

S

ScopedToDefaultNamespaceProblem - Class in org.apache.royale.compiler.problems
 
ScopedToDefaultNamespaceProblem(IASNode, String, String) - Constructor for class org.apache.royale.compiler.problems.ScopedToDefaultNamespaceProblem
 
SCOPING_CHANGE_IN_THIS - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Change in scoping for the this keyword.
SCRIPT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Script> tag.
scriptLimitsSet() - Method in class org.apache.royale.compiler.config.Configuration
 
ScriptLimitsTag - Class in org.apache.royale.swf.tags
Represents a ScriptLimits tag in a SWF file.
ScriptLimitsTag(int, int) - Constructor for class org.apache.royale.swf.tags.ScriptLimitsTag
Constructor.
scriptXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
select(String) - Method in interface org.apache.royale.compiler.internal.config.IConfigurationFilter
Decide if a given configuration option should be removed from the set of configuration options.
SemanticProblem - Class in org.apache.royale.compiler.problems
This class is the base class for all problems found during semantic analysis.
SemanticProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.SemanticProblem
 
SemanticProblem(IDefinition) - Constructor for class org.apache.royale.compiler.problems.SemanticProblem
 
SemanticProblem(String) - Constructor for class org.apache.royale.compiler.problems.SemanticProblem
 
SemanticWarningProblem - Class in org.apache.royale.compiler.problems
Abstract superclass of all semantic warnings.
SemanticWarningProblem(ISourceLocation) - Constructor for class org.apache.royale.compiler.problems.SemanticWarningProblem
 
SET - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
SET_DOCUMENT_DESCRIPTOR_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
SET_STYLE_CALL_OPERANDS - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
setABCData(byte[]) - Method in class org.apache.royale.swf.tags.DoABCTag
Set the ABC bytecode.
setActionScriptFileEncoding(String) - Method in class org.apache.royale.compiler.config.Configurator
Sets the ActionScript file encoding.
setActionScriptFileEncoding(String) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Sets the ActionScript file encoding.
setApiReport(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Prints api usage information to the specified output file.
setApplicationDomain(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
 
setApplicationDomain(ApplicationDomainTarget) - Method in class org.apache.royale.compiler.config.RSLSettings
 
setAS3(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setASDocDelegate(IASDocDelegate) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Sets the IASDocDelegate that instances of ASParser will use to record information about ASDoc comments.
setASMetadataNames(String[]) - Method in class org.apache.royale.compiler.config.Configurator
Sets the AS3 metadata the compiler should keep in the SWF.
setBackgroundColor(RGB) - Method in interface org.apache.royale.swf.ISWF
Set SWF movie background color.
setBenchmark(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setBuild(long) - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
setColumn(int) - Method in class org.apache.royale.compiler.common.SourceLocation
Set the column number where this node starts.
setCompatibilityVersion(int, int, int) - Method in class org.apache.royale.compiler.config.Configurator
 
setCompatibilityVersion(int, int, int) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Sets the SDK compatibility version.
setCompileDate(long) - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
setCompilerAccessible(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Enables accessibility features when compiling the application or SWC file.
setCompilerActionscriptFileEncoding(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Sets the file encoding for ActionScript files.
setCompilerAdjustOpdebugline(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
For internal use only.
setCompilerAllowAbstractClasses(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Whether the compiler will allow classes to be abstract.
setCompilerAllowImportAliases(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Whether the compiler will allow imports to include an optional alias for the definition name.
setCompilerAllowPrivateConstructors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Whether the compiler will allow constructors to be private.
setCompilerAllowPrivateNameConflicts(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Whether the compiler will allow a subclass to have a variable/property/method with the same name as a private variable/property/method in the base classes.
setCompilerAllowSourcePathOverlap(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Checks if a source-path entry is a sub-directory of another source-path entry.
setCompilerAllowSubclassOverrides(ConfigurationValue, Boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerBindingEventHandlerClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The event handler class for generated binding code
setCompilerBindingEventHandlerEvent(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The event handler event for generated binding code
setCompilerBindingEventHandlerInterface(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The event handler interface for generated binding code
setCompilerBindingValueChangeEvent(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The change event class for generated binding code
setCompilerBindingValueChangeEventKind(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The change event kind for generated binding code
setCompilerBindingValueChangeEventType(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The change event type for generated binding code
setCompilerBuild(String) - Method in interface org.apache.royale.swc.ISWCVersion
Set the build number of the compiler that created the SWC.
setCompilerByteArrayEmbedClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for embedded byte arrays
setCompilerComponentFactoryClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for inline component factories
setCompilerComponentFactoryInterface(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The interface for inline component factories
setCompilerConservative(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerContextRoot(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
"Context root" is used to resolve {context.root} tokens in services configuration files to improve portability.
setCompilerDebug(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerDefaultsCssUrl(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Defines the location of the default style sheet.
setCompilerDefine(ConfigurationValue, String, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerDoc(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerEnableRuntimeDesignLayers(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerEnableSwcVersionFiltering(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerExternalLibraryPath(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFontsAdvancedAntiAliasing(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFontsLanguagesLanguageRange(ConfigurationValue, String, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFontsLocalFontPaths(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFontsLocalFontsSnapshot(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFontsManagers(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFontsMaxCachedFonts(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFontsMaxGlyphsPerFace(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerFxgBaseClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The base class for generated binding code
setCompilerGenerateAbstractSyntaxTree(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerGeneratedDirectory(String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerHeadlessServer(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerIncludeLibraries(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
Links all classes inside a SWC file to the resulting application SWF file, regardless of whether or not they are used.
setCompilerIncremental(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerInfoFlex(ConfigurationValue, Boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerIsolateStyles(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerKeepAllTypeSelectors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerKeepAs3Metadata(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerKeepGeneratedActionscript(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerKeepGeneratedSignatures(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerLibraryPath(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
Links SWC files to the resulting application SWF file.
setCompilerLocale(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
Specifies one or more locales to be compiled into the SWF file.
setCompilerMetadataExport(boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerMinimumSupportedVersion(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerMxmlChildrenAsData(ConfigurationValue, Boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerMxmlCompatibilityVersion(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerMxmlForceLocalId(ConfigurationValue, Boolean) - Method in class org.apache.royale.compiler.config.Configuration
Specifies whether localId behavior should be 'forced' for the current compilation target.
setCompilerMxmlImplicitImports(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerMxmlMinimumSupportedVersion(int) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerMxmlMinimumSupportedVersion(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerMxmlQualifiedTypeSelectors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerName(String) - Method in interface org.apache.royale.swc.ISWCVersion
Set the name of the compiler that created the SWC.
setCompilerNamespacesNamespace(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Configures a list of many manifests mapped to a single namespace URI.
setCompilerOmitTraceStatements(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerOptimize(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerPreloader(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerProxyBaseClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for proxy code generation
setCompilerReportInvalidStylesAsWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerReportMissingRequiredSkinPartsAsWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerServices(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Used by the compiler to record the client dependencies from the Flex Data Services configuration file.
setCompilerShowActionscriptWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerShowBindingWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerShowDependencyWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerShowDeprecationWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerShowMultipleDefinitionWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerShowShadowedDeviceFontWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerShowUnusedTypeSelectorWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerSourcePath(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerStatesClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for states
setCompilerStatesEventOverrideClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for state-dependent events
setCompilerStatesInstanceOverrideClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for state-dependent instances
setCompilerStatesPropertyOverrideClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for state-dependent properties
setCompilerStatesStyleOverrideClass(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
The class for state-dependent styles
setCompilerStrict(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerStrictIdentifierNames(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Whether the compiler will enforce strict identifier naming.
setCompilerSuppressWarningsInIncremental(boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerSwfExternalLibraryPath(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerSwfLibraryPath(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
Links SWC files to the resulting application SWF file.
setCompilerTheme(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerUseResourceBundleMetadata(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerVerboseStacktraces(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerVersion(String) - Method in interface org.apache.royale.swc.ISWCVersion
Set the version of the compiler that created the SWC.
setCompilerWarnArrayTostringChanges(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnAssignmentWithinConditional(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadArrayCast(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadBoolAssignment(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadDateCast(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadEs3TypeMethod(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadEs3TypeProp(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadNanComparison(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadNullAssignment(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadNullComparison(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBadUndefinedComparison(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnBooleanConstructorWithNoArgs(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnChangesInResolve(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnClassIsSealed(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnConstNotInitialized(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnConstructorReturnsValue(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnDeprecatedEventHandlerError(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnDeprecatedFunctionError(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnDeprecatedPropertyError(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnDuplicateArgumentNames(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnForVarInChanges(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnImportHidesClass(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnInstanceOfChanges(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnInternalError(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnLevelNotSupported(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnMissingNamespaceDecl(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnNegativeUintLiteral(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnNoConstructor(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnNoExplicitSuperCallInConstructor(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnNoTypeDecl(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnNumberFromStringChanges(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnScopingChangeInThis(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnSlowTextFieldAddition(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnThisWithinClosure(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnUnlikelyFunctionValue(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompilerWarnXmlClassHasChanged(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCompress(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setComputeDigest(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Writes a digest to the catalog.xml of a library.
setConfiguration(File) - Method in class org.apache.royale.compiler.config.Configurator
Loads a file containing configuration options.
setConfiguration(String[], String) - Method in class org.apache.royale.compiler.config.Configurator
Sets the configuration parameters.
setConfiguration(String[], String, boolean) - Method in class org.apache.royale.compiler.config.Configurator
Sets the configuration parameters.
setConfigurationPathResolver(IPathResolver) - Method in class org.apache.royale.compiler.config.Configurator
 
setConfigurationPathResolver(IPathResolver) - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Set a path resolver for files used in the command line options and configuration files.
setContextRoot(String) - Method in class org.apache.royale.compiler.config.Configurator
Sets the context root path so that the compiler can replace {context.root} tokens for service channel endpoints.
setContextRoot(String) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets the context root path so that the compiler can replace {context.root} tokens for service channel endpoints.
setCreateTargetWithErrors(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setCurrentASDocToken(Token) - Method in interface org.apache.royale.compiler.asdoc.IASParserASDocDelegate
Called by the ASParser whenever a Token containing an ASDoc comment is encountered.
setCurrentASDocToken(Token) - Method in interface org.apache.royale.compiler.asdoc.IMetadataParserASDocDelegate
Called by the MetadataParser whenever a Token containing an ASDoc comment is encountered.
setDebug(boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setDebugPassword(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setDefaultBackgroundColor(ConfigurationValue, int) - Method in class org.apache.royale.compiler.config.Configuration
 
setDefaultBackgroundColor(int) - Method in class org.apache.royale.compiler.config.Configurator
Sets the default background color (may be overridden by the application code).
setDefaultCSS(File) - Method in class org.apache.royale.compiler.config.Configurator
Sets the location of the default CSS file.
setDefaultFrameRate(ConfigurationValue, int) - Method in class org.apache.royale.compiler.config.Configuration
 
setDefaultFrameRate(int) - Method in class org.apache.royale.compiler.config.Configurator
Sets the default frame rate to be used in the application.
setDefaultNamespace(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
setDefaultScriptLimits(ConfigurationValue, int, int) - Method in class org.apache.royale.compiler.config.Configuration
 
setDefaultScriptLimits(int, int) - Method in class org.apache.royale.compiler.config.Configurator
Sets the default script execution limits (may be overridden by root attributes).
setDefaultsCSSFiles(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Inserts CSS files into the output the same way that a per-SWC defaults.css file works, but without having to re-archive the SWC file to test each change.
setDefaultSize(ConfigurationValue, int, int) - Method in class org.apache.royale.compiler.config.Configuration
 
setDefaultSize(int, int) - Method in class org.apache.royale.compiler.config.Configurator
Sets the default window size.
setDefineDirectives(Map<String, String>) - Method in class org.apache.royale.compiler.config.Configurator
 
setDefineDirectives(Map<String, String>) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Set global AS3 compiler configuration values and clear existing definitions.
setDependencyGraphOutput(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Specifies a file name that a graphml version of the dependency graph should be written to.
setDiagnostics(ConfigurationValue, int) - Method in class org.apache.royale.compiler.config.Configuration
 
setDumpAst(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setDumpConfig(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setEdition(ProductInfoTag.Edition) - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
setEnableInlining(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Enable or disable function inlining.
setEnableTelemetry(boolean) - Method in class org.apache.royale.compiler.config.Configuration
Controls if the flash runtime should allow providing advanced telemetry options to external tools.
setEnableTelemetry(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Turns on the advanced telemetry options of the flash runtime to allow clients like scout to connect.
setEnableTelemetry(EnableTelemetryTag) - Method in interface org.apache.royale.swf.ISWF
Set the enable telemetry tag associated with the SWF.
setEnd(int) - Method in class org.apache.royale.compiler.common.SourceLocation
Set the absolute offset where this node ends.
setEndColumn(int) - Method in class org.apache.royale.compiler.common.SourceLocation
Set the column number where this node ends.
setEndLine(int) - Method in class org.apache.royale.compiler.common.SourceLocation
Set the line number where this node ends.
setErrorProblems(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setES(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
SetEventHandler - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
setExcludeDefaultsCSSFiles(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Excludes CSS files from the output.
setExcludeNativeJSLibraries(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Option to remove the Native JS libraries from external-library-path and library-path as they shouldn't be any when compiling SWFs / SWCs.
setExcludeNativeJSLibraries(boolean) - Method in class org.apache.royale.compiler.config.Configurator
 
setExcludeNativeJSLibraries(boolean) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Option to remove the Native JS libraries from external-library-path and library-path as they shouldn't be any when compiling SWFs / SWCs.
setExtension(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
Configures a list of many extensions mapped to a single Extension URI.
setExtensionLibraries(Map<File, List<String>>) - Method in class org.apache.royale.compiler.config.Configurator
 
setExtensionLibraries(Map<File, List<String>>) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Configures a list of many extensions mapped to a single Extension URI.
setExternalLibraryPath(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Sets the list of SWC files or directories to compile against but to omit from linking.
setExternalLibraryPath(Collection<File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets the list of SWC files or directories to compile against, but to omit from linking.
setExterns(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Sets a list of classes to exclude from linking when compiling a SWF file.
setExterns(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of definitions to omit from linking when building an application.
setExterns(Collection<String>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets a list of definitions to omit from linking when building an application.
setFileSpecs(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setFlags(long) - Method in class org.apache.royale.swf.tags.DoABCTag
Set the flag value.
setForceLoad(boolean) - Method in class org.apache.royale.compiler.config.RSLSettings
Sets a flag on the RSL so the compiler is not allowed to remove it when the "remove unused RSLs" feature is on.
setForceRsls(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
 
setFrameClasses(List<String>) - Method in class org.apache.royale.compiler.internal.config.FrameInfo
 
setFrameLabel(String, Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a SWF frame label with a sequence of classnames that will be linked onto the frame.
setFrameRate(float) - Method in interface org.apache.royale.swf.ISWF
Set frame rate.
setFramesFrame(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setFrameSize(Rect) - Method in interface org.apache.royale.swf.ISWF
Set frame size.
setFramework(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setGetterMethod(Method) - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
setHelp(ConfigurationValue, String[]) - Method in class org.apache.royale.compiler.config.Configuration
dummy, just a trigger for help text
setIgnoreProblems(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setIncludeClasses(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Specifies classes to include in the SWC file.
setIncludeClasses(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
 
setIncludeClasses(Collection<String>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Adds a class, function, variable, or namespace to the target library.
setIncludeFiles(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Adds the file to the SWC file.
setIncludeFiles(Map<String, File>) - Method in class org.apache.royale.compiler.config.Configurator
 
setIncludeFiles(Map<String, File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Adds a collection of files to the target library.
setIncludeInheritanceDependenciesOnly(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setIncludeLibraries(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Includes a list of libraries (SWCs) to completely include in the application This is equivalent to using mxmlc/compc --compiler.include-libraries.
setIncludeLibraries(Collection<File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Includes a list of libraries (SWCs) to completely include in the application This is equivalent to using mxmlc/compc --compiler.include-libraries.
setIncludeLookupOnly(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
If true, only manifest entries with lookupOnly=true are included in the SWC catalog.
setIncludeNamespaces(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Specifies namespace-style components in the SWC file.
setIncludeNamespaces(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
 
setIncludeNamespaces(Collection<String>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Adds a collection of namespaces to include in this target library.
setIncludeResourceBundles(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Sets the resource bundles that should be included in this SWC or SWF.
setIncludeResourceBundles(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of resource bundles to include in the swf.
setIncludeResourceBundles(Collection<String>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Provides a list of resource bundle names that should be compiled into a resource module or library.
setIncludes(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Links one or more classes to the resulting application SWF file, whether or not those classes are required at compile time.
setIncludes(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of definitions to always link in when building an application.
setIncludeSources(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Specifies classes or directories to add to the SWC file.
setIncludeSources(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
 
setIncludeSources(Collection<File>) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
A collection of source files or directories to add to the target library.
setIncludeStyleSheet(Map<String, File>) - Method in class org.apache.royale.compiler.config.Configurator
 
setIncludeStyleSheet(Map<String, File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Specifies a map of style sheets to add to the target library.
setIncludeStyleSheets(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Specifies stylesheets to add to the SWC file.
setLabel(String) - Method in class org.apache.royale.compiler.internal.config.FrameInfo
 
setLastModified(long) - Method in class org.apache.royale.compiler.filespecs.CombinedFile
 
setLastModified(long) - Method in class org.apache.royale.compiler.filespecs.FileSpecification
 
setLastModified(long) - Method in interface org.apache.royale.compiler.filespecs.IFileSpecification
Set the last modified timestamp of the file
setLegacyMessageFormat(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setLibraryPath(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of SWC files or directories that contain SWC files.
setLibraryPath(Collection<File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets a list of SWC files or directories that contain SWC files.
setLicense(String, String) - Method in class org.apache.royale.compiler.config.Configurator
Specifies the licenses that the compiler has to validate before compiling.
setLicensesLicense(ConfigurationValue, String, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setLine(int) - Method in class org.apache.royale.compiler.common.SourceLocation
Set the line number where this node starts.
setLinkReport(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Prints linking information to the specified output file.
setLoadConfig(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Since ConfigurationBuffer loads the "load-config" files, the value of this configuration option isn't intersting to the rest part of the compiler.
setLoadExterns(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Specifies the location of an XML file that contains def, pre, and ext symbols to omit from linking when compiling a SWF file.
setLoadExterns(Collection<File>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of definitions to omit from linking when building an application.
setLocale(String[]) - Method in class org.apache.royale.compiler.config.Configurator
Sets the locales that the compiler would use to replace {locale} tokens that appear in some configuration values.
setLocale(Locale) - Method in class org.apache.royale.compiler.internal.config.localization.LocalizationManager
 
setLocale(Locale) - Static method in class org.apache.royale.compiler.Messages
 
setLocales(Collection<String>) - Method in class org.apache.royale.compiler.config.Configurator
 
setLocales(Collection<String>) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Sets the locales that the compiler would use to replace {locale} tokens that appear in some configuration values.
setMainDefinition(String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMainDefinition(String) - Method in class org.apache.royale.compiler.config.Configurator
Set the class name of the main definition
setMajorVersion(byte) - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
setMergePrivateNamespaces(boolean) - Method in class org.apache.royale.abc.semantics.Namespace
Set whether or not private namespaces should be merged
setMetadata(String) - Method in interface org.apache.royale.swf.ISWF
Set the Metadata text.
setMetadataContributor(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataCreator(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataDate(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataDateFormat(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataDescription(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataLanguage(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataLocalizedDescription(ConfigurationValue, String, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataLocalizedTitle(ConfigurationValue, String, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataPublisher(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMetadataTitle(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setMinorVersion(byte) - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
setMobile(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setName(String, boolean) - Method in class org.apache.royale.swf.SWFFrame
Assign a name to this frame.
setName(String) - Method in class org.apache.royale.swf.tags.DoABCTag
Set the bytecode's name.
setName(String) - Method in class org.apache.royale.swf.tags.FrameLabelTag
Set the frame label name.
setNamedAnchorTag(boolean) - Method in class org.apache.royale.swf.tags.FrameLabelTag
Set if the this FrameLabel is an named anchor tag.
setNamespaceContext(NamespaceContext) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
setNamespaceMappings(List<? extends IMXMLNamespaceMapping>) - Method in class org.apache.royale.compiler.config.Configurator
 
setNamespaceMappings(List<? extends IMXMLNamespaceMapping>) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Sets the mappings from MXML namespace URI to manifest files, as specified by -namespace options.
setOutput(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setOutput(File) - Method in class org.apache.royale.compiler.config.Configurator
 
setOutput(File) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Set the output of the target.
setOutputSwcAsDirectory(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Outputs the SWC file in an open directory format rather than a SWC file.
setOverrideStaticLinkRsl(boolean) - Method in class org.apache.royale.compiler.config.Configuration
Allow another option, namely -rslp to override the value of static-rsls.
setPassword(String) - Method in class org.apache.royale.swf.tags.EnableDebugger2Tag
 
setPassword(String) - Method in class org.apache.royale.swf.tags.EnableTelemetryTag
 
setPathResolver(IPathResolver) - Method in class org.apache.royale.compiler.config.Configuration
Set a path resolver to resolver files relative to a configuration.
setPrefix(String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
setProblems(Collection<ICompilerProblem>) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
 
setProduct(ProductInfoTag.Product) - Method in class org.apache.royale.swf.tags.ProductInfoTag
 
setProductInfo(ProductInfoTag) - Method in interface org.apache.royale.swf.ISWF
Set the product info tag associated with the SWF.
setProfilingDelegate(IWorkspaceProfilingDelegate) - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Sets the IWorkspaceProfilingDelegate on the workspace.
SetProperty - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
setRawMetadata(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Defines the metadata for the resulting SWF file.
setRemoveDeadCode(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Enable or disable dead code removal.
setRemoveUnusedRsls(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setReportMissingCompilerLibraries(boolean) - Method in class org.apache.royale.compiler.config.Configuration
Sets whether to report missing libraries in the configuration.
setReportMissingCompilerSwfLibraries(boolean) - Method in class org.apache.royale.compiler.config.Configuration
Sets whether to report missing libraries in the configuration.
setResourceBundleList(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Prints a list of resource bundles that are used by the current application to a file named with the filename argument.
setRoyale(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Option to enable or prevent various Royale compiler behaviors.
setRoyale(boolean) - Method in class org.apache.royale.compiler.config.Configurator
 
setRoyale(boolean) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Option to enable or prevent various Royale compiler behaviors.
setRoyaleBuild(String) - Method in interface org.apache.royale.swc.ISWCVersion
 
setRoyaleMinSupportedVersion(String) - Method in interface org.apache.royale.swc.ISWCVersion
 
setRoyaleVersion(String) - Method in interface org.apache.royale.swc.ISWCVersion
 
setRuntimeSharedLibraries(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Specifies a list of runtime shared libraries (RSLs) to use for this application.
setRuntimeSharedLibraries(List<String>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of runtime shared library URLs to be loaded before the application starts.
setRuntimeSharedLibraries(List<String>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets a list of run-time shared library URLs to be loaded before the application starts.
setRuntimeSharedLibraryPath(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
Specifies the location of a runtime shared library (RSL).
setRuntimeSharedLibraryPath(List<RSLSettings>) - Method in class org.apache.royale.compiler.config.Configurator
 
setRuntimeSharedLibraryPath(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.internal.config.COMPCConfiguration
COMPC ignores RSL settings.
setRuntimeSharedLibraryPath(List<RSLSettings>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
A list of RSLs to load, complete with all the settings on how to load the RSLs.
SETS_DXNS - Static variable in class org.apache.royale.abc.ABCConstants
 
setScriptLimits(int, int) - Method in interface org.apache.royale.swf.ISWF
Set a script limit values.
setServicesXMLPath(String, String) - Method in class org.apache.royale.compiler.config.Configurator
 
setServicesXMLPath(String, String) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Configure this project to use a services-config.xml file.
setSetterMethod(Method) - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
setShowInternalErrors(boolean) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Enable or disable internal error display.
setShowInvalidCssPropertyWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setShowIrrelevantProblems(boolean) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Enable or disable display of "problems" that are used for compiler internal processing but have no relevance to the user.
setShowProblemByClass(Class<? extends ICompilerProblem>, boolean) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Enable or disable display of a specific problem class or superclass.
setShowStrictSemantics(boolean) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Enable or disable strict semantics mode diagnostics.
setShowWarnings(boolean) - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Enable or disable semantic warnings.
setSizeReport(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setSource(byte[]) - Method in interface org.apache.royale.swc.ISWCScript
Attach the ABC byte code to the script.
setSourceLocation(ISourceLocation) - Method in class org.apache.royale.compiler.common.SourceLocation
Copies source location information from another instance into this instance.
setSourcePath(String) - Method in class org.apache.royale.compiler.common.SourceLocation
Set the source path of the node.
setSourcePath(List<File>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of path elements that form the roots of ActionScript class hierarchies.
setSourcePath(List<File>) - Method in interface org.apache.royale.compiler.internal.config.IWriteOnlyProjectSettings
Sets a list of path elements that form the roots of ActionScript class hierarchies.
setStart(int) - Method in class org.apache.royale.compiler.common.SourceLocation
Set the absolute offset where this node starts.
setStaticLinkRuntimeSharedLibraries(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Determines whether to compile against libraries statically or use RSLs.
setStaticLinkRuntimeSharedLibraries(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Enable or disable runtime shared libraries in the application.
setStrictXML(boolean) - Method in class org.apache.royale.compiler.config.Configuration
Controls if the compiler should try to resolve XML methods.
setStrictXML(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Turns on the strict XML checking in the compiler.
SetStyle - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
setSWCFile(File) - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Set the virtual file associated with the SWC path.
setSWCPath(String) - Method in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
Set the path to the SWC.
setSWCVersion(String) - Method in interface org.apache.royale.swc.ISWCVersion
 
setSwfDebugfileAlias(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
 
setSWFMetadata(int, Object) - Method in class org.apache.royale.compiler.config.Configurator
Sets the metadata section of the application SWF.
setSWFMetadata(String) - Method in class org.apache.royale.compiler.config.Configurator
Sets the metadata section of the application SWF.
setSWFMetadata(int, Object) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets the metadata section of the application SWF.
setSWFMetadata(String) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets the metadata section of the application SWF.
setSwfVersion(ConfigurationValue, int) - Method in class org.apache.royale.compiler.config.Configuration
 
setTargetFile(String) - Method in class org.apache.royale.compiler.config.Configuration
This has been added so that unit tests can change the target file.
setTargetPlayer(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Specifies the version of Flash Player that you want to target with the application.
setTargetPlayer(int, int, int) - Method in class org.apache.royale.compiler.config.Configurator
 
setTargetPlayer(int, int, int) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets the version of the Flash Player that is being targeted by the application.
setTheme(List<File>) - Method in class org.apache.royale.compiler.config.Configurator
Sets a list of CSS or SWC files to apply as a theme.
setTheme(List<File>) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Sets a list of CSS or SWC files to apply as a theme.
setToken(String, String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
setToken(String, String) - Method in class org.apache.royale.compiler.config.Configurator
Defines a token.
setToken(String, String) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Defines a token that can be used for token substitutions.
setToolsLocale(ConfigurationValue, String) - Method in class org.apache.royale.compiler.config.Configuration
Configures the LocalizationManager's locale, which is used when reporting compile time errors, warnings, and info.
setTopLevelClass(String) - Method in interface org.apache.royale.swf.ISWF
Set root class name.
setUseAS3(boolean) - Method in interface org.apache.royale.swf.ISWF
Set whether the SWF uses ActionScript3.
setUseDirectBlit(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setUseDirectBlit(boolean) - Method in interface org.apache.royale.swf.ISWF
Set whether the SWF uses direct Blit.
setUseFlashBuilderProjectFiles(ConfigurationValue, Boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setUseGpu(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setUseGPU(boolean) - Method in interface org.apache.royale.swf.ISWF
Set whether the SWF uses GPU.
setUseNetwork(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Specifies that the current application uses network services.
setUseNetwork(boolean) - Method in interface org.apache.royale.swf.ISWF
Check if the SWF uses network.
setUseParallelCodeGeneration(boolean) - Method in interface org.apache.royale.compiler.projects.ICompilerProject
Enables or disables parallel code generation of method bodies.
setVar(String, String, String, int) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
setVar(String, List<String>, String, int) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
setVar(String, List<String>, String, int, String, boolean) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
setVerbose(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setVerifyDigest(boolean) - Method in class org.apache.royale.compiler.config.RSLSettings
Change the value of the verify digests flag.
setVerifyDigests(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Instructs the application to check the digest of the RSL SWF file against the digest that was compiled into the application at compile time.
setVersion(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
Dummy option.
setVersion(int) - Method in interface org.apache.royale.swf.ISWF
Set SWF version.
setWarningProblems(ConfigurationValue, List<String>) - Method in class org.apache.royale.compiler.config.Configuration
 
setWarnings(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
setWarnOnRoyaleOnlyOptionUsage(boolean) - Method in class org.apache.royale.compiler.config.Configuration
Controls if the compiler warns when "Flex only" configuration options are used in the compiler.
setWarnOnRoyaleOnlyOptionUsage(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Controls if the compiler warns when "Royale only" configuration options are used in the compiler.
setWatch(ConfigurationValue, boolean) - Method in class org.apache.royale.compiler.config.Configuration
 
showActionScriptWarnings(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Runs the ActionScript compiler in a mode that detects legal but potentially incorrect code.
showActionScriptWarnings() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns whether ActionScript warnings are enabled.
showActionScriptWarnings() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
showActionScriptWarnings(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Runs the ActionScript compiler in a mode that detects legal but potentially incorrect code.
showBindingWarnings() - Method in class org.apache.royale.compiler.config.Configuration
 
showBindingWarnings(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Toggles whether warnings generated from data binding code are displayed.
showBindingWarnings() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns whether binding warnings are enabled.
showBindingWarnings() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
showBindingWarnings(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Toggles whether warnings generated from data binding code are displayed.
showDependencyWarnings() - Method in class org.apache.royale.compiler.config.Configuration
 
showDeprecationWarnings() - Method in class org.apache.royale.compiler.config.Configuration
 
showDeprecationWarnings(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Toggles whether the use of deprecated APIs generates a warning.
showDeprecationWarnings() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns whether deprecation warnings are enabled.
showDeprecationWarnings() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
showDeprecationWarnings(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Toggles whether the use of deprecated APIs generates a warning.
ShowFrameTag - Class in org.apache.royale.swf.tags
Represents a ShowFrame tag in a SWF file.
ShowFrameTag() - Constructor for class org.apache.royale.swf.tags.ShowFrameTag
Constructor.
showMultipleDefinitionWarnings() - Method in class org.apache.royale.compiler.config.Configuration
 
showMultipleDefinitionWarnings(boolean) - Method in class org.apache.royale.compiler.config.Configurator
 
showMultipleDefinitionWarnings() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns whether multiple definition warnings are enabled.
showMultipleDefinitionWarnings() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
showMultipleDefinitionWarnings(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Toggles whether warnings generated from two code files with the same name are displayed.
showUnusedTypeSelectorWarnings() - Method in class org.apache.royale.compiler.config.Configuration
 
showUnusedTypeSelectorWarnings(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Toggles whether warnings generated from unused type selectors are displayed.
showUnusedTypeSelectorWarnings() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Returns whether unused type selector warnings are enabled.
showUnusedTypeSelectorWarnings() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
showUnusedTypeSelectorWarnings(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Toggles whether warnings generated from unused type selectors are displayed.
showWarnings() - Method in interface org.apache.royale.compiler.config.ICompilerProblemSettings
Determines if any warnings are shown.
showWarnings() - Method in class org.apache.royale.compiler.internal.config.CompilerProblemSettings
 
SIGNED_RSL_URL_DOT_EXTENSION - Static variable in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
 
SIGNED_RSL_URL_EXTENSION - Static variable in class org.apache.royale.compiler.internal.config.RuntimeSharedLibraryPathInfo
The extension given to a signed RLS that is assumed to be signed.
since - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.DeprecatedConfigurationOption
 
since - Variable in class org.apache.royale.compiler.problems.DeprecatedConfigurationOptionProblem
 
SINGLE_VALUE - Static variable in interface org.apache.royale.compiler.definitions.metadata.IMetaTag
 
SINGLE_VALUE - Static variable in interface org.apache.royale.compiler.tree.metadata.IMetaTagNode
 
size() - Method in class org.apache.royale.swf.tags.ExportAssetsTag
Get the total number of exported tags.
size() - Method in class org.apache.royale.swf.tags.SymbolClassTag
Get the total number of exported tags.
SIZE_REPORT - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
SLOW_TEXTFIELD_ADDITION - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Inefficient use of += on a TextField.
softPrerequisites - Variable in class org.apache.royale.compiler.config.ConfigurationInfo
 
SoftPrerequisites - Annotation Type in org.apache.royale.compiler.internal.config.annotations
Prerequisites which should be set before this one if they exist.
sortProblems() - Method in class org.apache.royale.compiler.clients.problems.ProblemQuery
Sort the captured collection of problems so that we can filter out semantic problems that occur on the same line as parser problems.
source - Static variable in class org.apache.royale.compiler.config.CommandLineConfigurator
 
source - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
SOURCE_COMMAND_LINE - Static variable in class org.apache.royale.compiler.config.CommandLineConfigurator
 
SourceLocation - Class in org.apache.royale.compiler.common
Common class to store file/location information across all source types such as AS, CSS etc
SourceLocation(String, int, int, int, int, int, int) - Constructor for class org.apache.royale.compiler.common.SourceLocation
Constructor for a known source location.
SourceLocation(String, int, int, int, int) - Constructor for class org.apache.royale.compiler.common.SourceLocation
For backwards compatibility
SourceLocation(ISourceLocation) - Constructor for class org.apache.royale.compiler.common.SourceLocation
Copy Constructor for a known source location.
SourceLocation() - Constructor for class org.apache.royale.compiler.common.SourceLocation
Constructor for an unknown source location.
sourceName - Variable in class org.apache.royale.compiler.problems.MXMLDatabindingSourceNotBindableProblem
 
span(ISourceLocation, ISourceLocation) - Method in class org.apache.royale.compiler.common.SourceLocation
Span the location range from start to end.
span(ISourceLocation) - Method in class org.apache.royale.compiler.common.SourceLocation
Span the location range from start to end.
SparkApplication - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
SparkDownloadProgressBar - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
splitAndTrim(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Splits a string at commas and then trims whitespace from each part.
splitAndTrim(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
Sprite - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
SpriteVisualElement - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
stackLines - Static variable in class org.apache.royale.utils.Trace
 
stackPrefix - Static variable in class org.apache.royale.utils.Trace
 
startBuildAsync(ITarget.TargetType) - Method in interface org.apache.royale.compiler.units.ICompilationUnit
This method starts to build the compilation unit asynchronously.
startBuilding() - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Waits for the workspace to leave the idle state and prevents all threads from putting the workspace into the idle state.
startElement(String, String, String, Attributes) - Method in class org.apache.royale.compiler.internal.config.LoadExternsParser
 
startIdleState() - Method in interface org.apache.royale.compiler.workspaces.IWorkspace
Waits for all pending operation on all ICompilationUnit's in all ICompilerProjects in this IWorkspace to complete.
STATE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <State> tag.
State - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
StateClient - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
STATIC - Static variable in class org.apache.royale.compiler.common.ASModifier
Represents the static modifier.
STATIC - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
STATIC_LINK_RUNTIME_SHARED_LIBRARIES - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
StaticPropertyWatcher - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
STRICT - Static variable in class org.apache.royale.compiler.config.Configuration
 
strict() - Method in class org.apache.royale.compiler.config.Configuration
 
StrictSemanticsProblem - Class in org.apache.royale.compiler.problems
Base class of all strict mode semantic problems.
StrictSemanticsProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.StrictSemanticsProblem
 
String - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
STRING - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript uint type.
STRING - Variable in class org.apache.royale.compiler.problems.DateCastProblem
 
STYLE - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the special <Style> tag.
StyleManagerImpl - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
styleXMLName - Variable in class org.apache.royale.compiler.internal.mxml.MXMLDialect
 
substitute(String, Map<String, Object>) - Static method in class org.apache.royale.compiler.clients.problems.ProblemFormatter
Resolves the tokens in the text using the key/value pairs in the specified map.
SUPER - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
suppressWarningsInIncremental() - Method in class org.apache.royale.compiler.config.Configuration
 
swc - Static variable in class org.apache.royale.utils.Trace
 
SWC_AIRGLOBAL - Static variable in class org.apache.royale.compiler.config.Configuration
 
swcChecksum - Static variable in class org.apache.royale.utils.Trace
 
SwcDoesNotHaveRslData(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.SwcDoesNotHaveRslData
 
swcPath - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.BadApplicationDomainValue
 
swcPath - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.SwcDoesNotHaveRslData
 
SWF_VERSION - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
SWFFrame - Class in org.apache.royale.swf
SWF frame model manages a list of SWF tags.
SWFFrame() - Constructor for class org.apache.royale.swf.SWFFrame
Constructor.
SWITCH - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
SYMBOL_DECORATOR_PROVIDER - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
symbolClass - Variable in class org.apache.royale.swf.SWFFrame
 
SymbolClassTag - Class in org.apache.royale.swf.tags
Represents a SymbolClass tag in a SWF file.
SymbolClassTag() - Constructor for class org.apache.royale.swf.tags.SymbolClassTag
Constructor.
SYNCHRONIZED_GRAPH - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
SystemPropertyConfigurator - Class in org.apache.royale.compiler.internal.config
A utility class, which is used to load configuration options via system properties and populate a ConfigurationBuffer.
SystemPropertyConfigurator() - Constructor for class org.apache.royale.compiler.internal.config.SystemPropertyConfigurator
 

T

Tag - Class in org.apache.royale.swf.tags
Base class for all SWF tags.
Tag(TagType) - Constructor for class org.apache.royale.swf.tags.Tag
Constructor.
TagType - Enum in org.apache.royale.swf
Type code of a SWF tag.
TARGET_PLAYER - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
TARGET_PLAYER_MAJOR_VERSION_MIN - Static variable in class org.apache.royale.compiler.config.Configuration
The major part the earliest player version that this compiler can target.
TARGET_PLAYER_MINOR_VERSION_MIN - Static variable in class org.apache.royale.compiler.config.Configuration
The minor part the earliest player version that this compiler can target.
TargetSettings - Class in org.apache.royale.compiler.internal.config
Value object of ITargetSettings.
TargetSettings(Configuration, ICompilerProject) - Constructor for class org.apache.royale.compiler.internal.config.TargetSettings
 
TextFieldFactory - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
themes - Variable in class org.apache.royale.compiler.internal.config.TargetSettings
 
THIS - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
THIS - Variable in class org.apache.royale.compiler.problems.ThisUsedInClosureProblem
 
THIS_WITHIN_CLOSURE - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Keyword this within closure.
ThisUsedInClosureProblem - Class in org.apache.royale.compiler.problems
Diagnostic emitted when the method body semantic checker detects a reference to "this" in a closure
ThisUsedInClosureProblem(IASNode) - Constructor for class org.apache.royale.compiler.problems.ThisUsedInClosureProblem
 
THROW - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
throwable - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.OtherThrowable
 
timeStamp - Static variable in class org.apache.royale.utils.Trace
 
timeStampMs - Static variable in class org.apache.royale.utils.Trace
 
timeStampMsRel - Static variable in class org.apache.royale.utils.Trace
 
TITLE - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
The default and localized RDF/XMP title to store in the SWF metadata.
toByte(int) - Static method in class org.apache.royale.swf.types.RGBA
puts in leading zeros to make things come out right
toByteArray(InputStream) - Static method in class org.apache.royale.utils.FileUtils
 
toFileList(List<String>) - Static method in class org.apache.royale.compiler.config.Configurator
Convert file path strings to File objects.
toFiles(List<String>) - Static method in class org.apache.royale.compiler.config.Configurator
Convert file path strings to File objects.
toFileSpecifications(List<String>, IWorkspace) - Static method in class org.apache.royale.compiler.config.Configurator
Resolve a list of normalized paths to IFileSpecification objects from the given workspace.
toImmutable() - Method in class org.apache.royale.compiler.common.MutablePrefixMap
Creates an immutable version of this prefix map
Token(String, String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
token - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
toMutable() - Method in class org.apache.royale.compiler.common.PrefixMap
Creates a mutable copy of this PrefixMap, based on its values
ToolsLocaleNotAvailable(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.ToolsLocaleNotAvailable
 
toPaths(File[]) - Static method in class org.apache.royale.compiler.config.Configurator
Convert File objects to String, where each String is the absolute file path of the file.
toString() - Method in class org.apache.royale.abc.semantics.Name
 
toString() - Method in class org.apache.royale.abc.semantics.Namespace
 
toString() - Method in class org.apache.royale.abc.semantics.Nsset
 
toString() - Method in class org.apache.royale.compiler.common.ASModifier
 
toString() - Method in class org.apache.royale.compiler.common.DependencyTypeSet
For debugging only.
toString() - Method in class org.apache.royale.compiler.common.ModifiersSet
For debugging only.
toString() - Method in class org.apache.royale.compiler.common.SourceLocation
Displays line, column, start, end, and sourcepath in a format such as
toString() - Method in class org.apache.royale.compiler.common.XMLName
Dump the XMLName as a string (for debugging)
toString() - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
For debugging only.
toString() - Method in class org.apache.royale.compiler.config.ConfigurationInfo
 
toString() - Method in class org.apache.royale.compiler.config.Configurator
 
toString() - Method in enum org.apache.royale.compiler.embedding.EmbedAttribute
 
toString() - Method in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
toString() - Method in class org.apache.royale.compiler.filespecs.BaseFileSpecification
For debugging only.
toString() - Method in class org.apache.royale.compiler.internal.mxml.MXMLNamespaceMapping
For debugging.
toString() - Method in class org.apache.royale.compiler.internal.parsing.as.OffsetCue
 
toString() - Method in class org.apache.royale.compiler.internal.parsing.as.OffsetLookup
 
toString() - Method in class org.apache.royale.compiler.problems.CompilerProblem
Returns a String for displaying this compiler problem in a console window.
TOSTRING - Variable in class org.apache.royale.compiler.problems.DateCastProblem
 
toString() - Method in class org.apache.royale.compiler.workspaces.IInvalidationListener.InvalidatedDefinition
For debugging only.
toString() - Method in class org.apache.royale.swf.tags.Tag
Print a base tag by its tag type name.
toString() - Method in class org.apache.royale.swf.types.Rect
 
toString() - Method in class org.apache.royale.swf.types.RGB
 
toString() - Method in class org.apache.royale.swf.types.RGBA
 
toString(Throwable) - Static method in class org.apache.royale.utils.ExceptionUtil
return the stack trace in a String
toURI(File) - Static method in class org.apache.royale.utils.FileUtils
 
Trace - Class in org.apache.royale.utils
Primitive run-time tracing class.
Trace() - Constructor for class org.apache.royale.utils.Trace
 
trace(String) - Static method in class org.apache.royale.utils.Trace
Write the string as a line to the trace stream.
TRAIT_Class - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_Const - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_FLAG_final - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_FLAG_metadata - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_FLAG_override - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_Function - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_Getter - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_KIND_MASK - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_KIND_SHIFT - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_Method - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_Setter - Static variable in class org.apache.royale.abc.ABCConstants
 
TRAIT_Var - Static variable in class org.apache.royale.abc.ABCConstants
 
traitKinds - Static variable in class org.apache.royale.abc.ABCConstants
 
Transition - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
trim(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect
Removes any leading and trailing characters from a String that are considered whitespace in this version of MXML.
trim(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2006
 
trim(String) - Method in class org.apache.royale.compiler.internal.mxml.MXMLDialect2012
 
TRUE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
TRUE - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
TRY - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
TYPE - Variable in class org.apache.royale.compiler.problems.NullUsedWhereOtherExpectedProblem
 
typeIteratable(ICompilerProject, boolean) - Method in interface org.apache.royale.compiler.definitions.ITypeDefinition
Creates an Iterable for enumerating the types of this type.
TypeMismatch(String, String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.TypeMismatch
 
TYPEOF - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 

U

UIComponentDescriptor - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
uint - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
UINT - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript uint type.
unalias(String) - Method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
Undefined - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
UNDEFINED - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
UNDEFINED_VALUE - Static variable in class org.apache.royale.abc.ABCConstants
This Object represents the undefined constant value.
UnexpectedArgument(String, String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.UnexpectedArgument
 
UnexpectedCDATA(String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.UnexpectedCDATA
 
UnexpectedDefaults(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.UnexpectedDefaults
 
UnexpectedElement(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.UnexpectedElement
 
UnexpectedExceptionProblem - Class in org.apache.royale.compiler.problems
Unexpected exception in the compiler code.
UnexpectedExceptionProblem(Throwable) - Constructor for class org.apache.royale.compiler.problems.UnexpectedExceptionProblem
 
UnfoundPropertyProblem - Class in org.apache.royale.compiler.problems
Problem for an unresolved reference
UnfoundPropertyProblem(IASNode, String) - Constructor for class org.apache.royale.compiler.problems.UnfoundPropertyProblem
 
UNKNOWN - Static variable in interface org.apache.royale.compiler.common.ISourceLocation
Indicates an unknown or implicit starting offset, ending offset, line number, or column number.
UNKNOWN_TOKEN - Static variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.Token
 
UnknownNamespace(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.UnknownNamespace
 
UnknownVariable(String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.UnknownVariable
 
UNLIKELY_FUNCTION_VALUE - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Possible missing parentheses.
UnresolvedClassReferenceProblem - Class in org.apache.royale.compiler.problems
Problem for unresolved classes used in ClassReference().
UnresolvedClassReferenceProblem(IASNode, String) - Constructor for class org.apache.royale.compiler.problems.UnresolvedClassReferenceProblem
 
usage(String, String, ConfigurationBuffer, Set<String>, LocalizationManager, String) - Static method in class org.apache.royale.compiler.config.CommandLineConfigurator
 
USE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
USE_NETWORK - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
useCompression() - Method in class org.apache.royale.compiler.config.Configuration
Setting -compiler.compress=false will force compiler not to compress the output SWF.
useCompression() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
useCompression() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if the target should be output using compression.
useConservativeAlgorithm() - Method in class org.apache.royale.compiler.config.Configuration
 
useCRLFFilter - Static variable in class org.apache.royale.compiler.filespecs.FileSpecification
 
useDirectBlit() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
useDirectBlit() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns whether the application SWF is flagged for direct blit use.
useGPU() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
useGPU() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns whether the application SWF is flagged for GPU use.
useLegacyMessageFormat() - Method in class org.apache.royale.compiler.config.Configuration
 
useNetwork(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Toggles whether the application SWF is flagged for access to network resources.
useNetwork() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
useNetwork() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns whether the application SWF is flagged for access to network resources.
useResourceBundleMetaData(boolean) - Method in class org.apache.royale.compiler.config.Configurator
Determines whether resources bundles are included in the application.
useResourceBundleMetaData(boolean) - Method in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Determines whether resources bundles are included in the application.
useResourceBundleMetadata() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
useResourceBundleMetadata() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns true if resource bundle metadata should be processed.

V

VALID_SUBTREE_TAG - Static variable in class org.apache.royale.compiler.internal.config.FileConfigurator
These XML nodes can have subtrees of configurations.
validate(ConfigurationBuffer) - Method in class org.apache.royale.compiler.config.Configuration
Validate configuration options values.
validateConfiguration(String[], ITarget.TargetType) - Method in class org.apache.royale.compiler.config.Configurator
 
validateConfiguration(String[], ITarget.TargetType) - Method in interface org.apache.royale.compiler.internal.config.IConfigurator
Validates that the specified compiler options are syntactically correct.
validateNoCompcOnlyOptions(ConfigurationBuffer) - Static method in class org.apache.royale.compiler.config.Configuration
Validate that no compc-only options are used in a given configuration buffer.
validateSWCConfiguration() - Method in class org.apache.royale.compiler.config.Configurator
Do the validatation that the old COMPCConfiguration used to do.
validateSWCInputs() - Method in class org.apache.royale.compiler.config.Configurator
Basic validation of compc options.
value - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.BadValue
 
valueOf(String) - Static method in enum org.apache.royale.compiler.common.DependencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.config.ApplicationDomainTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.constants.IASLanguageConstants.BuiltinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.definitions.IFunctionDefinition.FunctionClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.definitions.IInterfaceDefinition.InterfaceClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.definitions.INamespaceDefinition.NamespaceClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.definitions.IVariableDefinition.VariableClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.embedding.EmbedAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.filespecs.CombinedFile.BOM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.internal.mxml.MXMLDialect.TextParsingFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.parsing.IASToken.ASTokenKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.problems.collections.CompositeProblemFilter.CompositionOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.problems.CompilerProblemClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.problems.CompilerProblemSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.targets.ITarget.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.tree.as.IContainerNode.ContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.tree.as.IImportNode.ImportKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.tree.ASTNodeID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.units.ICompilationUnit.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.compiler.units.ICompilationUnit.UnitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.swf.tags.ProductInfoTag.Edition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.swf.tags.ProductInfoTag.Product
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.royale.swf.TagType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.royale.compiler.common.DependencyType
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.config.ApplicationDomainTarget
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.constants.IASLanguageConstants.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.definitions.IFunctionDefinition.FunctionClassification
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.definitions.IInterfaceDefinition.InterfaceClassification
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.definitions.INamespaceDefinition.NamespaceClassification
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.definitions.IVariableDefinition.VariableClassification
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.embedding.EmbedAttribute
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.filespecs.CombinedFile.BOM
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.mxml.MXMLDialect.TextParsingFlags
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.parsing.IASToken.ASTokenKind
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.problems.collections.CompositeProblemFilter.CompositionOperator
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.problems.CompilerProblemClassification
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.problems.CompilerProblemSeverity
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.targets.ITarget.TargetType
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.tree.as.IContainerNode.ContainerType
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.tree.as.IImportNode.ImportKind
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.tree.ASTNodeID
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.units.ICompilationUnit.Operation
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.units.ICompilationUnit.UnitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.swf.tags.ProductInfoTag.Edition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.swf.tags.ProductInfoTag.Product
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.royale.swf.TagType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
var - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException
 
VARIABLE - Variable in class org.apache.royale.compiler.problems.DuplicateVariableDefinitionProblem
 
VariableHasNoTypeDeclarationProblem - Class in org.apache.royale.compiler.problems
Example: function foo() : void { var baz; // no type declaration! }
VariableHasNoTypeDeclarationProblem(IASNode, String) - Constructor for class org.apache.royale.compiler.problems.VariableHasNoTypeDeclarationProblem
 
VariableMissingRequirement(String, String, String, int) - Constructor for exception org.apache.royale.compiler.exceptions.ConfigurationException.VariableMissingRequirement
 
variableName - Variable in class org.apache.royale.compiler.problems.DuplicateVariableDefinitionProblem
 
varname(String, String) - Static method in class org.apache.royale.compiler.config.ConfigurationBuffer
 
varName - Variable in class org.apache.royale.compiler.problems.VariableHasNoTypeDeclarationProblem
 
Vector - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
Vector_double - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
Vector_impl_package - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
Vector_int - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
Vector_object - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
Vector_qname - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
Vector_uint - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
VERIFY_DIGESTS - Static variable in interface org.apache.royale.compiler.config.ICompilerSettingsConstants
 
verifyDigests() - Method in class org.apache.royale.compiler.internal.config.TargetSettings
 
verifyDigests() - Method in interface org.apache.royale.compiler.targets.ITargetSettings
Returns the default setting for all RSLs as to whether an RSL's digest should be verified after the RSL is loaded.
version - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.BadVersion
 
VERSION_ABC_MAJOR_FP10 - Static variable in class org.apache.royale.abc.ABCConstants
 
VERSION_ABC_MINOR_FP10 - Static variable in class org.apache.royale.abc.ABCConstants
 
VersionInfo - Class in org.apache.royale.compiler.common
A helper class for querying build number, Flex version, and library version information.
VersionInfo() - Constructor for class org.apache.royale.compiler.common.VersionInfo
 
VIRTUAL - Static variable in class org.apache.royale.compiler.common.ASModifier
Represents the virtual modifier.
VIRTUAL - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
VOID - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
void_ - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 

W

waitForBuildFinish(Collection<ICompilerProblem>, ITarget.TargetType) - Method in interface org.apache.royale.compiler.units.ICompilationUnit
Wait till the compilation unit finishes building, and collect compiler problems.
WARN_ARRAY_TO_STRING_CHANGES - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Array.toString() format has changed.
warn_array_tostring_changes() - Method in class org.apache.royale.compiler.config.Configuration
 
warn_assignment_within_conditional() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_ASSIGNMENT_WITHIN_CONDITIONAL - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Assignment within conditional.
warn_bad_array_cast() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_ARRAY_CAST - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Possibly invalid Array cast operation.
warn_bad_bool_assignment() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_BOOLEAN_ASSIGNMENT - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Non-Boolean value used where a Boolean value was expected.
warn_bad_date_cast() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_DATE_CAST - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Invalid Date cast operation.
warn_bad_es3_type_method() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_ES3_TYPE_METHOD - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Unknown method.
warn_bad_es3_type_prop() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_ES3_TYPE_PROP - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Unknown property.
warn_bad_nan_comparison() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_NAN_COMPARISON - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Illogical comparison with NaN.
warn_bad_null_assignment() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_NULL_ASSIGNMENT - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Impossible assignment to null.
warn_bad_null_comparison() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_NULL_COMPARISON - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Illogical comparison with null.
warn_bad_undefined_comparison() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BAD_UNDEFINED_COMPARISON - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Illogical comparison with undefined.
warn_boolean_constructor_with_no_args() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_BOOLEAN_CONSTRUCTOR_WITH_NO_ARGS - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Boolean() with no arguments returns false in ActionScript 3.0.
warn_changes_in_resolve() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_CHANGES_IN_RESOLVE - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
__resolve is deprecated.
warn_class_is_sealed() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_CLASS_IS_SEALED - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Class is sealed.
warn_const_not_initialized() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_CONST_NOT_INITIALIZED - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Constant not initialized.
warn_constructor_returns_value() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_CONSTRUCTOR_RETURNS_VALUE - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Function used in new expression returns a value.
warn_deprecated_event_handler_error() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_DEPRECATED_EVENT_HANDLER_ERROR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
EventHandler was not added as a listener.
warn_deprecated_function_error() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_DEPRECATED_FUNCTION_ERROR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Unsupported ActionScript 2.0 function.
warn_deprecated_property_error() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_DEPRECATED_PROPERTY_ERROR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Unsupported ActionScript 2.0 property.
warn_duplicate_argument_names() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_DUPLICATE_ARGUMENT_NAMES - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
More than one argument by the same name.
warn_duplicate_variable_def() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_DUPLICATE_VARIABLE_DEF - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Duplicate variable definition
warn_for_var_in_changes() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_FOR_VAR_IN_CHANGES - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order.
warn_import_hides_class() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_IMPORT_HIDES_CLASS - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Importing a package by the same name as the current class will hide that class identifier in this scope.
warn_instance_of_changes() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_INSTANCEOF_CHANGES - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Use of the instanceof operator.
warn_internal_error() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_INTERNAL_ERROR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Internal error in compiler.
warn_level_not_supported() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_LEVEL_NOT_SUPPORTED - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
_level is no longer supported.
warn_missing_namespace_decl() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_MISSING_NAMESPACE_DECL - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Missing namespace declaration (e.g.
warn_negative_uint_literal() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_NEGATIVE_UINT_LITERAL - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Negative value will become a large positive value when assigned to a uint data type.
warn_no_constructor() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_NO_CONSTRUCTOR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Missing constructor.
warn_no_explicit_super_call_in_constructor() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_NO_EXPLICIT_SUPER_CALL_IN_CONSTRUCTOR - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
The super() statement was not called within the constructor.
warn_no_type_decl() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_NO_TYPE_DECL - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Missing type declaration.
warn_number_from_string_changes() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_NUMBER_FROM_STRING_CHANGES - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
In ActionScript 3.0, white space is ignored and '' returns 0.
warn_scoping_change_in_this() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_SCOPING_CHANGE_IN_THIS - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Change in scoping for the this keyword.
warn_slow_text_field_addition() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_SLOW_TEXTFIELD_ADDITION - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Inefficient use of += on a TextField.
warn_this_within_closure() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_THIS_WITHIN_CLOSURE - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Keyword this within closure.
warn_unlikely_function_value() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_UNLIKELY_FUNCTION_VALUE - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Possible missing parentheses.
warn_xml_class_has_changed() - Method in class org.apache.royale.compiler.config.Configuration
 
WARN_XML_CLASS_HAS_CHANGED - Static variable in interface org.apache.royale.compiler.internal.config.ICompilerSettings
Possible usage of the ActionScript 2.0 XML class.
warningCode - Static variable in class org.apache.royale.compiler.problems.ArrayCastProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.AssignmentInConditionalProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.ConstNotInitializedProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.DateCastProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.DeprecatedConfigurationOptionProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.DuplicateQNameInSourcePathProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.DuplicateVariableDefinitionProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.FilePrivateItemsWithMainVarWarningProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.IllogicalComparionWithNaNProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.IllogicalComparisonWithUndefinedProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.InstanceOfProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.MXMLDatabindingSourceNotBindableProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.NullUsedWhereOtherExpectedProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.OverlappingSourcePathProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.ParameterHasNoTypeDeclarationProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.PublicVarWarningProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.RemovedConfigurationOptionProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.RoyaleOnlyConfigurationOptionNotSupported
 
warningCode - Static variable in class org.apache.royale.compiler.problems.ScopedToDefaultNamespaceProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.ThisUsedInClosureProblem
 
warningCode - Static variable in class org.apache.royale.compiler.problems.VariableHasNoTypeDeclarationProblem
 
warnings() - Method in class org.apache.royale.compiler.config.Configuration
 
WebService - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
WebServiceOperation - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
WHILE - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
width - Variable in exception org.apache.royale.compiler.exceptions.ConfigurationException.IllegalDimensions
 
WITH - Static variable in interface org.apache.royale.compiler.constants.IASKeywordConstants
 
WORKSPACE - Static variable in class org.apache.royale.compiler.config.CompilerDiagnosticsConstants
 
wrappedException(Throwable) - Static method in class org.apache.royale.utils.ExceptionUtil
 
writeAttribute(String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeAttribute(String, String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeAttribute(String, String, String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeCData(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeCharacters(char[], int, int) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeCharacters(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeComment(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeDefaultNamespace(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeDTD(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeEmptyElement(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeEmptyElement(String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeEmptyElement(String, String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeEndDocument() - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeEndElement() - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeEntityRef(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeNamespace(String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeProcessingInstruction(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeProcessingInstruction(String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeStartDocument() - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeStartDocument(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeStartDocument(String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeStartElement(String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeStartElement(String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 
writeStartElement(String, String, String) - Method in class org.apache.royale.swc.catalog.XMLFormatter
 

X

xMax() - Method in class org.apache.royale.swf.types.Rect
 
xMin() - Method in class org.apache.royale.swf.types.Rect
 
XML - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
XML - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript XML type.
XML_CLASS_HAS_CHANGED - Static variable in interface org.apache.royale.compiler.constants.IASWarningConstants
Possible usage of the ActionScript 2.0 XML class.
XML_LIST - Static variable in interface org.apache.royale.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript XMLList type.
XMLFormatter - Class in org.apache.royale.swc.catalog
Add indentation to XML.
XMLFormatter(XMLStreamWriter) - Constructor for class org.apache.royale.swc.catalog.XMLFormatter
 
XMLList - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
XMLName - Class in org.apache.royale.compiler.common
Qualified element name (XML namespace and local name).
XMLName(String, String) - Constructor for class org.apache.royale.compiler.common.XMLName
Constructor
XMLName(String) - Constructor for class org.apache.royale.compiler.common.XMLName
Constructor that assumes an empty namespace.
XMLName() - Constructor for class org.apache.royale.compiler.common.XMLName
Constructor for use by our subclasses
xmlNamespace - Variable in class org.apache.royale.compiler.common.XMLName
XML namespace
XMLUtil - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
XMLWatcherClass - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 

Y

yMax() - Method in class org.apache.royale.swf.types.Rect
 
yMin() - Method in class org.apache.royale.swf.types.Rect
 

Z

ZERO_INDEX - Static variable in class org.apache.royale.abc.ABCConstants
 
ZEROBYTES - Static variable in interface org.apache.royale.compiler.units.requests.IABCBytesRequestResult
A static byte array of length zero that has no bytecode.
ZEROPROBLEMS - Static variable in interface org.apache.royale.compiler.units.requests.IABCBytesRequestResult
A static ICompilerProblem array of length zero.

_

_CompiledResourceBundleInfo - Static variable in interface org.apache.royale.compiler.mxml.IMXMLTypeConstants
 
_int - Static variable in interface org.apache.royale.compiler.constants.IASLanguageConstants
 
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 

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