- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- afterDefinition(IDocumentableDefinitionNode) - Method in interface org.apache.royale.compiler.asdoc.IMetadataParserASDocDelegate
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getDoABCTagName() - Method in interface org.apache.royale.compiler.units.requests.ISWFTagsRequestResult
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getStreamAndSkipBOM(String) - Static method in class org.apache.royale.compiler.filespecs.CombinedFile
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-