ABCCompilationUnit
allows multiple public visible definitions.IDiagnosticsVisitor
.ICompilerProblem
passes the
filter.Set
of classes referenced from accessibility meta-data.AccessorDefinition
is the abstract base class for definitions that
represent getters and setters.ICompilationUnit
whose root source file
is the specified File to the map.PrefixMap
to anotherPrefixMap
to anothercatch
caluse in the order in which it was foundICompilationUnit
to the project.ICompilationUnit
to the dependency graph.ICompilationUnit
's to the dependency graph.ConfigConstNode
to our internal tree.-define=<name>,<value>
where name is NAMESPACE::name
and value is a legal definition value
(e.g.null
or couldn't hold the new definition).ASScopeBase.addDefinition(org.apache.flex.compiler.definitions.IDefinition)
().ICompilationUnit
to another
ICompilationUnit
.ICompilationUnit
to another
ICompilationUnit
.ICompilationUnit
to another
ICompilationUnit
.ISWCDigest
to the library.EmbedCompilationUnit
to the dependency graph.SourcePathManager
that a file as been added to the
file system.finally
clause in the order in which it was foundIInvalidationListener
on the workspace.ICompilationUnit
to the dependency graph.INamespaceDefinition
's for each import in this scope to the
specified namespace set.<keep-as3-metadata>
tag.ICompilerProblem
to this reporterIASScope
for a file or package scope with a
ICompilationUnit
.ASScope
to the list of IASScope
s
associated with the ICompilationUnit
that contains the specified
ASScope
.ISWCScript
to the library.trait
to the script.IVariableTypeDecorator
to this managerASParser
after an IDocumentableDefinitionNode
has been constructed
and fully parsed.MetadataParser
after an IDocumentableDefinitionNode
has been constructed
and fully parsed.MetadataParser
any time a meta-data tag is
parsed.*
"type".Vector
types as they are encountered.SWFTarget
that builds a SWF that is meant to be loaded
by the flash player ( as opposed to a library.swf in a SWC ).RGBA
record, but the alpha
value for the ARGB record is in the first byte.ARGB
record.Array
type.Array.toString()
format has changed.Array(...)
- ArrayCastProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ArrayCastProblem
-
- ArrayDowncastProblem - Class in org.apache.flex.compiler.problems
Problem generated by
Array(value) when value
has type *
, Object
, or Array
.
- ArrayDowncastProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ArrayDowncastProblem
-
- arrayElement() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an "array element" in an "array literal".
- arrayElements(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches all the elements in an "arrayInitializer".
- arrayEquals(T[], T[]) - Static method in class org.apache.flex.abc.semantics.Metadata
-
Test two arrays of Comparable objects for equality.
- arrayInitializer(ArrayLiteralNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches array literal.
- ArrayLiteralNode - Class in org.apache.flex.compiler.internal.tree.as
-
Represents a literal node array that contains nodes within an array literal
statement: [ foo, bar, baz ]
- ArrayLiteralNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.ArrayLiteralNode
-
Constructor.
- ArrayLiteralNode(ArrayLiteralNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.ArrayLiteralNode
-
Copy constructor.
- AS - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- AS - Variable in class org.apache.flex.compiler.problems.DateCastProblem
-
- AS3 - Static variable in class org.apache.flex.compiler.config.Configuration
-
- AS3 - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
-
- AS3URI - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
-
- ASBalancingScanner - Class in org.apache.flex.compiler.internal.parsing.as
-
Scanner that uses the ActionScript partitioner to determine whether {} braces
are balanced over a particular span of the document
- ASBalancingScanner() - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASBalancingScanner
-
- ASC - Class in org.apache.flex.compiler.clients
-
ActionScript Compiler command-line interface.
- ASC() - Constructor for class org.apache.flex.compiler.clients.ASC
-
- ASCompilationUnit - Class in org.apache.flex.compiler.internal.units
-
- ASCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority) - Constructor for class org.apache.flex.compiler.internal.units.ASCompilationUnit
-
- ASCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int) - Constructor for class org.apache.flex.compiler.internal.units.ASCompilationUnit
-
- ASCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String) - Constructor for class org.apache.flex.compiler.internal.units.ASCompilationUnit
-
- ASCProject - Class in org.apache.flex.compiler.internal.projects
-
Implementation class for an asc style project.
- ASCProject(Workspace, boolean) - Constructor for class org.apache.flex.compiler.internal.projects.ASCProject
-
- ASDOC - Class in org.apache.flex.compiler.clients
-
Documentation compiler entry point.
- ASDOC() - Constructor for class org.apache.flex.compiler.clients.ASDOC
-
- asdoc - Static variable in class org.apache.flex.utils.Trace
-
- ASDOC_COMMENT - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- ASDocComment - Class in org.apache.flex.compiler.asdoc
-
- ASDocComment(ASToken, IDocumentableDefinitionNode) - Constructor for class org.apache.flex.compiler.asdoc.ASDocComment
-
- ASDocComment(Token) - Constructor for class org.apache.flex.compiler.asdoc.ASDocComment
-
- asDocComment() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an ASDoc block.
- asDocComment() - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
-
- asDocDelegate - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseMetaTagParser
-
- asDocEnd - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- ASDocNotClosedProblem - Class in org.apache.flex.compiler.problems
-
Syntax error: input ended before ASDoc is closed.
- ASDocNotClosedProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.ASDocNotClosedProblem
-
- asDocStart - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- ASDocToken - Class in org.apache.flex.compiler.internal.parsing.as
-
- ASDocToken(int, int, int, int, int, CharSequence) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASDocToken
-
- ASDocTokenizer - Class in org.apache.flex.compiler.internal.parsing.as
-
- ASDocTokenizer(boolean) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASDocTokenizer
-
- asDouble() - Method in class org.apache.flex.compiler.fxg.FXGVersion
-
- ASFileScope - Class in org.apache.flex.compiler.internal.scopes
-
IASScope implementation for FileNodes.
- ASFileScope(IFileSpecificationGetter, String) - Constructor for class org.apache.flex.compiler.internal.scopes.ASFileScope
-
Constructor
- ASFileScope(FileNode) - Constructor for class org.apache.flex.compiler.internal.scopes.ASFileScope
-
Constructor
- ASFileScopeProvider - Class in org.apache.flex.compiler.internal.scopes
-
Constructs
ASFileScope
objects for byte code in an ABC file.
- ASFileScopeRequestResult - Class in org.apache.flex.compiler.internal.units.requests
-
- ASFileScopeRequestResult(Collection<IDefinition>, IDefinitionPriority, Collection<ICompilerProblem>, ASFileScope, IFileSpecification) - Constructor for class org.apache.flex.compiler.internal.units.requests.ASFileScopeRequestResult
-
ASCompilationUnit
only allow one public visible definition.
- ASImportTarget - Class in org.apache.flex.compiler.common
-
- ASModifier - Class in org.apache.flex.compiler.common
-
Modifiers found within the AS3 language.
- ASParser - Class in org.apache.flex.compiler.internal.parsing.as
-
ActionScript3 parser grammar.
- ASParser(IWorkspace, IRepairingTokenBuffer) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Construct an AS3 parser from a token buffer.
- ASParser(IWorkspace, IRepairingTokenBuffer, boolean) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Construct an AS3 parser for parsing command line config args
- ASParser(TokenBuffer, int) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASParser
-
- ASParser(TokenBuffer) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASParser
-
- ASParser(TokenStream, int) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASParser
-
- ASParser(TokenStream) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASParser
-
- ASParser(ParserSharedInputState) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASParser
-
- ASProject - Class in org.apache.flex.compiler.internal.projects
-
Implementation base class to implement functionality common to all
IASProject implementations.
- ASProject(Workspace, boolean) - Constructor for class org.apache.flex.compiler.internal.projects.ASProject
-
Constructor
- ASProject(Workspace, boolean, IASDocBundleDelegate) - Constructor for class org.apache.flex.compiler.internal.projects.ASProject
-
- ASProjectScope - Class in org.apache.flex.compiler.internal.scopes
-
An ASProjectScope is the topmost scope for a particular project.
- ASProjectScope(CompilerProject) - Constructor for class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Constructor.
- ASProjectScope.DefinitionPromise - Class in org.apache.flex.compiler.internal.scopes
-
Represents a promise to provide an
IDefinition
in the future.
- ASScope - Class in org.apache.flex.compiler.internal.scopes
-
IASScope implementation for class, interface, function, and 'with' scopes.
- ASScope(ASScope, ScopedBlockNode) - Constructor for class org.apache.flex.compiler.internal.scopes.ASScope
-
Constructor
- ASScope(ASScope) - Constructor for class org.apache.flex.compiler.internal.scopes.ASScope
-
- ASScopeBase - Class in org.apache.flex.compiler.internal.scopes
-
ASScopeBase is the abstract base class for all lexical scopes.
- ASScopeBase() - Constructor for class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
Constructor
- ASScopeBase.FilteredCollection<T> - Class in org.apache.flex.compiler.internal.scopes
-
Collection that ignores added items that for which a predicate returns
false.
- ASScopeBase.FilteredCollection(Predicate<T>, Collection<T>) - Constructor for class org.apache.flex.compiler.internal.scopes.ASScopeBase.FilteredCollection
-
Constructor
- ASScopeCache - Class in org.apache.flex.compiler.internal.scopes
-
Class to manage cached lookups in a given project.
- ASScopeCache(CompilerProject, ASScope) - Constructor for class org.apache.flex.compiler.internal.scopes.ASScopeCache
-
- ASSERT_ON_UNKNOWN_INODE - Static variable in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Manifest constant, getDefinitionOfUnderlyingType asserts if this is passed
- assertThatAllPathsAreDirectories(List<String>, ConfigurationValue) - Static method in class org.apache.flex.compiler.config.Configuration
-
Check that all paths in the path list are directories.
- assetTag - Variable in class org.apache.flex.compiler.internal.caches.AssetTagCache.AssetTagCacheValue
-
- AssetTagCache - Class in org.apache.flex.compiler.internal.caches
-
A class definition might have associated assets embedded in the library as a
SWF tag.
- AssetTagCache(SWCManager) - Constructor for class org.apache.flex.compiler.internal.caches.AssetTagCache
-
- AssetTagCache.AssetTagCacheKey - Class in org.apache.flex.compiler.internal.caches
-
Key object for
AssetTagCache
.
- AssetTagCache.AssetTagCacheKey() - Constructor for class org.apache.flex.compiler.internal.caches.AssetTagCache.AssetTagCacheKey
-
- AssetTagCache.AssetTagCacheValue - Class in org.apache.flex.compiler.internal.caches
-
Value object for
AssetTagCache
.
- assignActualsToFormals(FunctionDefinition, InstructionList) - Method in class org.apache.flex.compiler.internal.as.codegen.InlineFunctionLexicalScope
-
- assignIndex(int) - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
- ASSIGNMENT_WITHIN_CONDITIONAL - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Assignment within conditional.
- assignmentExpression() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an "assignment expression".
- AssignmentInConditionalProblem - Class in org.apache.flex.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 !
- AssignmentInConditionalProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.AssignmentInConditionalProblem
-
- assignmentRightValue() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the right-hand side of an assignment expression.
- assignOp() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
- AssignToConstProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker sees an attempt to delete a property of
an object whose type is not dynamic.
- AssignToConstProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.AssignToConstProblem
-
- AssignToFunctionProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker sees an attempt to delete a property of
an object whose type is not dynamic.
- AssignToFunctionProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.AssignToFunctionProblem
-
- AssignToNonReferenceValueProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker sees an attempt to write to a non-reference
value, e.g., assignment to this.
- AssignToNonReferenceValueProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.AssignToNonReferenceValueProblem
-
- AssignToReadOnlyPropertyProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker sees an attempt to write to a property
that only has a get method.
- AssignToReadOnlyPropertyProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.AssignToReadOnlyPropertyProblem
-
- ASSourceFileHandler - Class in org.apache.flex.compiler.internal.projects
-
Implementation of ISourceFileHandler that constructs
ASCompilationUnit
's.
- asString() - Method in class org.apache.flex.compiler.fxg.FXGVersion
-
Returns the version represented by this FXGVersion instance as a String
value (e.g., "1.0", "1.2", etc.).
- ASTNodeID - Enum in org.apache.flex.compiler.tree
-
Constants used to identify AST nodes to the BURM.
- ASToken - Class in org.apache.flex.compiler.internal.parsing.as
-
ActionScript token (output unit of ASTokenizer/ASTokenFixer, input unit of
ASTreeAssembler).
- ASToken(int, int, int, int, int, CharSequence) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASToken
-
Builds a new
ASToken
- ASToken(ASToken) - Constructor for class org.apache.flex.compiler.internal.parsing.as.ASToken
-
Copy constructor
- ASTokenTypes - Interface in org.apache.flex.compiler.internal.parsing.as
-
- AT_FONT_FACE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_FONT_FACE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_FONT_FACE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_FONT_FACE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_FONT_FACE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- AT_FONT_FACE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- at_import - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- AT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- AT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- at_media - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- AT_MEDIA - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_MEDIA - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_MEDIA - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_MEDIA - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_MEDIA - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- AT_MEDIA - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- AT_NAMESPACE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_NAMESPACE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_NAMESPACE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_NAMESPACE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_NAMESPACE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- AT_NAMESPACE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- AT_WEBKIT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_WEBKIT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- AT_WEBKIT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_WEBKIT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- AT_WEBKIT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- AT_WEBKIT_KEYFRAMES - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- attachExternalLibrarySourcePath(File, File) - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- attachExternalLibrarySourcePath(File, File) - Method in interface org.apache.flex.compiler.projects.IASProject
-
Attach the source directory to an external SWC library.
- attachInternalLibrarySourcePath(File, File) - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- attachInternalLibrarySourcePath(File, File) - Method in interface org.apache.flex.compiler.projects.IASProject
-
Attach the source directory to a SWC library.
- AttemptToDeleteFixedPropertyProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker sees an attempt to delete a property of
an object whose type is not dynamic.
- AttemptToDeleteFixedPropertyProblem(IASNode, Name) - Constructor for class org.apache.flex.compiler.problems.AttemptToDeleteFixedPropertyProblem
-
- attr - Variable in class org.apache.flex.compiler.problems.EmbedScalingGridValueProblem
-
- attr - Variable in class org.apache.flex.compiler.problems.EmbedUnknownAttributeProblem
-
- ATTR_BUILD - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_CLASS_NAME - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_final - Static variable in class org.apache.flex.abc.ABCConstants
-
- ATTR_ICON - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_ID - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_metadata - Static variable in class org.apache.flex.abc.ABCConstants
-
- ATTR_MINIMUM_SUPPORTED_VERSION - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_MOD - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_NAME - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_override - Static variable in class org.apache.flex.abc.ABCConstants
-
- ATTR_PATH - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_PREVIEW - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_public - Static variable in class org.apache.flex.abc.ABCConstants
-
- ATTR_SIGNATURE_CHECKSUM - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_SIGNED - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_TYPE - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_URI - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_VALUE - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_VERSION - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- ATTR_XMLNS - Static variable in interface org.apache.flex.swc.catalog.ICatalogXMLConstants
-
- attribute(List<ModifierNode>, List<INamespaceDecorationNode>) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an attribute such as:
- Modifiers: dynamic, final, native, override, static, virtual
- attribute - Variable in class org.apache.flex.compiler.problems.DuplicateAttributeProblem
-
- attribute - Variable in class org.apache.flex.compiler.problems.EmbedInvalidAttributeValueProblem
-
- attribute - Variable in class org.apache.flex.compiler.problems.EmbedUnsupportedAttributeProblem
-
- attribute - Variable in class org.apache.flex.compiler.problems.FXGInvalidNodeAttributeProblem
-
- attribute - Variable in class org.apache.flex.compiler.problems.FXGMissingAttributeProblem
-
- attribute - Variable in class org.apache.flex.compiler.problems.FXGUnknownAttributeValueProblem
-
- ATTRIBUTE_ACCESSIBIlITY_CLASS - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_ALTERNATIVE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_ARRAYELEMENTTYPE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_BACKGROUND_COLOR - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
backgroundColor
attribute.
- ATTRIBUTE_BINDABLE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_CHANGE_EVENT - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_CLASS_NAME - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
className
attribute.
- ATTRIBUTE_COLLAPSEWHITESPACE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_DEFAULT_TRIGGER_EVENT - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_DEFAULTPROPERTY - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_DEPRECATED - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_DESTINATION - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
destination
attribute.
- ATTRIBUTE_DISCOURAGED_FOR_PROFILE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_EFFECT - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_EMBED - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_EVENT - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_EXCLUDE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_EXCLUDE_FROM - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
excludeFrom
attribute.
- ATTRIBUTE_EXCLUDECLASS - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_FIXED - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
fixed
attribute.
- ATTRIBUTE_FORMAT - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
format
attribute.
- ATTRIBUTE_FRAME - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_FRAME_RATE - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
frameRate
attribute.
- ATTRIBUTE_GOTODEFINITION_CTOR_HELP - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_GOTODEFINITIONHELP - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_HEIGHT - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
height
attribute.
- ATTRIBUTE_HOST_COMPONENT - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_ICON_FILE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_ID - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
id
attribute.
- ATTRIBUTE_IMPLEMENTS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
implements
attribute.
- ATTRIBUTE_INCLUDE_IN - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
includeIn
attribute.
- ATTRIBUTE_INLINE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_INSPECTABLE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_INSTANCETYPE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_ITEM_CREATION_POLICY - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
itemCreationPolicy
attribute.
- ATTRIBUTE_ITEM_DESTRUCTION_POLICY - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
itemDestructionPolicy
attribute.
- ATTRIBUTE_MIXIN - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_NAME - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
name
attribute.
- ATTRIBUTE_NONCOMMITTING - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_PAGE_TITLE - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
pageTitle
attribute.
- ATTRIBUTE_PERCENT_PROXY - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_PRELOADER - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
prelaoder
attribute.
- ATTRIBUTE_REMOTECLASS - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_RESOURCE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_RESOURCEBUNDLE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_RICHTEXTCONTENT - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_RSL - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
rsl
attribute.
- ATTRIBUTE_RUNTIME_DPI_PROVIDER - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
runtimeDPIProvider
attribute.
- ATTRIBUTE_SCRIPT_RECURSION_LIMIT - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
scriptRecursionLimit
attribute.
- ATTRIBUTE_SCRIPT_TIME_LIMIT - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
scriptTimeLimit
attribute.
- ATTRIBUTE_SKIN_CLASS - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_SKIN_PART - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_SKIN_STATE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_SOURCE - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
source
attribute.
- ATTRIBUTE_SPLASH_SCREEN_IMAGE - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
splashScreenImage
attribute.
- ATTRIBUTE_STATE_GROUPS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
stateGroups
attribute.
- ATTRIBUTE_STATES - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_STYLE - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_TARGET - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
target
attribute.
- ATTRIBUTE_THEME - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
theme
attribute.
- ATTRIBUTE_TWO_WAY - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
twoWay
attribute.
- ATTRIBUTE_TYPE - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
type
attribute.
- ATTRIBUTE_USE_DIRECT_BLIT - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
useDirectBlit
attribute.
- ATTRIBUTE_USE_GPU - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
useGPU
attribute.
- ATTRIBUTE_USE_PRELOADER - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
usePreloader
attribute.
- ATTRIBUTE_VISUALCONTENTHOLDER - Static variable in interface org.apache.flex.compiler.constants.IMetaAttributeConstants
-
- ATTRIBUTE_WIDTH - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
width
attribute.
- attributedDefinition(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an attributed definition.
- attributeMap - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Map of attribute name to MXML attribute
- attributeName() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeName() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeName() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- attributeName() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- attributeName - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
The name of this attribute.
- attributeName - Variable in class org.apache.flex.compiler.problems.ExpectDefinitionKeywordAfterAttributeProblem
-
- attributeName - Variable in class org.apache.flex.compiler.problems.MXMLDuplicateAttributeProblem
-
- attributeName - Variable in class org.apache.flex.compiler.problems.MXMLEmptyAttributeProblem
-
- attributeName - Variable in class org.apache.flex.compiler.problems.MXMLRequiredAttributeProblem
-
- attributeNamespace - Variable in class org.apache.flex.compiler.problems.MXMLDuplicateAttributeProblem
-
- attributeOperator() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeOperator() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeOperator() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- attributeOperator() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- attributes - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
In-order list of MXML attributes
- AttributesAreNotCallableProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the method body semantic checker
detects a call to an attribute.
- AttributesAreNotCallableProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.AttributesAreNotCallableProblem
-
- attributeSelector() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeSelector() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- attributeSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- AttributesNotAllowedOnPackageDefinitionProblem - Class in org.apache.flex.compiler.problems
-
Attributes are not allowed on package definition.
- AttributesNotAllowedOnPackageDefinitionProblem(ASToken) - Constructor for class org.apache.flex.compiler.problems.AttributesNotAllowedOnPackageDefinitionProblem
-
Create a problem.
- attributesStart - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Start of the attribute list (after the tag name + whitespace)
- attributeValue() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeValue() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- attributeValue() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- attributeValue() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- AUTO - Variable in class org.apache.flex.compiler.problems.MXMLInvalidItemDestructionPolicyProblem
-
B
- b - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.MatrixNode
-
- b - Variable in class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- backgroundAlpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- backgroundAlpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- backgroundColor - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- backgroundColor - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- backgroundColor - Variable in class org.apache.flex.compiler.problems.InvalidBackgroundColorProblem
-
- BAD_ARRAY_CAST - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Possibly invalid Array cast operation.
- BAD_BOOLEAN_ASSIGNMENT - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Non-Boolean value used where a
Boolean
value was expected.
- BAD_DATE_CAST - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Invalid
Date
cast operation.
- BAD_ES3_TYPE_METHOD - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Unknown method.
- BAD_ES3_TYPE_PROP - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Unknown property.
- BAD_NAN_COMPARISON - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Illogical comparison with
NaN
.
- BAD_NULL_ASSIGNMENT - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Impossible assignment to
null
.
- BAD_NULL_COMPARISON - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Illogical comparison with
null
.
- BAD_UNDEFINED_COMPARISON - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Illogical comparison with
undefined
.
- BadAccessInterfaceMemberProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the code generator detects
an interface emthod declared public/private/protected, or internal.
- BadAccessInterfaceMemberProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.BadAccessInterfaceMemberProblem
-
- BadCharacterProblem - Class in org.apache.flex.compiler.problems
-
An error that corresponds to a character that cannot be read from an input stream
- BadCharacterProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.BadCharacterProblem
-
- BadSetterReturnTypeProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic when a setter is declared with a return type other than "void"
- BadSetterReturnTypeProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.BadSetterReturnTypeProblem
-
- balance(IMXMLUnitData[], IMXMLData, Map<IMXMLTagData, PrefixMap>) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BalancingMXMLProcessor
-
- BalancingMXMLProcessor - Class in org.apache.flex.compiler.internal.parsing.mxml
-
The BalancingMXMLProcessor performs a balancing operation over a collection of
IMXMLTagData
objects.
- BalancingMXMLProcessor(IFileSpecification, Collection<ICompilerProblem>) - Constructor for class org.apache.flex.compiler.internal.parsing.mxml.BalancingMXMLProcessor
-
- base - Variable in class org.apache.flex.compiler.problems.InterfaceMethodOverrideProblem
-
- Base64 - Class in org.apache.flex.utils
-
Code to read and write Base64-encoded text.
- Base64() - Constructor for class org.apache.flex.utils.Base64
-
- Base64.Decoder - Class in org.apache.flex.utils
-
- Base64.Decoder() - Constructor for class org.apache.flex.utils.Base64.Decoder
-
- Base64.Encoder - Class in org.apache.flex.utils
-
- Base64.Encoder(int) - Constructor for class org.apache.flex.utils.Base64.Encoder
-
- Base64.Encoder(int, int) - Constructor for class org.apache.flex.utils.Base64.Encoder
-
- baseClass - Variable in class org.apache.flex.compiler.problems.NoDefaultConstructorInBaseClassProblem
-
- BaseClassIsFinalProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a class attempts to extend another class marked "final"
- BaseClassIsFinalProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.BaseClassIsFinalProblem
-
- baseClassName - Variable in class org.apache.flex.compiler.problems.ForwardReferenceToBaseClassProblem
-
- baseClassNode - Variable in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
The name of the base class
- baseClassQName - Variable in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
- BaseDefinitionMetaTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
-
For metatags that decorate a definition, such as Events, Effects and Styles,
we treat them internally as IDefinitions.
- BaseDefinitionMetaTagNode(MetaTagNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- BaseDefinitionMetaTagNode(String) - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- BaseDefinitionNode - Class in org.apache.flex.compiler.internal.tree.as
-
- BaseDefinitionNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
Constructor.
- baseException(Throwable) - Static method in class org.apache.flex.utils.ExceptionUtil
-
Get to the base exception (if any)
- BaseFileSpecification - Class in org.apache.flex.compiler.filespecs
-
Base class for all IFileSpecifications, which has a file path and knows
how to perform basic operations with it.
- BaseFileSpecification(String) - Constructor for class org.apache.flex.compiler.filespecs.BaseFileSpecification
-
Constructor
- baseInterfacesNode - Variable in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
The collection of base interfaces
- BaselineOffset - Class in org.apache.flex.compiler.internal.fxg.dom.types
-
The BaselineOffset class.
- BaselineOffset.BaselineOffsetAsEnum - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The BaselineOffsetAsEnum class.
- BASELINEOFFSET_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- BASELINEOFFSET_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- BASELINEOFFSET_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- BASELINEOFFSET_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- baselineShift - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- baselineShift - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- BaselineShift - Class in org.apache.flex.compiler.internal.fxg.dom.types
-
The BaselineShift class.
- BaselineShift.BaselineShiftAsEnum - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The BaselineShiftAsEnum class.
- BASELINESHIFT_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- BASELINESHIFT_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- BASELINESHIFT_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- BASELINESHIFT_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- BaseLiteralContainerNode - Class in org.apache.flex.compiler.internal.tree.as
-
Base container node for a literal that is made up of other literals, like XML
or arrays
- BaseLiteralContainerNode(LiteralNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
Constructor.
- BaseLiteralContainerNode(BaseLiteralContainerNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
Copy constructor.
- BaseMetaTagParser - Class in org.apache.flex.compiler.internal.parsing.as
-
- BaseMetaTagParser(int) - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseMetaTagParser
-
- BaseMetaTagParser(ParserSharedInputState, int) - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseMetaTagParser
-
- BaseMetaTagParser(TokenBuffer, int) - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseMetaTagParser
-
- BaseMetaTagParser(TokenStream, int) - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseMetaTagParser
-
- baseName(String) - Static method in class org.apache.flex.swf.io.SWFDump
-
- BaseRawASTokenizer - Class in org.apache.flex.compiler.internal.parsing.as
-
Base class for RawActionScriptTokenizer.
- BaseRawASTokenizer() - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
- BaseRawMXMLTokenizer - Class in org.apache.flex.compiler.internal.parsing.mxml
-
Base class for JFlex-based tokenizers (RawScriptTokenizer, RawTagTokenizer,
RawCSSTokenizer, RawMetadataTokenizer).
- BaseRawMXMLTokenizer() - Constructor for class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- BaseRawTokenizer<T extends TokenBase> - Class in org.apache.flex.compiler.internal.parsing.as
-
Base class for JFlex-based tokenizers (RawScriptTokenizer, RawTagTokenizer,
RawCSSTokenizer, RawMetadataTokenizer).
- BaseRawTokenizer() - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- BaseRepairingTokenBuffer - Class in org.apache.flex.compiler.internal.parsing.as
-
Base class for repairing token buffers.
- BaseRepairingTokenBuffer(String) - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseRepairingTokenBuffer
-
- BaseStatementExpressionNode - Class in org.apache.flex.compiler.internal.tree.as
-
Represents the base type for expression statements, such as a throw statement
or a return statement
- BaseStatementExpressionNode(IASToken) - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseStatementExpressionNode
-
Constructor.
- BaseStatementExpressionNode(BaseStatementExpressionNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseStatementExpressionNode
-
'
Copy constructor.
- BaseStatementNode - Class in org.apache.flex.compiler.internal.tree.as
-
Base class for statements that have a conditional, with contents
- BaseStatementNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseStatementNode
-
Constructor.
- BaseTokenizerWithFakeCharacters - Class in org.apache.flex.compiler.internal.parsing.as
-
- BaseTokenizerWithFakeCharacters() - Constructor for class org.apache.flex.compiler.internal.parsing.as.BaseTokenizerWithFakeCharacters
-
- baseType - Variable in class org.apache.flex.compiler.problems.ImplicitCoercionToSubtypeProblem
-
- BaseTypedDefinitionNode - Class in org.apache.flex.compiler.internal.tree.as
-
Base class for definitions that have a type associated with them
- BaseTypedDefinitionNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseTypedDefinitionNode
-
Constructor.
- baseTypeNode - Variable in class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
- BaseVariableNode - Class in org.apache.flex.compiler.internal.tree.as
-
Base class for variables, including both traditional variables as well as
arguments
- BaseVariableNode(IdentifierNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
Constructor.
- BaseVariableNode(IdentifierNode, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
Constructor.
- BasicMetaTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
-
- BasicMetaTagNode(String) - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.BasicMetaTagNode
-
Constructor.
- BasicMetaTagNode(MetaTagNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.BasicMetaTagNode
-
Copy constructor.
- beforeVariable() - Method in interface org.apache.flex.compiler.asdoc.IASParserASDocDelegate
-
Called by the
ASParser
before a variable is parsed.
- BEGINS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- BEGINS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- BEGINS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- BEGINS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- BEGINS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- BEGINS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- BEVEL - Static variable in class org.apache.flex.swf.types.Filter
-
- BevelFilter - Class in org.apache.flex.swf.types
-
The Bevel filter creates a smooth bevel on display list objects.
- BevelFilter() - Constructor for class org.apache.flex.swf.types.BevelFilter
-
- BevelFilterNode - Class in org.apache.flex.compiler.internal.fxg.dom.filters
-
- BevelFilterNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.filters.BevelFilterNode
-
- BevelType - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The BevelType enumeration determines where on an object a bevel should be
placed.
- BF_15BIT_RGB_IMAGE - Static variable in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- BF_24BIT_RGB_IMAGE - Static variable in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- BF_8BIT_COLORMAPPED_IMAGE - Static variable in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- BINARY - Static variable in class org.apache.flex.swf.io.SizeReport
-
- binaryExpr() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Binary expression uses operator precedence parser in BaseASParser.
- BinaryOperatorAsNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the 'as
' operator.
- BinaryOperatorAsNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAsNode
-
Constructor.
- BinaryOperatorAsNode(BinaryOperatorAsNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAsNode
-
Copy constructor.
- BinaryOperatorAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '=
' operator.
- BinaryOperatorAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAssignmentNode
-
Constructor.
- BinaryOperatorAssignmentNode(BinaryOperatorAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAssignmentNode
-
Copy constructor.
- BinaryOperatorBitwiseAndAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '&=
' operator.
- BinaryOperatorBitwiseAndAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndAssignmentNode
-
Constructor.
- BinaryOperatorBitwiseAndAssignmentNode(BinaryOperatorBitwiseAndAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndAssignmentNode
-
Copy constructor.
- BinaryOperatorBitwiseAndNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '&
' operator.
- BinaryOperatorBitwiseAndNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndNode
-
Constructor.
- BinaryOperatorBitwiseAndNode(BinaryOperatorBitwiseAndNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndNode
-
Copy constructor.
- BinaryOperatorBitwiseLeftShiftAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '<<=
' operator.
- BinaryOperatorBitwiseLeftShiftAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftAssignmentNode
-
Constructor.
- BinaryOperatorBitwiseLeftShiftAssignmentNode(BinaryOperatorBitwiseLeftShiftAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftAssignmentNode
-
Copy constructor.
- BinaryOperatorBitwiseLeftShiftNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '<<
' operator.
- BinaryOperatorBitwiseLeftShiftNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftNode
-
Constructor.
- BinaryOperatorBitwiseLeftShiftNode(BinaryOperatorBitwiseLeftShiftNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftNode
-
Copy constructor.
- BinaryOperatorBitwiseOrAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '|=
' operator.
- BinaryOperatorBitwiseOrAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrAssignmentNode
-
Constructor.
- BinaryOperatorBitwiseOrAssignmentNode(BinaryOperatorBitwiseOrAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrAssignmentNode
-
Copy constructor.
- BinaryOperatorBitwiseOrNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '|
' operator.
- BinaryOperatorBitwiseOrNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrNode
-
Constructor.
- BinaryOperatorBitwiseOrNode(BinaryOperatorBitwiseOrNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrNode
-
Copy constructor.
- BinaryOperatorBitwiseRightShiftAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '>>=
' operator.
- BinaryOperatorBitwiseRightShiftAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftAssignmentNode
-
Constructor.
- BinaryOperatorBitwiseRightShiftAssignmentNode(BinaryOperatorBitwiseRightShiftAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftAssignmentNode
-
Copy constructor.
- BinaryOperatorBitwiseRightShiftNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '>>
' operator.
- BinaryOperatorBitwiseRightShiftNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftNode
-
Constructor.
- BinaryOperatorBitwiseRightShiftNode(BinaryOperatorBitwiseRightShiftNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftNode
-
Copy constructor.
- BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '>>>=
' operator.
- BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode
-
Constructor.
- BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode(BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode
-
Copy constructor.
- BinaryOperatorBitwiseUnsignedRightShiftNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '>>>
' operator.
- BinaryOperatorBitwiseUnsignedRightShiftNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftNode
-
Constructor.
- BinaryOperatorBitwiseUnsignedRightShiftNode(BinaryOperatorBitwiseUnsignedRightShiftNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftNode
-
Copy constructor.
- BinaryOperatorBitwiseXorAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '^=
' operator.
- BinaryOperatorBitwiseXorAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorAssignmentNode
-
Constructor.
- BinaryOperatorBitwiseXorAssignmentNode(BinaryOperatorBitwiseXorAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorAssignmentNode
-
Copy constructor.
- BinaryOperatorBitwiseXorNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '^
' operator.
- BinaryOperatorBitwiseXorNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorNode
-
Constructor.
- BinaryOperatorBitwiseXorNode(BinaryOperatorBitwiseXorNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorNode
-
Copy constructor.
- BinaryOperatorCommaNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the ',
' operator.
- BinaryOperatorCommaNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorCommaNode
-
Constructor.
- BinaryOperatorCommaNode(BinaryOperatorCommaNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorCommaNode
-
Copy constructor.
- BinaryOperatorDivisionAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '/=
' operator.
- BinaryOperatorDivisionAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionAssignmentNode
-
Constructor.
- BinaryOperatorDivisionAssignmentNode(BinaryOperatorDivisionAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionAssignmentNode
-
Copy constructor.
- BinaryOperatorDivisionNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '/
' operator.
- BinaryOperatorDivisionNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionNode
-
Constructor.
- BinaryOperatorDivisionNode(BinaryOperatorDivisionNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionNode
-
Copy constructor.
- BinaryOperatorEqualNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '==
' operator.
- BinaryOperatorEqualNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorEqualNode
-
Constructor.
- BinaryOperatorEqualNode(BinaryOperatorEqualNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorEqualNode
-
Copy constructor.
- BinaryOperatorGreaterThanEqualsNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '>=
' operator.
- BinaryOperatorGreaterThanEqualsNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanEqualsNode
-
Constructor.
- BinaryOperatorGreaterThanEqualsNode(BinaryOperatorGreaterThanEqualsNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanEqualsNode
-
Copy constructor.
- BinaryOperatorGreaterThanNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '>
' operator.
- BinaryOperatorGreaterThanNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanNode
-
Constructor.
- BinaryOperatorGreaterThanNode(BinaryOperatorGreaterThanNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanNode
-
Copy constructor.
- BinaryOperatorInNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the 'in
' operator.
- BinaryOperatorInNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInNode
-
Constructor.
- BinaryOperatorInNode(BinaryOperatorInNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInNode
-
Copy constructor.
- BinaryOperatorInstanceOfNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the 'instanceof
' operator.
- BinaryOperatorInstanceOfNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInstanceOfNode
-
Constructor.
- BinaryOperatorInstanceOfNode(BinaryOperatorInstanceOfNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInstanceOfNode
-
Copy constructor.
- BinaryOperatorIsNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the 'is
' operator.
- BinaryOperatorIsNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorIsNode
-
Constructor.
- BinaryOperatorIsNode(BinaryOperatorIsNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorIsNode
-
Copy constructor.
- BinaryOperatorLessThanEqualsNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '<=
' operator.
- BinaryOperatorLessThanEqualsNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanEqualsNode
-
Constructor.
- BinaryOperatorLessThanEqualsNode(BinaryOperatorLessThanEqualsNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanEqualsNode
-
Copy constructor.
- BinaryOperatorLessThanNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '<
' operator.
- BinaryOperatorLessThanNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanNode
-
Constructor.
- BinaryOperatorLessThanNode(BinaryOperatorLessThanNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanNode
-
Copy constructor.
- BinaryOperatorLogicalAndAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '&&=
' operator.
- BinaryOperatorLogicalAndAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndAssignmentNode
-
Constructor.
- BinaryOperatorLogicalAndAssignmentNode(BinaryOperatorLogicalAndAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndAssignmentNode
-
Copy constructor.
- BinaryOperatorLogicalAndNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '&&
' operator.
- BinaryOperatorLogicalAndNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndNode
-
Constructor.
- BinaryOperatorLogicalAndNode(BinaryOperatorLogicalAndNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndNode
-
Copy constructor.
- BinaryOperatorLogicalOrAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '||=
' operator.
- BinaryOperatorLogicalOrAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrAssignmentNode
-
Constructor.
- BinaryOperatorLogicalOrAssignmentNode(BinaryOperatorLogicalOrAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrAssignmentNode
-
Copy constructor.
- BinaryOperatorLogicalOrNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '||
' operator.
- BinaryOperatorLogicalOrNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrNode
-
Constructor.
- BinaryOperatorLogicalOrNode(BinaryOperatorLogicalOrNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrNode
-
Copy constructor.
- BinaryOperatorMinusAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '-=
' operator.
- BinaryOperatorMinusAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusAssignmentNode
-
Constructor.
- BinaryOperatorMinusAssignmentNode(BinaryOperatorMinusAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusAssignmentNode
-
Copy constructor.
- BinaryOperatorMinusNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '-
' operator.
- BinaryOperatorMinusNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusNode
-
Constructor.
- BinaryOperatorMinusNode(BinaryOperatorMinusNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusNode
-
Copy constructor.
- BinaryOperatorModuloAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '%=
' operator.
- BinaryOperatorModuloAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloAssignmentNode
-
Constructor.
- BinaryOperatorModuloAssignmentNode(BinaryOperatorModuloAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloAssignmentNode
-
Copy constructor.
- BinaryOperatorModuloNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '%
' operator.
- BinaryOperatorModuloNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloNode
-
Constructor.
- BinaryOperatorModuloNode(BinaryOperatorModuloNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloNode
-
Copy constructor.
- BinaryOperatorMultiplicationAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '*=
' operator.
- BinaryOperatorMultiplicationAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationAssignmentNode
-
Constructor.
- BinaryOperatorMultiplicationAssignmentNode(BinaryOperatorMultiplicationAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationAssignmentNode
-
Copy constructor.
- BinaryOperatorMultiplicationNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '*
' operator.
- BinaryOperatorMultiplicationNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationNode
-
Constructor.
- BinaryOperatorMultiplicationNode(BinaryOperatorMultiplicationNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationNode
-
Copy constructor.
- BinaryOperatorNodeBase - Class in org.apache.flex.compiler.internal.tree.as
-
Abstract base class for all binary operator nodes.
- BinaryOperatorNodeBase(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
Constructor.
- BinaryOperatorNodeBase(BinaryOperatorNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
Copy constructor.
- BinaryOperatorNotEqualNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '!
- BinaryOperatorNotEqualNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNotEqualNode
-
Constructor.
- BinaryOperatorNotEqualNode(BinaryOperatorNotEqualNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNotEqualNode
-
Copy constructor.
- BinaryOperatorPlusAssignmentNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '+=
' operator.
- BinaryOperatorPlusAssignmentNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusAssignmentNode
-
Constructor.
- BinaryOperatorPlusAssignmentNode(BinaryOperatorPlusAssignmentNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusAssignmentNode
-
Copy constructor.
- BinaryOperatorPlusNode - Class in org.apache.flex.compiler.internal.tree.as
-
Subclass of
BinaryOperatorNodeBase
for the '+
' operator.
- BinaryOperatorPlusNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusNode
-
Constructor.
- BinaryOperatorPlusNode(BinaryOperatorPlusNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusNode
-
Copy constructor.
- binaryOperators() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Declares all the binary operators.
- BinaryOperatorStrictEqualNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '===
' operator.
- BinaryOperatorStrictEqualNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictEqualNode
-
Constructor.
- BinaryOperatorStrictEqualNode(BinaryOperatorStrictEqualNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictEqualNode
-
Copy constructor.
- BinaryOperatorStrictNotEqualNode - Class in org.apache.flex.compiler.internal.tree.as
-
Final subclass of
BinaryOperatorNodeBase
for the '!
- BinaryOperatorStrictNotEqualNode(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictNotEqualNode
-
Constructor.
- BinaryOperatorStrictNotEqualNode(BinaryOperatorStrictNotEqualNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictNotEqualNode
-
Copy constructor.
- BINDABLE - Static variable in class org.apache.flex.compiler.internal.as.codegen.BindableHelper
-
- BINDABLE - Variable in class org.apache.flex.compiler.problems.GlobalBindablePropertyProblem
-
- BINDABLE - Variable in class org.apache.flex.compiler.problems.InterfaceBindablePropertyProblem
-
- BINDABLE - Variable in class org.apache.flex.compiler.problems.LocalBindablePropertyProblem
-
- BindableHelper - Class in org.apache.flex.compiler.internal.as.codegen
-
Contains helper methods to generate the appropriate code for classes and properties
marked bindable.
- BindableHelper() - Constructor for class org.apache.flex.compiler.internal.as.codegen.BindableHelper
-
- bindableNamespaceDefinition - Static variable in class org.apache.flex.compiler.internal.as.codegen.BindableHelper
-
The namespace to put compiler generated members into so that they do not conflict with any user defined
members.
- Binding - Class in org.apache.flex.compiler.internal.as.codegen
-
A Binding collects information about a name that
is relevant to the code generator:
Semantic definition
Local register access instructions --
cached here so they can be shared and
assigned concrete registers at function wrapup.
- Binding() - Constructor for class org.apache.flex.compiler.internal.as.codegen.Binding
-
Construct an empty Binding.
- Binding(IASNode, Name, IDefinition) - Constructor for class org.apache.flex.compiler.internal.as.codegen.Binding
-
Construct a Binding.
- Binding(IASNode, Binding) - Constructor for class org.apache.flex.compiler.internal.as.codegen.Binding
-
Construct a Binding with the given node, but that otherwise has the same
properties as the other binding passed in.
- BINDING - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
<Binding>
tag.
- Binding - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- binding - Static variable in class org.apache.flex.utils.Trace
-
- Binding.SharedBindingInfo - Class in org.apache.flex.compiler.internal.as.codegen
-
Data structure to hold information that can be shared between many bindings.
- Binding.SharedBindingInfo(Name, IDefinition) - Constructor for class org.apache.flex.compiler.internal.as.codegen.Binding.SharedBindingInfo
-
- BindingAnalyzer - Class in org.apache.flex.compiler.internal.codegen.databinding
-
Does an analysis of a single binding expressions.
- BindingAnalyzer() - Constructor for class org.apache.flex.compiler.internal.codegen.databinding.BindingAnalyzer
-
- BindingCodeGenUtils - Class in org.apache.flex.compiler.internal.codegen.databinding
-
A bunch of static, low level helpers for generating instruction lists
In this case, low-level means that these utilities don't know anything about
our Databinding analysis strategy, what watchers are (other than some sdk class), directive processors etc..
- BindingDatabase - Class in org.apache.flex.compiler.internal.codegen.databinding
-
After all the bindings in an MXML document (class) are analyzed, this
database will have all the information required to CG the getters, bindings, and watchers
Note that part of the division of labor is that that the database and the analyzers is uses to get
its data know about parse tree nodes, but clients of the database should not need to know about nodes.
- BindingDatabase() - Constructor for class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
- BindingDestinationMaker - Class in org.apache.flex.compiler.internal.codegen.databinding
-
Utility class for analyze binding destinations and making
"destination functions" for them.
- BindingDestinationMaker() - Constructor for class org.apache.flex.compiler.internal.codegen.databinding.BindingDestinationMaker
-
- BindingDestinationMaker.Destination - Class in org.apache.flex.compiler.internal.codegen.databinding
-
- BindingDestinationMaker.Destination(IExpressionNode, boolean) - Constructor for class org.apache.flex.compiler.internal.codegen.databinding.BindingDestinationMaker.Destination
-
- BindingInfo - Class in org.apache.flex.compiler.internal.codegen.databinding
-
data that describes a single databinding expression.
- BindingInfo(IMXMLDataBindingNode, int, MXMLClassDirectiveProcessor) - Constructor for class org.apache.flex.compiler.internal.codegen.databinding.BindingInfo
-
This form of the constructor is used for the "normal" case,
like
In this case the node MUST be either a MXMLDataBindingNode or
MXMLConcatenatedDataBindingNode
- BindingInfo(IMXMLBindingNode, int, MXMLClassDirectiveProcessor, boolean) - Constructor for class org.apache.flex.compiler.internal.codegen.databinding.BindingInfo
-
Constructor for use with a BindingNode.
- bindingInfoList - Variable in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
all of the bindings that wish to listen to this watcher
- BindingManager - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- bindingMap - Static variable in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
- bindingXMLName - Variable in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
- bitmap(BitmapGraphicNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- BITMAP - Static variable in class org.apache.flex.swf.io.SizeReport
-
- bitmapFillMatrix(BitmapFillNode, DefineImage, Rect) - Static method in class org.apache.flex.compiler.internal.fxg.swf.TypeHelper
-
- bitmapFillModeIsRepeat(BitmapFillNode) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ImageHelper
-
Determines whether the bitmap fill mode is repeat.
- BitmapFillNode - Class in org.apache.flex.compiler.internal.fxg.dom.fills
-
- BitmapFillNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.fills.BitmapFillNode
-
- BitmapGraphicNode - Class in org.apache.flex.compiler.internal.fxg.dom
-
- BitmapGraphicNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.BitmapGraphicNode
-
- bitmapImageNeedsClipping(DefineImage, BitmapGraphicNode) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ImageHelper
-
Determines whether the bitmap image should be clipped.
- BITS_TAG_LENGTH - Static variable in class org.apache.flex.swf.io.SWFReader
-
The lower 6 bits in the TagCodeAndLength field in the SWF tag header is
the tag length.
- bitStream - Variable in class org.apache.flex.swf.io.SWFReader
-
SWF input bit stream.
- blendMode - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- blendMode - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContext
-
- BlendMode - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The BlendMode enumeration determines which blend mode to use when
compositing with the background.
- Block - Class in org.apache.flex.abc.semantics
-
Block implements
IBasicBlock
and is
the normal representation of a vertex in a
method's flowgraph.
- Block() - Constructor for class org.apache.flex.abc.semantics.Block
-
- block(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a block.
- BLOCK_END - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- BLOCK_END - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- BLOCK_END - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- BLOCK_END - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- BLOCK_END - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- BLOCK_END - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- BLOCK_OPEN - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- BLOCK_OPEN - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- BLOCK_OPEN - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- BLOCK_OPEN - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- BLOCK_OPEN - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- BLOCK_OPEN - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- BlockNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing a block, but not one with an
explicit scope
- BlockNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.BlockNode
-
Constructor.
- blockProgression - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- blockProgression - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- blockProgression - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.ParagraphNode
-
- blockProgression - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- BlockProgression - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The BlockProgression class.
- blocksInControlFlowOrder() - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Get an iterator that will iterate over the blocks in the control flow
graph in control flow order.
- blocksInControlFlowOrder() - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Get an iterator that will iterate over the blocks in the graph.
- blue - Variable in class org.apache.flex.swf.types.RGB
-
- blueMultiplier - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.ColorTransformNode
-
- blueOffset - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.ColorTransformNode
-
- BLUR - Static variable in class org.apache.flex.swf.types.Filter
-
- BlurFilter - Class in org.apache.flex.swf.types
-
The blur filter is based on a sub-pixel precise median filter (also known as
a box filter).
- BlurFilter() - Constructor for class org.apache.flex.swf.types.BlurFilter
-
- BlurFilterNode - Class in org.apache.flex.compiler.internal.fxg.dom.filters
-
- BlurFilterNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.filters.BlurFilterNode
-
- blurX - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.BevelFilterNode
-
- blurX - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.BlurFilterNode
-
- blurX - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
-
- blurX - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GlowFilterNode
-
- blurX - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
-
- blurX - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
-
- blurY - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.BevelFilterNode
-
- blurY - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.BlurFilterNode
-
- blurY - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
-
- blurY - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GlowFilterNode
-
- blurY - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
-
- blurY - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
-
- Boolean - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- BOOLEAN - Static variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.TypeMismatch
-
- BOOLEAN - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the tag representing the ActionScript
Boolean
type.
- BOOLEAN_CONSTRUCTOR_WITH_NO_ARGS - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Boolean()
with no arguments returns false
in ActionScript 3.0.
- bottomLeftRadiusX - Variable in class org.apache.flex.compiler.internal.fxg.dom.RectNode
-
- bottomLeftRadiusY - Variable in class org.apache.flex.compiler.internal.fxg.dom.RectNode
-
- bottomRightRadiusX - Variable in class org.apache.flex.compiler.internal.fxg.dom.RectNode
-
- bottomRightRadiusY - Variable in class org.apache.flex.compiler.internal.fxg.dom.RectNode
-
- bounds - Variable in class org.apache.flex.swf.types.GlyphEntry
-
The bounds of the GlyphEntry.
- bracketExpression(ExpressionNodeBase) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a bracket expression.
- branch(Instruction, IBasicBlock) - Method in interface org.apache.flex.abc.models.FrameModelVisitor
-
Handle a branch instruction.
- BREAK - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- breakOpportunity - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- breakOpportunity - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- BreakOpportunity - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The BreakOpportunity class.
- breakOrContinueStatement(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a "break statement" or a "continue statement".
- brief(String, String, LocalizationManager, String) - Static method in class org.apache.flex.compiler.config.CommandLineConfigurator
-
- BRNode - Class in org.apache.flex.compiler.internal.fxg.dom.richtext
-
Represents a <br /> child tag of FXG <RichText> content.
- BRNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.richtext.BRNode
-
- BRNode - Class in org.apache.flex.compiler.internal.fxg.dom.text
-
Represents a <br /> child tag of FXG <TextGraphic> content.
- BRNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.text.BRNode
-
- buffer() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
returns the current active buffer. this will change and is not constant
- buffer() - Method in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
returns the current active buffer.
- bufferToken - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
token that we may need to return for rules that may return more than one
token
- build(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.clients.Optimizer.OptimizerSWFTarget
-
- build() - Method in class org.apache.flex.compiler.internal.abc.ABCScopeBuilder
-
Build scopes and symbol tables from ABC.
- build(Token) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseMetaTagParser
-
- build() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLScopeBuilder
-
Builds the file scope for the MXML file.
- build(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWCTarget
-
- build(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
- build() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Builds an MXML tree.
- build(Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.targets.ISWCTarget
-
Build the target SWC and collect problems.
- build(Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.targets.ISWFTarget
-
Adds frames and tags to those frames for all the content generated by the
target.
- build() - Method in interface org.apache.flex.swf.builders.ITagBuilder
-
- build() - Method in class org.apache.flex.swf.builders.ShapeBuilder
-
- buildABC(ICompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SkinTranscoder
-
Build ABC to represent the embedded asset class
- buildABC(ICompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
Build ABC to represent the embedded asset class
- buildAggregateToken(int) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
Build a token from the aggregation buffer.
- buildAggregateToken(int) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Build a token from the current aggregated text and the given type
- buildAggregateToken(int) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Build a token from the current aggregated text and the given type
- buildAllCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Discovers all the compilation units (roots and dependencies) that will be
linked into the target.
- buildAnyType(IASToken) - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents *
.
- buildAnyType() - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents *
.
- buildArtifact() - Method in class org.apache.flex.compiler.clients.ASDOC
-
Build SWC library artifact.
- buildArtifact() - Method in class org.apache.flex.compiler.clients.COMPC
-
Build SWC library artifact.
- buildArtifact() - Method in class org.apache.flex.compiler.clients.MXMLC
-
Build target artifact.
- buildAST(Collection<ICompilerProblem>, String) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.MovieTranscoder
-
- buildAST(Collection<ICompilerProblem>, String) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.PBJTranscoder
-
- buildAST(Collection<ICompilerProblem>, String) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SkinTranscoder
-
Build an AST to represent the embedded asset class
- buildAST(Collection<ICompilerProblem>, String) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
Build an AST to represent the embedded asset class
- buildAST(Collection<ICompilerProblem>, String) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.XMLTranscoder
-
- buildAttributeString(boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
For unit tests only.
- buildBinaryDataTag(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
- buildBindableGetter(String) - Method in class org.apache.flex.compiler.internal.tree.as.BaseTypedDefinitionNode
-
- buildBindableSetter(String, ASScope, IReference) - Method in class org.apache.flex.compiler.internal.tree.as.BaseTypedDefinitionNode
-
- BuildCanceledException - Exception in org.apache.flex.compiler.exceptions
-
This exception is thrown when the build of a target is canceled
- BuildCanceledException() - Constructor for exception org.apache.flex.compiler.exceptions.BuildCanceledException
-
- buildCloseBraceToken() - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildCloseParenToken() - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildContingentDefinitions() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Build any contingent definitions that may be required for the class such
as hostComponent.
- buildDumpString(boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- buildDumpString(boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- buildE4XTextToken(int) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
Build an e4x text token from a given entity type.
- buildEmptySWF() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
Creates a new instance of a SWF.
- buildEventParameter(IReference) - Method in class org.apache.flex.compiler.internal.definitions.mxml.MXMLEventHandlerScope
-
- buildExplicitMemberDefs(TypeScope) - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Method that will only build the explicit definitions for this AS3 class.
- buildFinished() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Gets called when build operation finishes.
- buildIdentifierToken(String, int) - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildIdentifierToken(String) - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildImportFromPackageName(IWorkspace, String) - Static method in class org.apache.flex.compiler.common.ASImportTarget
-
Create an ASImport from a package name (as it appears in a package definition)
- buildImportFromXMLNamespace(IWorkspace, String) - Static method in class org.apache.flex.compiler.common.ASImportTarget
-
Create an ASImport from a package-style XML namespace
- buildImportNode(String) - Static method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
Builds an ImportNode for a qname.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.ConstantDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Used only for debugging, as part of
DefinitionBase.toString()
.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.GetterDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.InterfaceDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.PackageDefinition
-
Used only for debugging, as part of
DefinitionBase.toString()
.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.ParameterDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.SetterDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.definitions.VariableDefinition
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.ConfigConditionBlockNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.KeywordNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.LiteralNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.ModifierNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
For debugging only.
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.OperatorNodeBase
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- buildInnerString(StringBuilder) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
For debugging only.
- buildMessage() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
- buildMetaTag(IFileSpecification, IDefinition) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- buildMetaTag(IFileSpecification, IDefinition) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.ResourceBundleTagNode
-
- buildMetaTags(IFileSpecification, IDefinition) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
-
- buildNameToken(String) - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildOpenBraceToken() - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildOpenParenToken() - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildOuterDocumentMember(IReference) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- buildQNameToDefinitionMap(Collection<IClassDefinition>) - Static method in class org.apache.flex.compiler.internal.css.semantics.CSSSemanticAnalyzer
-
Build a map from QNames to class definitions.
- buildRest(IASToken) - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents ...
- buildRest() - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents ...
- buildScalingGrid() - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ScalableTranscoder
-
- buildSprite(List<ITag>, int, DefineScalingGridTag, Collection<ITag>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ScalableTranscoder
-
- buildStarted() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Gets called when build operation starts.
- buildString(StringBuilder, boolean) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Used only for debugging, as part of
DefinitionBase.toString()
.
- buildStringRecursive(StringBuilder, int, boolean) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
For debugging only.
- buildStringToken(String) - Static method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
- buildSuper(IASToken) - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents
super
.
- buildSuper() - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents
super
.
- buildThis(IASToken) - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents this
.
- buildThis() - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents this
.
- buildToken(int, int, int, int, int, CharSequence) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- buildToken(int) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Builds a token with the specified type and text, using the current
getOffset(), getLine(), and getColumn().
- buildToken(int, String) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Build a token of the specified type, using the current yytext(),
getOffset(), getLine(), and getColumn().
- buildToken(int, int, int, int, int, String) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseTokenizerWithFakeCharacters
-
Build a token of the appropriate type (used when we need to truncate a
token to strip out fake characters in removeFakeTokens)
- buildToken(int, int, int, int, int, String) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- buildToken(int, String) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Builds a token with the specified type and text, using the current
getOffset(), getLine(), and getColumn().
- buildToken(int) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Build a token of the specified type, using the current yytext(),
getOffset(), getLine(), and getColumn().
- buildTokenList(MXMLToken, List<MXMLToken>) - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLTokenizer
-
Handles the addition of tokens to the internal token list.
- buildVoid(IASToken) - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents this
.
- buildVoid() - Static method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Builds a
LanguageIdentifierNode
that represents this
.
- builtinReference(IASLanguageConstants.BuiltinType) - Static method in class org.apache.flex.compiler.definitions.references.ReferenceFactory
-
- BuiltinReference - Class in org.apache.flex.compiler.internal.definitions.references
-
Implementation of
IReference
representing one of the builtin types,
such as Object
, String
or Array
.
- BuiltinReference(IASLanguageConstants.BuiltinType) - Constructor for class org.apache.flex.compiler.internal.definitions.references.BuiltinReference
-
Constructor.
- BUILTINS - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
-
List of builtin namespaces found in AS3
- BUILTINS_SET - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
-
Set of builtin namespaces found in AS3
- builtinType - Variable in class org.apache.flex.compiler.problems.MissingBuiltinProblem
-
- bundleName - Variable in class org.apache.flex.compiler.problems.ResourceBundleNotFoundProblem
-
- burm(IASNode) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- burm(IASNode, int) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- burm(IASNode) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- burm(IASNode, int) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- burm(ICSSNode) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- burm(ICSSNode, int) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- burm(ICSSNode) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- burm(ICSSNode, int) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- BURMAbortException - Exception in org.apache.flex.compiler.exceptions
-
A BURMAbortException terminates a BURM and
signals the code generator that the BURM's
results are not valid.
- BURMDiagnosticForEachExpectedInProblem - Class in org.apache.flex.compiler.problems
-
ForEachExpectInBURMDiagnostic signals the presence
of a specific error condition -- a for each loop with no in clause.
- BURMDiagnosticForEachExpectedInProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.BURMDiagnosticForEachExpectedInProblem
-
- BURMDiagnosticNotAllowedHereProblem - Class in org.apache.flex.compiler.problems
-
BURMDiagnosticNotAllowedHere is emitted by error
analysis routines.
- BURMDiagnosticNotAllowedHereProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.BURMDiagnosticNotAllowedHereProblem
-
- BURMPatternMatchFailureProblem - Class in org.apache.flex.compiler.problems
-
BURMPatternMatchFailure is an internal failure that
is generated when the code generator's pattern matcher
cannot find any valid reduction for an AST.
- BURMPatternMatchFailureProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.BURMPatternMatchFailureProblem
-
- ButtonRecord - Class in org.apache.flex.swf.types
-
A button record defines a character to be displayed in one or more button
states.
- ButtonRecord() - Constructor for class org.apache.flex.swf.types.ButtonRecord
-
- byPassConfigurationsRequiringFlexSDK() - Method in class org.apache.flex.compiler.clients.Optimizer.OptimizerConfigurator
-
By-pass the configurations that requires Flex SDK.
- byPassConfigurationsRequiringFlexSDK() - Method in class org.apache.flex.compiler.config.Configurator
-
By-pass the configurations that requires Flex SDK.
- byteAlign() - Method in class org.apache.flex.swf.io.InputBitStream
-
Discard the data left in the bit value cache.
- byteAlign() - Method in class org.apache.flex.swf.io.OutputBitStream
-
- byteArrayNamePostfix - Static variable in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
C
- c - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.MatrixNode
-
- c - Variable in class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- c2h(String) - Static method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
convert StudlyCaps or camelCase to hyphenated
- cache - Static variable in class org.apache.flex.utils.Trace
-
- CacheStoreKeyBase - Class in org.apache.flex.compiler.internal.caches
-
Key object for
ConcurrentCacheStoreBase
.
- CacheStoreKeyBase() - Constructor for class org.apache.flex.compiler.internal.caches.CacheStoreKeyBase
-
- calculateBytesChanged(Collection<ICompilationUnit>) - Static method in class org.apache.flex.compiler.internal.graph.InvalidationBytesCalculator
-
- calculateMinFillUBits(Styles) - Static method in class org.apache.flex.swf.types.Styles
-
Calculate number of bits needed for fill style array length.
- calculateMinLineUBits(Styles) - Static method in class org.apache.flex.swf.types.Styles
-
Calculate number of bits needed for line style array length.
- calculateTotalInvalidatedBytesChanged(Collection<ICompilationUnit>) - Static method in class org.apache.flex.compiler.internal.graph.InvalidationBytesCalculator
-
Calculates how many bytes needs to be recompiled for each unit in the list of units
This will walk through the graph for each unit and add up the number of bytes for
each unique compilation unit that needs to be changed.
- caller - Static variable in class org.apache.flex.utils.Trace
-
- CallNonFunctionProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker detects a call to function that isn't of type function.
- CallNonFunctionProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.CallNonFunctionProblem
-
- CallUndefinedMethodProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker detects a call to an undefined method.
- CallUndefinedMethodProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.CallUndefinedMethodProblem
-
- canCacheMetaTags() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
If a classes containing file has includes, it's metadata values cannot be
cached
- canCauseContainmentProblems() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
Determine whether or not this token is capable of causing a containment
problem.
- canContinueContainmentSearch(IASNode, IASNode, int, boolean) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
-
- canContinueContainmentSearch(IASNode, IASNode, int, boolean) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- canCreateCompilationUnit(File) - Method in class org.apache.flex.compiler.internal.units.SourceCompilationUnitFactory
-
Determines if there is a registered handler that can handle the specified
File.
- canCreateCompilationUnitForFileType(String) - Method in class org.apache.flex.compiler.internal.units.SourceCompilationUnitFactory
-
Determines if there is a registered handler for the file type associated
with the specified file extension ( without the dot eg:
as
, not .as
).
- canCreateInvisibleCompilationUnit() - Method in class org.apache.flex.compiler.internal.projects.ASSourceFileHandler
-
- canCreateInvisibleCompilationUnit() - Method in class org.apache.flex.compiler.internal.projects.FXGSourceFileHandler
-
- canCreateInvisibleCompilationUnit() - Method in interface org.apache.flex.compiler.internal.projects.ISourceFileHandler
-
Determines if the handler can create invisible compilation units.
- canCreateInvisibleCompilationUnit() - Method in class org.apache.flex.compiler.internal.projects.MXMLSourceFileHandler
-
- canCreateInvisibleCompilationUnit() - Method in class org.apache.flex.compiler.internal.projects.ResourceBundleSourceFileHandler
-
- canCreateInvisibleCompilationUnit(File) - Method in class org.apache.flex.compiler.internal.units.SourceCompilationUnitFactory
-
Determines if an invisible
ICompilationUnit
can be created for
the specified file.
- canDelegateLookupToContainingScope(String) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Is it ok to skip this scope, and just ask the containing scope to perform
the lookup.
- canDelegateLookupToContainingScope(String) - Method in class org.apache.flex.compiler.internal.scopes.WithScope
-
A with scope can not simply delegate to the cotaining scope - while it
will not affect the namespace set, it will affect what we can
resolve/early bind to
- canEarlyBind(ICompilerProject, IDefinition) - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
Can this Node be early bound to the Definition it refers to.
- canExistInMetadata(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canExistInMetadata() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canFallThrough() - Method in interface org.apache.flex.abc.graph.IBasicBlock
-
Can this block's control fall through the end?
- canFallThrough() - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
- canFallThrough() - Method in class org.apache.flex.abc.semantics.Block
-
Determines if control can fall through the end of the Block.
- canFollowCloseTag(int) - Static method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLToken
-
- canFollowCloseTag() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLToken
-
- canFollowMetadata(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canFollowMetadata() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canFollowUserNamespace() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canFollowUserNamespaceAnnotation(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canFunctionBeInlined() - Method in class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
- canFunctionBeInlined(FunctionDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Test whether the specified function can be inlined.
- canGetterBeInlined(AccessorDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Test whether the getter for the specified accessor can be inlined
- canNestedFunctionBeHoisted(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Check if a nested function can have it's init instructions hoisted to the top of the
function it is contained in.
- CannotDeleteSuperDescendantsProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when the method body
semantic checker sees an attempt to delete descendants of
a superclass.
- CannotDeleteSuperDescendantsProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.CannotDeleteSuperDescendantsProblem
-
- CannotExtendClassProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when semantic analysis detects
an interface that extends a class.
- CannotExtendClassProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.CannotExtendClassProblem
-
- CannotExtendInterfaceProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a class specifies an interface as it's base class
- CannotExtendInterfaceProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.CannotExtendInterfaceProblem
-
- CannotExtendInterfaceProblem(IDefinition) - Constructor for class org.apache.flex.compiler.problems.CannotExtendInterfaceProblem
-
- CanNotInsertSemicolonProblem - Class in org.apache.flex.compiler.problems
-
The optional semicolon match failed in
IRepairingTokenBuffer.matchOptionalSemicolon()
.
- CanNotInsertSemicolonProblem(ASToken) - Constructor for class org.apache.flex.compiler.problems.CanNotInsertSemicolonProblem
-
- CannotResolveConfigExpressionProblem - Class in org.apache.flex.compiler.problems
-
Error to indicate a config namespace cannot be resolved
- CannotResolveConfigExpressionProblem(ConfigExpressionNode, String) - Constructor for class org.apache.flex.compiler.problems.CannotResolveConfigExpressionProblem
-
- CannotResolveProjectLevelConfigExpressionProblem - Class in org.apache.flex.compiler.problems
-
Error to indicate a config namespace cannot be resolved
- CannotResolveProjectLevelConfigExpressionProblem(String) - Constructor for class org.apache.flex.compiler.problems.CannotResolveProjectLevelConfigExpressionProblem
-
- canonicalFile(File) - Static method in class org.apache.flex.utils.FileUtils
-
- canonicalPath(File) - Static method in class org.apache.flex.utils.FileUtils
-
- canPreceedAnonymousFunction() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canPreceedE4X() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canPreceedE4X(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- canPreceedRegex(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
Check if regular-expression literal can follow a token of given type.
- canPreceedSignedOperator(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
Returns true if the token type can come before the operators
+
or -
- canPreceedSignedOperator() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
Returns true if the token can come before the operators
+
or
-
- canSetterBeInlined(AccessorDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Test whether the setter for the specified accessor can be inlined
- Capabilities - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- capacity() - Method in class org.apache.flex.utils.IntMap
-
- caps - Variable in class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
-
- Caps - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The Caps enumeration represents the type of line cap to use when painting
strokes.
- CASE - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- CASE - Variable in class org.apache.flex.compiler.problems.DuplicateSwitchCaseProblem
-
- caseClause(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a single "case" clause in a "switch" statement.
- caseClauses(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the "case" clauses in a "switch" statement.
- caseName - Variable in class org.apache.flex.compiler.problems.DuplicateSwitchCaseProblem
-
- cases(SwitchNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the "case" block in a "switch" statement.
- caseStatementList(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the statements in a "case" clause.
- castFunctionNode - Variable in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
Generated FunctionNode to represent cast function
- CATALOG_XML - Static variable in class org.apache.flex.swc.io.SWCReader
-
- CATCH - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- CATCH - Variable in class org.apache.flex.compiler.problems.MissingCatchOrFinallyProblem
-
- catchBlock(TryNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the "catch" block in a "try" statement.
- catchBlockArgument() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the argument in the "try...catch(arg)" statement.
- CatchNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing a catch block (catch (e:Exception)
{...})
- CatchNode(ParameterNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.CatchNode
-
Constructor
- CatchScope - Class in org.apache.flex.compiler.internal.scopes
-
ASScope
subclass for Catch block scopes.
- CatchScope(ASScope) - Constructor for class org.apache.flex.compiler.internal.scopes.CatchScope
-
- CDATA - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- cDataEnd - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- CDATANode - Class in org.apache.flex.compiler.internal.fxg.dom
-
A class to determine whether a node constitutes an CData in
a text flow.
- CDATANode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.CDATANode
-
- cDataStart - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- cdp - Variable in class org.apache.flex.compiler.internal.tree.mxml.MXMLDocumentNode
-
- chainedVariable(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a chained variable/constant definition.
- ChainedVariableNode - Class in org.apache.flex.compiler.internal.tree.as
-
- ChainedVariableNode(IdentifierNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
Constructor.
- CHANGES_IN_RESOLVE - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
__resolve
is deprecated.
- changeType(int) - Method in class org.apache.flex.compiler.internal.parsing.as.ASDocToken
-
- changeType(int) - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- changeType(int) - Method in class org.apache.flex.compiler.internal.parsing.as.MetaDataPayloadToken
-
- changeType(int) - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataToken
-
- changeType(int) - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLToken
-
- changeType(int) - Method in interface org.apache.flex.compiler.parsing.ICMToken
-
Changes the type of the token, and returns a new copy with the desired type.
- character - Variable in class org.apache.flex.swf.tags.PlaceObjectTag
-
- character - Variable in class org.apache.flex.swf.types.GlyphEntry
-
The character of the GlyphEntry.
- characterID - Variable in class org.apache.flex.compiler.problems.SWFCharacterIDNotFoundProblem
-
- CharacterIterableFactory - Class in org.apache.flex.swf.tags
-
Factory class to create an
Iterable
object from potentially several
iterable instances
- CharacterIterableFactory() - Constructor for class org.apache.flex.swf.tags.CharacterIterableFactory
-
- characters(char[], int, int) - Method in class org.apache.flex.compiler.internal.fxg.sax.FXGSAXScanner
-
- CharacterTag - Class in org.apache.flex.swf.tags
-
A SWF tag with a character ID.
- CharacterTag(TagType) - Constructor for class org.apache.flex.swf.tags.CharacterTag
-
Constructor.
- CHARLITERAL_IGNORE - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- charset - Variable in enum org.apache.flex.compiler.filespecs.CombinedFile.BOM
-
The Java
Charset
for this BOM header.
- CheapArray - Class in org.apache.flex.utils
-
A set of functions for managing Arrays of Objects in a memory efficient way.
- checkActionScriptWarning(int, boolean) - Method in class org.apache.flex.compiler.config.Configurator
-
Enables checking of ActionScript warnings.
- checkActionScriptWarning(int) - Method in interface org.apache.flex.compiler.config.ICompilerProblemSettings
-
Returns whether checking of a type ActionScript warning is enabled.
- checkActionScriptWarning(int) - Method in class org.apache.flex.compiler.internal.config.CompilerProblemSettings
-
- checkActionScriptWarning(int, boolean) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
Enables checking of the following ActionScript warnings:
--compiler.warn-array-tostring-changes
--compiler.warn-assignment-within-conditional
--compiler.warn-bad-array-cast
--compiler.warn-bad-bool-assignment
--compiler.warn-bad-date-cast
--compiler.warn-bad-es3-type-method
--compiler.warn-bad-es3-type-prop
--compiler.warn-bad-nan-comparison
--compiler.warn-bad-null-assignment
--compiler.warn-bad-null-comparison
--compiler.warn-bad-undefined-comparison
--compiler.warn-boolean-constructor-with-no-args
--compiler.warn-changes-in-resolve
--compiler.warn-class-is-sealed
--compiler.warn-const-not-initialized
--compiler.warn-constructor-returns-value
--compiler.warn-deprecated-event-handler-error
--compiler.warn-deprecated-function-error
--compiler.warn-deprecated-property-error
--compiler.warn-duplicate-argument-names
--compiler.warn-duplicate-variable-def
--compiler.warn-for-var-in-changes
--compiler.warn-import-hides-class
--compiler.warn-instance-of-changes
--compiler.warn-internal-error
--compiler.warn-level-not-supported
--compiler.warn-missing-namespace-decl
--compiler.warn-negative-uint-literal
--compiler.warn-no-constructor
--compiler.warn-no-explicit-super-call-in-constructor
--compiler.warn-no-type-decl
--compiler.warn-number-from-string-changes
--compiler.warn-scoping-change-in-this
--compiler.warn-slow-text-field-addition
--compiler.warn-unlikely-function-value
--compiler.warn-xml-class-has-changed
- checkAssignment(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Perform semantic checks on an assignment.
- checkAssignmentValue(IDefinition, IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Checks that the value (RHS) is appropriate, given the type of the LHS
- checkAssignToBracketExpr(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Perform semantic checks on an x[i] = rvalue assignment expression.
- checkAttributeValues(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.JPEGTranscoder
-
- checkAttributeValues(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ScalableTranscoder
-
- checkAttributeValues(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SkinTranscoder
-
Verify the attributes are valid for the specific transcoder
- checkAttributeValues(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
Verify the attributes are valid for the specific transcoder
- checkBinaryOp(IASNode, int) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
Perform semantic checks on a binary operator.
- checkBinaryOperator(IASNode, int) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a binary operator.
- checkBinaryOperator(IASNode, IASNode, IASNode, int) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a (possibly implicit) binary operator.
- checkBindableVariableDeclaration(IASNode, IDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check if we are allowed to declare a bindable variable at this location.
- checkClassField(VariableNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a class field declaration.
- checkCompoundAssignment(IASNode, Binding, int) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a compound assignment.
- checkConstantValue(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a constant value used in a non-initializer context.
- checkControlFlow(IASNode, MethodInfo, MethodBodyInfo) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Perform semantic checks that require flow-aware analysis.
- checkDefaultSuperCall(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check that a synthetic super() call is allowed by the class' superclass.
- checkDeleteExpr(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Perform semantic checks on a delete expression.
- checkExplicitSuperCall(IASNode, Vector<? extends Object>) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a super() or super(a,b,c) call.
- checkExternallyVisibleDefinitions(String) - Method in class org.apache.flex.compiler.internal.units.requests.ASFileScopeRequestResult
-
- checkExternallyVisibleDefinitions(String) - Method in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
- checkExternallyVisibleDefinitions(String) - Method in interface org.apache.flex.compiler.units.requests.IFileScopeRequestResult
-
Create compiler problems if the a definition with the specified dotted
qualified name is not defined in the
IASScope
s in this result
object or if there is an externally visible definition other than the
named definition.
- checkForDuplicateModifiers(BaseDefinitionNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Ensure that a definition does not have the same modifier more than once
- checkFunctionBody(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a function body's overall characteristics.
- checkFunctionCall(IASNode, Binding, Vector<? extends Object>) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a function call.
- checkFunctionDecl(IFunctionNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Do a semantic analysis of all the arguments of a function
- checkFunctionDefinition(IFunctionNode, FunctionDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a function definition.
- checkFunctionForConflictingDefinitions(IASNode, FunctionDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check for other definitions that might conflict with the function passed in.
- checkGetProperty(Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a getproperty operation.
- checkImplicitConversion(IASNode, IDefinition, FunctionDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check an implicit conversion.
- checkImportDirective(IImportNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check an import directive.
- checkIncDec(IASNode, boolean) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check foo++ and foo-- expressions.
- checkIncDec(IASNode, boolean, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check foo++ and foo-- expressions.
- checkInitialization(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Perform semantic checks on an initialization
- checkInitialValue(IVariableNode, Binding, PooledValue) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check the initial value of an
IVariableNode
.
- checkInterfaceFunctionForConflictingDefinitions(IASNode, FunctionDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check for other definitions that might conflict with the function passed in.
- checkLValue(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Perform semantic checks on an lvalue,
i.e., the target of an assignment
or other storage-mutating operation.
- checkMemberAccess(IASNode, Binding, int) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a member access expression.
- checkNamespaceDeclaration(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a namespace declaration.
- checkNamespaceOfDefinition(IASNode, IDefinition, ICompilerProject) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check that the namespace of the definition is valid
- checkNativeMethod(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
- checkNestedFunctionDecl(IFunctionNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Semantic analysis of a function declared inside another function.
- checkNewExpr(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a "new expression".
- checkNewExpr(IASNode, Binding, Vector<? extends Object>) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a new expression.
- checkQualifier(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check the qualifier of a qualified name ('a' in 'a::foo')
- checkReference(Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check for possible problems with a reference for an r-value.
- checkReference(Binding, boolean) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check for possible problems with a reference.
- checkRestParameter(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a rest parameter declaration (...rest)
- checkReturnValue(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a return expression that returns a value.
- checkReturnValueHasNoTypeDeclaration(LexicalScope, IFunctionNode, IFunctionDefinition) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Checks that a given function definition has a return type, and logs a problem if not
- checkReturnVoid(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a return expression that returns void.
- checkScopedToDefaultNamespaceProblem(LexicalScope, BaseDefinitionNode, IDefinition, String) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Check for identifiers that don't have a namespace quailifier.
- checkSimpleName(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a simple name reference.
- checkSuperAccess(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Ensure a super-qualified access is in an instance method.
- checkThrow(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a throw statement.
- checkTypeCheckImplicitConversion(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check an implicit conversion in an 'is' or 'as' binop
- checkTypeName(Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Verify that a named type exists.
- checkUnaryOp(IASNode, int) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
- checkUnaryOperator(IASNode, int) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a unary operator.
- checkUseNamespaceDirective(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a use namespace directive.
- checkVariableDeclaration(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a variable declaration.
- checkVariableForConflictingDefinitions(IASNode, VariableDefinition) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check for other definitions that might conflict with the variable passed in.
- checkVectorLiteral(IASNode, Binding) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check a Vector literal.
- child - Variable in class org.apache.flex.compiler.problems.FXGInvalidChildNodeProblem
-
- ChildManager - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- childNamespace - Variable in class org.apache.flex.compiler.problems.MXMLDuplicateChildTagProblem
-
- children - Variable in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
- children - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- children - Variable in class org.apache.flex.compiler.internal.fxg.dom.GroupDefinitionNode
-
- children - Variable in class org.apache.flex.compiler.internal.fxg.dom.GroupNode
-
- children - Variable in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler.Tree
-
- childSelector() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- childSelector() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- childSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- childSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- childTag - Variable in class org.apache.flex.compiler.problems.MXMLDuplicateChildTagProblem
-
- cInit - Variable in class org.apache.flex.abc.semantics.ClassInfo
-
The class' static initialization method.
- CircularDependencyException - Exception in org.apache.flex.compiler.exceptions
-
Exception thrown when a graph is found to contain a circular dependency.
- CircularDependencyException() - Constructor for exception org.apache.flex.compiler.exceptions.CircularDependencyException
-
Create a new CircularDependencyException.
- CircularDependencyException(List<?>) - Constructor for exception org.apache.flex.compiler.exceptions.CircularDependencyException
-
Creates a new CircularDependencyException with a circular dependency
that caused the exception.
- CircularTypeReferenceProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when there is a cycle in the inheritance or interface graph.
- CircularTypeReferenceProblem(IDefinition, String) - Constructor for class org.apache.flex.compiler.problems.CircularTypeReferenceProblem
-
- CLASS - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- Class - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- CLASS - Static variable in annotation type org.apache.flex.compiler.internal.config.annotations.Arguments
-
path-element
is a commonly used argument name for options taking
a file path.
- CLASS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the tag representing the ActionScript
Class
type.
- CLASS - Variable in class org.apache.flex.compiler.problems.CannotExtendClassProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.CannotExtendInterfaceProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.DuplicateClassDefinitionProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.DuplicateInterfaceProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.DynamicNotOnClassProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.FinalOutsideClassProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.IncompatibleInterfaceMethodProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.InvalidNamespaceProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.InvalidOverrideProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.InvalidPrivateNamespaceAttrProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.InvalidPrivateNamespaceProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.InvalidProtectedNamespaceAttrProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.InvalidProtectedNamespaceProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.MXMLClassNodeProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.MXMLConstructorHasParametersProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.MXMLFinalClassProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.MXMLInvalidVectorTypeAttributeProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.MXMLNotAClassProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.MXMLUnresolvedTagProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.OverrideOutsideClassProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.StaticOutsideClassProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.UnimplementedInterfaceMethodProblem
-
- CLASS - Variable in class org.apache.flex.compiler.problems.VirtualOutsideClassProblem
-
- CLASS_FLAG_final - Static variable in class org.apache.flex.abc.ABCConstants
-
- CLASS_FLAG_interface - Static variable in class org.apache.flex.abc.ABCConstants
-
- CLASS_FLAG_protected - Static variable in class org.apache.flex.abc.ABCConstants
-
- CLASS_FLAG_sealed - Static variable in class org.apache.flex.abc.ABCConstants
-
- CLASS_IS_SEALED - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Class
is sealed.
- CLASS_REFERENCE - Static variable in class org.apache.flex.compiler.internal.css.CSSFunctionCallPropertyValue
-
Function name for
ClassReference("")
.
- CLASS_REFERENCE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- CLASS_REFERENCE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- CLASS_REFERENCE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- CLASS_REFERENCE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- CLASS_REFERENCE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- CLASS_REFERENCE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- CLASS_REFERENCE_REGEX - Static variable in class org.apache.flex.compiler.internal.resourcebundles.PropertiesFileParser
-
- CLASS_SUFFIX - Static variable in class org.apache.flex.compiler.internal.resourcebundles.ResourceBundleUtils
-
- ClassDefinition - Class in org.apache.flex.compiler.internal.definitions
-
Each instance of this class represents the definition of an ActionScript
class in the symbol table.
- ClassDefinition(String, INamespaceReference) - Constructor for class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Constructs a new class definition with an auto generated protected
namespace.
- ClassDefinition(String, INamespaceReference, INamespaceDefinition.IProtectedNamespaceDefinition) - Constructor for class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Constructs a new class definition with an explicit protected namespace.
- classDefinition(ContainerNode, INamespaceDecorationNode, List<ModifierNode>) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a class definition.
- ClassDefinitionBase - Class in org.apache.flex.compiler.internal.definitions
-
- ClassDefinitionBase(String) - Constructor for class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
- ClassDefinitionBase.ClassIterator - Class in org.apache.flex.compiler.internal.definitions
-
- ClassDefinitionBase.ClassIterator(IClassDefinition, ICompilerProject, boolean) - Constructor for class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase.ClassIterator
-
- classDefinitions - Variable in class org.apache.flex.compiler.internal.abc.ABCScopeBuilder
-
- ClassDependencySort - Class in org.apache.flex.abc
-
ClassDependencySort contains data structures and algorithms to sort a list of
classes into dependency order.
- ClassDependencySort() - Constructor for class org.apache.flex.abc.ClassDependencySort
-
- ClassDependencySort.IInstanceInfoProvider - Interface in org.apache.flex.abc
-
The objects being sorted need to show an InstanceInfo.
- ClassesMappedToSameRemoteAliasProblem - Class in org.apache.flex.compiler.problems
-
- ClassesMappedToSameRemoteAliasProblem(String, String, String) - Constructor for class org.apache.flex.compiler.problems.ClassesMappedToSameRemoteAliasProblem
-
Warn users with [RemoteClass] metadata that ends up mapping more than one class to the same alias.
- classesWithInterfaces - Variable in class org.apache.flex.compiler.internal.definitions.TypeDefinitionBase.TypeIterator
-
Keep track of classes that implement interfaces, as we may need to iterate the interfaces
- ClassFactory - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- ClassGeneratorHelper - Class in org.apache.flex.compiler.internal.abc
-
Utility class for writing a class definition into an IABCVisitor.
- ClassGeneratorHelper(ICompilerProject, IABCVisitor, Name, ClassDefinition, InstructionList) - Constructor for class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
- ClassGeneratorHelper(ICompilerProject, IABCVisitor, Name, ClassDefinition, Collection<Name>, InstructionList) - Constructor for class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
- ClassGeneratorHelper(ICompilerProject, IABCVisitor, Name, ClassDefinition, Collection<Name>, Collection<Name>, InstructionList, boolean) - Constructor for class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
Generate an ABC class with constructor instructions.
- ClassGeneratorHelper(ICompilerProject, IABCVisitor, Name, ClassDefinition, Collection<Name>, Collection<Name>, InstructionList, InstructionList, boolean) - Constructor for class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
Constructor
- ClassInfo - Class in org.apache.flex.abc.semantics
-
ClassInfo represents a class' class info structure.
- ClassInfo() - Constructor for class org.apache.flex.abc.semantics.ClassInfo
-
- classIterable(ICompilerProject, boolean) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
- classIterator(ICompilerProject, boolean) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Creates an iterator for enumerating the superclasses of this class.
- classIterator(ICompilerProject, boolean) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
- classKeywordNode - Variable in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
The class keyword
- className - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.CompilerProblemClassNotFound
-
- className - Variable in class org.apache.flex.compiler.problems.AccessUndefinedMemberProblem
-
- className - Variable in class org.apache.flex.compiler.problems.CannotExtendClassProblem
-
- className - Variable in class org.apache.flex.compiler.problems.CircularTypeReferenceProblem
-
- className - Variable in class org.apache.flex.compiler.problems.ClassesMappedToSameRemoteAliasProblem
-
- className - Variable in class org.apache.flex.compiler.problems.CompiledAsAComponentProblem
-
- className - Variable in class org.apache.flex.compiler.problems.DuplicateClassDefinitionProblem
-
- className - Variable in class org.apache.flex.compiler.problems.DuplicateInterfaceProblem
-
- className - Variable in class org.apache.flex.compiler.problems.HostComponentClassNotFoundProblem
-
- className - Variable in class org.apache.flex.compiler.problems.IllegalAssignmentToClassProblem
-
- className - Variable in class org.apache.flex.compiler.problems.InaccessibleMethodReferenceProblem
-
- className - Variable in class org.apache.flex.compiler.problems.InaccessiblePropertyReferenceProblem
-
- className - Variable in class org.apache.flex.compiler.problems.IncompatibleInterfaceMethodProblem
-
- className - Variable in class org.apache.flex.compiler.problems.MultipleContructorDefinitionsProblem
-
- className - Variable in class org.apache.flex.compiler.problems.MXMLConstructorHasParametersProblem
-
- className - Variable in class org.apache.flex.compiler.problems.ScopedToDefaultNamespaceProblem
-
- className - Variable in class org.apache.flex.compiler.problems.StrictUndefinedMethodProblem
-
- className - Variable in class org.apache.flex.compiler.problems.UnimplementedInterfaceMethodProblem
-
- ClassNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing a class definition
- ClassNode(ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Constructor.
- classOrInterfaceBlock(BlockNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the content block of a class definition or an interface definition.
- ClassReference - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- ClassReferenceNode - Class in org.apache.flex.compiler.internal.tree.as
-
Node representing a ClassReference("...") expression.
- ClassReferenceNode(String, SourceLocation) - Constructor for class org.apache.flex.compiler.internal.tree.as.ClassReferenceNode
-
Constructor.
- ClassReferenceNode(ClassReferenceNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.ClassReferenceNode
-
Copy constructor.
- classTraits - Variable in class org.apache.flex.abc.semantics.ClassInfo
-
The class' static traits.
- ClassTraitsDefinition - Class in org.apache.flex.compiler.internal.definitions
-
Definition to represent the class traits, which holds all the static members,
and whose baseclass is "Class".
- clean() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- clean() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- clean() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope.DefinitionPromise
-
Resets the DefinitionPromise to it's original state
- clean(Map<ICompilerProject, Set<File>>, Map<ICompilerProject, Set<ICompilationUnit>>, boolean) - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- clean(Map<ICompilerProject, Set<File>>, Map<ICompilerProject, Set<ICompilationUnit>>, boolean) - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- clean() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- clean(Map<ICompilerProject, Set<File>>, Map<ICompilerProject, Set<ICompilationUnit>>, boolean) - Method in class org.apache.flex.compiler.internal.units.ServicesXMLCompilationUnit
-
- clean() - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Removes all data created during a compile
- clean(Map<ICompilerProject, Set<File>>, Map<ICompilerProject, Set<ICompilationUnit>>, boolean) - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
Removes all data created during a compile Clients should not call this
method directly, as it can potentially leave the ICompilationUnit in an
invalid state.
- clean() - Method in interface org.apache.flex.compiler.units.IInvisibleCompilationUnit
-
Invalidates the processing results of this
IInvisibleCompilationUnit
.
- clear() - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
-
Clear the underlying collection of problems.
- clear() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Reset the state of the include handler by clearing the include chain and
collection of included files.
- clear() - Method in class org.apache.flex.utils.IntMap
-
- clearAllocatedTemps() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope.TempManager
-
- clearCompilationUnitScopeList(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Clears the list of
IASScope
s associated with the specified
ICompilationUnit
.
- clearFragments() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase.MXMLNodeInfo
-
- clearIncludedFilesFromWorkspace() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
This method is used to update the Workspace
includeFilesToIncludingCompilationUnitMapping map when a file get's cleaned.
- clearMetadataComment(String) - Method in interface org.apache.flex.compiler.asdoc.IMetadataParserASDocDelegate
-
Called by the
MetadataParser
after parsing a meta-data tag
that should prevent the current ASDoc comment from attaching to any
subsequent meta-data tag.
- clearProject() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- clearProject() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- clearProject() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
Called by
ICompilerProject
's when an ICompilationUnit
is removed from a project.
- clearScopeCacheForCompilationUnit(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Clears all the
ASScopeCache
s associated with the specified
ICompilationUnit
and removes all the IASScope
s build by
the ICompilationUnit
from the list of scopes associated with the
ICompilationUnit
.
- clearSourceVars(String) - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
Remove the configuration values came from the given source.
- clearVar(String, String, int) - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
- CLIFactory - Class in org.apache.flex.compiler.internal.clients
-
Factory class for command-line interpreters of various compilation tasks.
- ClipActions - Class in org.apache.flex.swf.types
-
Clip actions are valid for placing sprite characters only.
- ClipActions() - Constructor for class org.apache.flex.swf.types.ClipActions
-
- CLIPPED_BITMAP_FILL - Static variable in class org.apache.flex.swf.types.FillStyle
-
- clone() - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
Clone this InstructionList; make a shallow copy of the Instructions, deep
copies of the labels.
- clone() - Method in class org.apache.flex.abc.semantics.Label
-
Clone this label.
- clone() - Method in class org.apache.flex.compiler.common.PrefixMap
-
- clone() - Method in class org.apache.flex.compiler.config.Configurator
-
- clone() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContext
-
- clone() - Method in class org.apache.flex.compiler.internal.fxg.dom.transforms.ColorTransformNode
-
- clone() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- clone() - Method in class org.apache.flex.compiler.internal.parsing.as.MetaDataPayloadToken
-
- clone() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLToken
-
- clone() - Method in class org.apache.flex.utils.FastStack
-
- close() - Method in class org.apache.flex.compiler.clients.MXMLC
-
Force terminate the compilation process.
- close() - Method in interface org.apache.flex.compiler.internal.filespecs.IZipFileSpecification
-
Closes this archive
- close() - Method in class org.apache.flex.compiler.internal.filespecs.ZipFileSpecification
-
- close() - Method in class org.apache.flex.compiler.internal.parsing.as.ASDocTokenizer
-
- close() - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
-
Closes the underlying reader
- close() - Method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
Closes the underlying reader
- close() - Method in class org.apache.flex.compiler.internal.parsing.FakingReader
-
- close() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLTokenizer
-
- close() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Close the workspace.
- close() - Method in class org.apache.flex.swc.catalog.StAXCatalogReader
-
Close the StAX parser and the underlying
InputStream
.
- close() - Method in class org.apache.flex.swc.catalog.XMLFormatter
-
- CLOSE - Static variable in interface org.apache.flex.swf.builders.IShapeIterator
-
- close() - Method in class org.apache.flex.swf.builders.ShapeBuilder
-
Creates a straight-edge record (i.e a straight line) from the current
drawing position to the last move-to position.
- close() - Method in class org.apache.flex.swf.io.OutputBitStream
-
Close internal output buffer.
- close() - Method in class org.apache.flex.swf.io.SWFReader
-
Close the reader an the underlying input stream.
- close() - Method in class org.apache.flex.swf.io.SWFWriter
-
Close the internal output buffer that stores the encoded SWF tags and
part of the SWF header.
- ClosureScope - Class in org.apache.flex.compiler.internal.scopes
-
Sub-class of ASScope used for function scopes. all definition in scope of
this type are local to a function.
- ClosureScope(ASScope) - Constructor for class org.apache.flex.compiler.internal.scopes.ClosureScope
-
- CmcEmitter - Class in org.apache.flex.compiler.internal.as.codegen
-
- CmcEmitter - Class in org.apache.flex.compiler.internal.as.codegen
-
- CmcEmitter() - Constructor for class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- CmcEmitter() - Constructor for class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- code_len - Variable in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- codegenCallInContextMethod(ClassGeneratorHelper, boolean) - Method in class org.apache.flex.compiler.internal.targets.FlexTarget
-
Codegen IFlexModuleFactory.callInContext();
public final override function callInContext(fn:Function, thisArg:Object, argArray:Array, returns:Boolean=true) : *
{
var ret : * = fn.apply(thisArg, argArray);
if (returns) return ret;
return;
}
- codegenCreateMethod(ClassGeneratorHelper, Name) - Method in class org.apache.flex.compiler.internal.targets.FlexTarget
-
Codegen IFlexModuleFactory.create() override public function create(...
- CodeGeneratorManager - Class in org.apache.flex.compiler.internal.as.codegen
-
Class to manage access to the ICodeGenerator.
- CodeGeneratorManager() - Constructor for class org.apache.flex.compiler.internal.as.codegen.CodeGeneratorManager
-
- CodeGenErrorFilter - Class in org.apache.flex.compiler.clients.problems
-
A problem filter that implements filtering out certain errors from
code gen, like StackUnderflow.
- CodeGenErrorFilter() - Constructor for class org.apache.flex.compiler.clients.problems.CodeGenErrorFilter
-
Create a filter to exclude code gen errors.
- codegenInfoMethod(ClassGeneratorHelper, Integer, String, IResolvedQualifiersReference, IResolvedQualifiersReference, FlexSplashScreenImage, IASNode, ITargetAttributes, Collection<String>, FlexFrame1Info, Set<String>, String, String, List<String>, FlexRSLInfo, Collection<ICompilerProblem>, boolean) - Method in class org.apache.flex.compiler.internal.targets.FlexTarget
-
Codegen the IFlexModuleFactory.info() method.
- CodegenInternalProblem - Class in org.apache.flex.compiler.problems
-
A CodegenInternalProblem represents a
logic error or caught exception.
- CodegenInternalProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.CodegenInternalProblem
-
- CodegenInternalProblem(IASNode, Throwable) - Constructor for class org.apache.flex.compiler.problems.CodegenInternalProblem
-
- CodegenInterruptedException - Exception in org.apache.flex.compiler.exceptions
-
When an InterruptedException is thrown during codegen, wrap it in a RuntimeException
and catch it higher up.
- CodegenInterruptedException(InterruptedException) - Constructor for exception org.apache.flex.compiler.exceptions.CodegenInterruptedException
-
- CodegenProblem - Class in org.apache.flex.compiler.problems
-
Base class of all code-generator problems.
- CodegenProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.CodegenProblem
-
- CodegenProblem(IDefinition) - Constructor for class org.apache.flex.compiler.problems.CodegenProblem
-
- coerce(InstructionList, IDefinition) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
Add instructions to the instructionlist passed in to coerce the top value of the stack
to the given type.
- collapseWhitespace(String, char) - Method in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
Removes whitespace from the input string and returns a string that
contains at most 1 'replacementChar' character between each word.
- collapseWhitespace(String, char) - Method in class org.apache.flex.compiler.internal.mxml.MXMLDialect2006
-
- collect(Iterable<ICharacterTag>, Iterable<ICharacterTag>) - Static method in class org.apache.flex.swf.tags.CharacterIterableFactory
-
Create an iterable instance by combining two iterable objects.
- collect(Iterable<ICharacterTag>, Iterable<ICharacterTag>, Iterable<ICharacterTag>) - Static method in class org.apache.flex.swf.tags.CharacterIterableFactory
-
Create an iterable instance by combining two iterable objects.
- collect(Iterable<? extends ICharacterReferrer>) - Static method in class org.apache.flex.swf.tags.CharacterIterableFactory
-
Create an iterable object from multiple
ICharacterReferrer
objects.
- collectComments - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
Flag to indicate we should collect comments
- collectConfigProblems(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Gets the project level
ICompilerProblem
's that come from parsing the
config options, from the command line, or a configuration file
- collectEmbedDatas(ICompilerProject, IFileNodeAccumulator, Set<EmbedData>, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.units.EmbedCompilationUnitFactory
-
Collect any embed datas in the file
- collectExternallyVisibleDefinitions(Collection<IDefinition>, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
- collectExternallyVisibleDefinitions(Collection<IDefinition>, boolean) - Method in interface org.apache.flex.compiler.scopes.IFileScope
-
Finds the definitions in this scope which could be visible to other
compilation units and adds them to a specified collection of definitions.
- collectExterns(ConfigurationValue, IFileSpecification) - Static method in class org.apache.flex.compiler.internal.config.LoadExternsParser
-
Collect externs from the given report file.
- collectImportNodes(Collection<IImportNode>) - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- collectImportNodes(Collection<IImportNode>) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Collects the import nodes that are descendants of this node
but which are not contained within a scoped node.
- collectionCompilationUnitsForRootSourceFile(File, Collection<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
Finds all the
ICompilationUnit
's in this project whose root source file is the specified file.
- collectionCompilationUnitsForRootSourceFile(File, Collection<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.projects.SourcePathManager
-
Adds all the
ICompilationUnit
's whose root source file is the
specified File to the specified collection.
- collectProblems(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.projects.ASCProject
-
- collectProblems(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- collectProblems(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Gets project level
ICompilerProblem
's target are not specific to any
one target created by the project.
- colon - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- colon() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a colon token ":" or recover from a missing colon.
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.fills.SolidColorFillNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GlowFilterNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.GradientEntryNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.strokes.SolidColorStrokeNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
- color - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- COLOR_BLACK - Static variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- COLOR_MAP - Static variable in class org.apache.flex.compiler.internal.css.CSSColorPropertyValue
-
Map color constant names to 24-bit RGB integer values.
- COLOR_MATRIX - Static variable in class org.apache.flex.swf.types.Filter
-
- COLOR_RED - Static variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- COLOR_WHITE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- colorARGB(int, double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.TypeHelper
-
Adds alpha channel information to an RGB integer (in the highest 8 bits
of the 32 bit integer) to create an ARGB integer as required by the SWF
format.
- ColorMatrixFilterNode - Class in org.apache.flex.compiler.internal.fxg.dom.filters
-
- ColorMatrixFilterNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.filters.ColorMatrixFilterNode
-
- colorTransform - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- colorTransform - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContext
-
- colorTransform - Variable in class org.apache.flex.swf.tags.PlaceObjectTag
-
- ColorTransformNode - Class in org.apache.flex.compiler.internal.fxg.dom.transforms
-
- ColorTransformNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.transforms.ColorTransformNode
-
- ColorWithEnum - Class in org.apache.flex.compiler.internal.fxg.dom.types
-
The ColorWithEnum class.
- ColorWithEnum.ColorEnum - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The ColorEnum class.
- columnCount - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- columnCount - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- COLUMNCOUNT_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- COLUMNCOUNT_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- COLUMNCOUNT_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- COLUMNCOUNT_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- columnGap - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- columnGap - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- COLUMNGAP_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- COLUMNGAP_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- COLUMNGAP_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- COLUMNGAP_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- columnWidth - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- columnWidth - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- COLUMNWIDTH_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- COLUMNWIDTH_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- COLUMNWIDTH_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- COLUMNWIDTH_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- CombinatorType - Enum in org.apache.flex.compiler.css
-
CSS3 selector combinators.
- combineAttributes(String[], String[]) - Static method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Combine the attributes from the base class with the attributes specific
to this class
- CombinedFile - Class in org.apache.flex.compiler.filespecs
-
This is an
IFileSpecification
that include multiple source files into
one.
- CombinedFile(List<String>, String) - Constructor for class org.apache.flex.compiler.filespecs.CombinedFile
-
Create a combined file by concatenating
includedFilenames
together and append sourceFilename
at the end.
- CombinedFile.BOM - Enum in org.apache.flex.compiler.filespecs
-
BOM patterns.
- comma - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- COMMA - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- COMMA - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- COMMA - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- COMMA - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- COMMA - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- COMMA - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- CommandLineConfigurator - Class in org.apache.flex.compiler.config
-
A utility class, which is used to parse an array of command line args and
populate a ConfigurationBuffer.
- CommandLineConfigurator() - Constructor for class org.apache.flex.compiler.config.CommandLineConfigurator
-
- COMMENT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- COMMENT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- COMMENT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- COMMENT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- COMMENT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- COMMENT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- COMMENT - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- commentEnd - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- commentStart - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- commentToken - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
MXML Comment
- commit(Object, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
commit - bake the resolved map to the configuration
- compact() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- compact() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Compact the ArrayLists in this scope (so that they don't take up as much
space)
- compact() - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
Minimizes the memory used by this scope.
- compact() - Method in class org.apache.flex.compiler.internal.tree.as.parts.DecorationPart
-
- compact() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IDecorationPart
-
- compact() - Method in class org.apache.flex.compiler.internal.tree.as.parts.SparseDecorationPart
-
- compare(String, String) - Method in class org.apache.flex.compiler.internal.graph.LinkReportWriter.QNameComparator
-
- compare(Object, Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode.MetaComparator
-
- compareBugFixVersionTo(Version) - Method in class org.apache.flex.utils.Version
-
Compares this
Version
to another,
considering only the major, minor, and bug-fix parts.
- compareByPositionAndPhase - Static variable in class org.apache.flex.compiler.clients.problems.ProblemQuery
-
This Comparator compares problems based on three criteria:
file path
line number
problem class - ParserProblems are "less than" semantic problems.
- compareMajorVersionTo(Version) - Method in class org.apache.flex.utils.Version
-
Compares this
Version
to another,
considering only the major part.
- compareMinorVersionTo(Version) - Method in class org.apache.flex.utils.Version
-
Compares this
Version
to another,
considering only the major and minor parts.
- compareTo(Label) - Method in class org.apache.flex.abc.semantics.Label
-
The natural sort order for a Label is its instruction's offset.
- compareTo(XMLName) - Method in class org.apache.flex.compiler.common.XMLName
-
- compareTo(BindingInfo) - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingInfo
-
- compareTo(IStateDefinitionBase) - Method in class org.apache.flex.compiler.internal.mxml.StateDefinitionBase
-
- compareTo(IDefinitionPriority) - Method in class org.apache.flex.compiler.internal.projects.DefinitionPriority
-
- compareTo(DependencyGraph.Dependency) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph.Dependency
-
- compareTo(Version) - Method in class org.apache.flex.utils.Version
-
- compareVersions(String, String, boolean) - Static method in class org.apache.flex.compiler.common.VersionInfo
-
Compare two version strings that are in at "Major.minor" format.
- ComparisonBetweenUnrelatedTypesProblem - Class in org.apache.flex.compiler.problems
-
Example int == null.
- ComparisonBetweenUnrelatedTypesProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.ComparisonBetweenUnrelatedTypesProblem
-
- compatibilityVersion - Variable in class org.apache.flex.compiler.problems.DependencyNotCompatibleProblem
-
- COMPC - Class in org.apache.flex.compiler.clients
-
Component compiler entry point.
- COMPC() - Constructor for class org.apache.flex.compiler.clients.COMPC
-
- COMPCConfiguration - Class in org.apache.flex.compiler.internal.config
-
A Configuration to override some behaviors of the default configuration.
- COMPCConfiguration() - Constructor for class org.apache.flex.compiler.internal.config.COMPCConfiguration
-
- CompilationUnitBase - Class in org.apache.flex.compiler.internal.units
-
Abstract class used to share implementation of some ICompilationUnit methods
across multiple concrete implementation classes.
- CompilationUnitBase(CompilerProject, String, DefinitionPriority.BasePriority, Collection<String>) - Constructor for class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
This is the most generic constructor
- CompilationUnitBase(CompilerProject, String, DefinitionPriority.BasePriority, boolean) - Constructor for class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
Use this constructor if derived class has no definition promises
- CompilationUnitBase(CompilerProject, String, DefinitionPriority.BasePriority, String) - Constructor for class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
Use this constructor if the derived class has at most one definition promise
- compilationUnitReference - Variable in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
- compilationUnits - Variable in class org.apache.flex.compiler.internal.targets.Target.BuiltCompilationUnitSet
-
- compile() - Method in class org.apache.flex.compiler.asdoc.ASDocComment
-
- compile() - Method in interface org.apache.flex.compiler.asdoc.IASDocComment
-
- compile() - Method in class org.apache.flex.compiler.clients.MXMLC
-
Main body of this program.
- CompiledAsAComponentProblem - Class in org.apache.flex.compiler.problems
-
Warn developers when an application contains a hard reference to another
application or module.
- CompiledAsAComponentProblem(String, String) - Constructor for class org.apache.flex.compiler.problems.CompiledAsAComponentProblem
-
- COMPILER_ACCESSIBLE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_ACTIONSCRIPT_FILE_ENCODING - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_ALLOW_SOURCE_PATH_OVERLAP - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_AS3 - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_BUILD_ATTRIBUTE - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
Build number of the compiler that compiled the SWF.
- COMPILER_COMPRESS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_COMPUTE_DIGEST - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_CONTEXT_ROOT - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_DEBUG - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_DEFAULTS_CSS_URL - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_DEFINE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_ELEMENT - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
Element containing version information.
- COMPILER_ES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_EXTENSIONS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_EXTERNAL_LIBRARY_PATH - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_HEADLESS_SERVER - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_INCLUDE_LIBRARIES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_KEEP_ALL_TYPE_SELECTORS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_KEEP_AS3_METADATA - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_KEEP_GENERATED_ACTIONSCRIPT - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_LIBRARY_PATH - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_LOCALE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_MOBILE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_MXML_COMPATIBILITY - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_NAME_ATTRIBUTE - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
Product name of the compiler that compiled the SWF.
- COMPILER_NAMESPACE_PREFIX - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
Prefix of the the compiler's namespace URI.
- COMPILER_NAMESPACE_URI - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
Namespace of the "compiler" element.
- COMPILER_NAMESPACES_NAMESPACE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_OPTIMIZE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_SERVICES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_SHOW_ACTIONSCRIPT_WARNINGS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_SHOW_BINDING_WARNINGS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_SHOW_DEPRECATION_WARNINGS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_SHOW_MULTIPLE_DEFINITION_WARNINGS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_SHOW_UNUSED_TYPE_SELECTOR_WARNINGS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_SOURCE_PATH - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_STRICT - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_THEME - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_USE_RESOURCE_BUNDLE_METADATA - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_VERBOSE_STACKTRACES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_VERSION_ATTRIBUTE - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
Version of the compiler that compiled the SWF.
- COMPILER_WARN_ARRAY_TOSTRING_CHANGES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_ASSIGNMENT_WITHIN_CONDITIONAL - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_ARRAY_CAST - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_BOOL_ASSIGNMENT - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_DATE_CAST - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_ES3_TYPE_METHOD - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_ES3_TYPE_PROP - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_NAN_COMPARISON - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_NULL_ASSIGNMENT - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_NULL_COMPARISON - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BAD_UNDEFINED_COMPARISON - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_BOOLEAN_CONSTRUCTOR_WITH_NO_ARGS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_CHANGES_IN_RESOLVE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_CLASS_IS_SEALED - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_CONST_NOT_INITIALIZED - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_CONSTRUCTOR_RETURNS_VALUE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_DEPRECATED_EVENT_HANDLER_ERROR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_DEPRECATED_FUNCTION_ERROR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_DEPRECATED_PROPERTY_ERROR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_DUPLICATE_ARGUMENT_NAMES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_DUPLICATE_VARIABLE_DEF - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_FOR_VAR_IN_CHANGES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_IMPORT_HIDES_CLASS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_INSTANCE_OF_CHANGES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_INTERNAL_ERROR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_LEVEL_NOT_SUPPORTED - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_MISSING_NAMESPACE_DECL - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_NEGATIVE_UINT_LITERAL - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_NO_CONSTRUCTOR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_NO_EXPLICIT_SUPER_CALL_IN_CONSTRUCTOR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_NO_TYPE_DECL - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_NUMBER_FROM_STRING_CHANGES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_SCOPING_CHANGE_IN_THIS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_SLOW_TEXT_FIELD_ADDITION - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_UNLIKELY_FUNCTION_VALUE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- COMPILER_WARN_XML_CLASS_HAS_CHANGED - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- CompilerProblem - Class in org.apache.flex.compiler.problems
-
CompilerProblem is the base class for all error and warning classes in the compiler,
which are collectively called "problems".
- CompilerProblem(String, int, int, int, int, boolean) - Constructor for class org.apache.flex.compiler.problems.CompilerProblem
-
Constructor.
- CompilerProblem(String, int, int, int, int) - Constructor for class org.apache.flex.compiler.problems.CompilerProblem
-
Constructor.
- CompilerProblem(String) - Constructor for class org.apache.flex.compiler.problems.CompilerProblem
-
Constructor for a problem whose only source-location information
is a source path.
- CompilerProblem() - Constructor for class org.apache.flex.compiler.problems.CompilerProblem
-
Constructor for a problem with no source-location information.
- CompilerProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.CompilerProblem
-
Constructor for a problem associated with an object
implementing
ISourceLocation
.
- CompilerProblem(IDefinition) - Constructor for class org.apache.flex.compiler.problems.CompilerProblem
-
Constructor for a problem associated with an
IDefinition
.
- CompilerProblem(ASToken) - Constructor for class org.apache.flex.compiler.problems.CompilerProblem
-
Constructor for a problem associated with an
ASToken
.
- CompilerProblemCategorizer - Class in org.apache.flex.compiler.clients.problems
-
Class used to determine if an
ICompilerProblem
should be reported
as an error or a warning.
- CompilerProblemCategorizer() - Constructor for class org.apache.flex.compiler.clients.problems.CompilerProblemCategorizer
-
Default constructor.
- CompilerProblemCategorizer(ICompilerProblemSettings) - Constructor for class org.apache.flex.compiler.clients.problems.CompilerProblemCategorizer
-
This categorizer can look at user configured overrides of problem
severity, falling back to the default severity.
- CompilerProblemClassification - Enum in org.apache.flex.compiler.problems
-
The type of a compiler problem.
- CompilerProblemSettings - Class in org.apache.flex.compiler.internal.config
-
A value object created by the Configurator.
- CompilerProblemSettings(Configuration) - Constructor for class org.apache.flex.compiler.internal.config.CompilerProblemSettings
-
- CompilerProblemSeverity - Enum in org.apache.flex.compiler.problems
-
The severity of a compiler problem.
- CompilerProject - Class in org.apache.flex.compiler.internal.projects
-
Abstract class used to share implementation of some ICompilerProject methods
across multiple concrete implementation classes.
- CompilerProject(Workspace, boolean) - Constructor for class org.apache.flex.compiler.internal.projects.CompilerProject
-
- COMPONENT - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
<Component>
tag.
- component - Variable in class org.apache.flex.compiler.problems.CSSExcludedStylePropertyProblem
-
- COMPONENT - Variable in class org.apache.flex.compiler.problems.MXMLOuterDocumentAlreadyDeclaredProblem
-
- componentName - Variable in class org.apache.flex.compiler.problems.ComponentTagWithoutURIProblem
-
- ComponentTagWithoutURIProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a SWC contains a component tag without a URI
- ComponentTagWithoutURIProblem(String, String, String) - Constructor for class org.apache.flex.compiler.problems.ComponentTagWithoutURIProblem
-
- componentType - Variable in class org.apache.flex.compiler.problems.MXMLInvalidStyleProblem
-
- componentXMLName - Variable in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
- CompositeProblemFilter - Class in org.apache.flex.compiler.problems.collections
-
A CompositeProblemFilter combines one more more filters
and a boolean operation to produce a new filter.
- CompositeProblemFilter.CompositionOperator - Enum in org.apache.flex.compiler.problems.collections
-
Boolean operator to apply to operand filters
- compoundSelector() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- compoundSelector() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- compoundSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- compoundSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- compress(boolean) - Method in class org.apache.flex.compiler.config.Configurator
-
- compress(boolean) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
Enables ZLIB compression on SWF file.
- compress(IOutputBitStream) - Method in class org.apache.flex.swf.io.LZMACompressor
-
Compresses all of the data in outputBitStream into
this.byteArrayOutputStream Must be called before any of the write
methods.
- COMPRESSION - Variable in class org.apache.flex.compiler.problems.EmbedQualityRequiresCompressionProblem
-
- computeFatalProblems() - Method in class org.apache.flex.compiler.internal.targets.AppSWFTarget
-
- computeFatalProblems() - Method in class org.apache.flex.compiler.internal.targets.FlexAppSWFTarget
-
- computeFatalProblems() - Method in class org.apache.flex.compiler.internal.targets.Target
-
- computeFlashBuilderArgs(String[], String) - Static method in class org.apache.flex.compiler.internal.config.FlashBuilderConfigurator
-
Take the command line args which should contain the -use-flashbuilder-project-files
option and an FB project folder, and return a new array of args
based on the FB project files.
- computeFrameCounts(IDiagnosticsVisitor) - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
Compute a functions's max_stack, max_scope, and slot count.
- computeFramesInformation() - Method in class org.apache.flex.compiler.internal.targets.AppSWFTarget
-
Create the
FramesInformation
which contains the skeleton for the frames
of this SWF.
- computeFramesInformation() - Method in class org.apache.flex.compiler.internal.targets.FlexAppSWFTarget
-
- computeFramesInformation() - Method in class org.apache.flex.compiler.internal.targets.FlexLibrarySWFTarget
-
- computeFramesInformation() - Method in class org.apache.flex.compiler.internal.targets.LibrarySWFTarget
-
- computeFramesInformation() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
Create the
SWFTarget.FramesInformation
which contains the skeleton for the frames
of this SWF.
- computeInvalidationSet(Iterable<ICompilationUnit>) - Static method in class org.apache.flex.compiler.internal.projects.DependencyGraph
-
Computes the set of
ICompilationUnit
's that should be cleaned
given a collection of ICompilationUnit
's that are known to need
cleaning.
- computeLibraryDependencies(File, DependencyTypeSet) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- computeLibraryDependencies(File, DependencyTypeSet) - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Get the set of libraries a given library depends on.
- computeLibraryDependencyOrder(DependencyTypeSet) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- computeLibraryDependencyOrder(DependencyTypeSet) - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Get the dependency order of libraries on the internal library path and
external library path of this project.
- computeNamespaceReference() - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Generate an INamespaceReference that can serve as the namespace reference for something
like a namespace initializer.
- computeNamespaceReference() - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- computeNamespaceReference() - Method in class org.apache.flex.compiler.internal.tree.as.MemberAccessExpressionNode
-
- computeNamespaceReference() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceAccessExpressionNode
-
- computeNeedsEventDispatcher(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
Determine if this class needs to add an implicit 'implements
flash.events.IEventDispatcher' due to the class, or some of its members
being marked bindable.
- computeQName(File, File) - Static method in class org.apache.flex.compiler.internal.projects.SourcePathManager
-
- computeRootedCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.SWCTarget
-
- computeRootedCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
Computes the set of compilation units that root the dependency walk.
- computeRootedCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Computes the set of compilation units that root the dependency walk.
- computeSimpleReference() - Method in class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
- computeSimpleReference() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- computeSourceLocationForBlockAndInstruction(IFlowgraph, IBasicBlock, int) - Static method in class org.apache.flex.compiler.problems.InvalidByteCodeGeneratedProblem
-
Helper method that will use debug op code information to deduce a source
location from an instruction offset in a
Block
in a
IFlowgraph
.
- computeTargetAttributes() - Method in class org.apache.flex.compiler.internal.targets.AppSWFTarget
-
- computeTargetAttributes() - Method in class org.apache.flex.compiler.internal.targets.FlexAppSWFTarget
-
- computeTargetAttributes() - Method in class org.apache.flex.compiler.internal.targets.LibrarySWFTarget
-
- computeTargetAttributes() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
round-up user specified target attributes
All derived classes must provide one, but they are free to provide "do nothing" implementations
(like NilTargetAttributes)
- computeTargetReport() - Method in class org.apache.flex.compiler.internal.targets.FlexAppSWFTarget
-
- computeTargetReport() - Method in class org.apache.flex.compiler.internal.targets.SWCTarget
-
- computeTargetReport() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
- computeTargetReport() - Method in class org.apache.flex.compiler.internal.targets.Target
-
- computeTypeReference() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- concat(FXGMatrix) - Method in class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- CONCAT_CALL_OPERANDS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- concatLogicalText(ISourceFragment[]) - Static method in class org.apache.flex.compiler.internal.parsing.SourceFragmentsReader
-
Concatenates the logical text of multiple source fragments.
- ConcurrentCacheStoreBase<T> - Class in org.apache.flex.compiler.internal.caches
-
A key-value pair cache store that supports concurrent access.
- ConcurrentCacheStoreBase() - Constructor for class org.apache.flex.compiler.internal.caches.ConcurrentCacheStoreBase
-
Initialize the cache store.
- condExpr() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a ternary expression such as:
(x > 2) ?
- CONDITION - Static variable in interface org.apache.flex.compiler.internal.css.codegen.ICSSRuntimeConstants
-
- condition() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- condition() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- ConditionalNode - Class in org.apache.flex.compiler.internal.tree.as
-
Conditional node, that contains a condition to be met and a block to execute
if the condition is met
- ConditionalNode(IASToken) - Constructor for class org.apache.flex.compiler.internal.tree.as.ConditionalNode
-
Constructor.
- conditionalNode - Variable in class org.apache.flex.compiler.internal.tree.as.ConditionalNode
-
The conditional node of this statement
- conditionSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- conditionSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- conditionsStatementsNode - Variable in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
The statements in the loop header
- ConditionType - Enum in org.apache.flex.compiler.css
-
Supported condition types for
ICSSSelectorCondition
.
- config - Variable in class org.apache.flex.compiler.clients.MXMLC
-
- CONFIG - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- Config - Annotation Type in org.apache.flex.compiler.internal.config.annotations
-
Configuration annotation.
- config - Variable in class org.apache.flex.swc.SWCDepends
-
- config - Static variable in class org.apache.flex.utils.Trace
-
- configBuffer - Variable in class org.apache.flex.compiler.clients.MXMLC
-
- configBuffer - Variable in class org.apache.flex.compiler.clients.Optimizer
-
- configBuffer - Variable in class org.apache.flex.swc.SWCDepends
-
- configCondition() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a config condition such as "CONFIG::debug".
- ConfigConditionBlockNode - Class in org.apache.flex.compiler.internal.tree.as
-
Special block node for a block gated with a configuration condition.
- ConfigConditionBlockNode(boolean) - Constructor for class org.apache.flex.compiler.internal.tree.as.ConfigConditionBlockNode
-
Create a enabled or disabled configuration config block.
- configConditionOfDefinition() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Similar to "configCondition", only that the token type after "::" is
"TOKEN_NAMESPACE_ANNOTATION".
- ConfigConstNode - Class in org.apache.flex.compiler.internal.tree.as
-
A ConfigConstNode is a conditional compilation const that only exists at
compile time.
- ConfigConstNode(IdentifierNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.ConfigConstNode
-
Constructor.
- ConfigExpressionNode - Class in org.apache.flex.compiler.internal.tree.as
-
- ConfigExpressionNode(IdentifierNode, ASToken, IdentifierNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.ConfigExpressionNode
-
Create
ConfigExpressionNode
from its two children.
- ConfigExpressionNode(ConfigExpressionNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.ConfigExpressionNode
-
Copy constructor.
- ConfigManager - Class in org.apache.flex.compiler.internal.projects
-
Manager handles storing config variables passed in from the command line or from other project properties.
- ConfigManager() - Constructor for class org.apache.flex.compiler.internal.projects.ConfigManager
-
- configName - Variable in class org.apache.flex.compiler.problems.CannotResolveConfigExpressionProblem
-
- configName - Variable in class org.apache.flex.compiler.problems.CannotResolveProjectLevelConfigExpressionProblem
-
- configName - Variable in class org.apache.flex.compiler.problems.UndefinedConfigNameProblem
-
- configName - Variable in class org.apache.flex.compiler.problems.UndefinedConfigNamespaceProblem
-
- configNamespace(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a "config namespace foo" directive.
- ConfigNamespaceNode - Class in org.apache.flex.compiler.internal.tree.as
-
Represents a config directive definition
- ConfigNamespaceNode(IdentifierNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.ConfigNamespaceNode
-
Constructor
- ConfigProcessor - Class in org.apache.flex.compiler.internal.parsing.as
-
Processor handles config information found by the parser and that is set on
the current project
- Configuration - Class in org.apache.flex.compiler.config
-
The model for all the configuration options supported by the compiler.
- Configuration() - Constructor for class org.apache.flex.compiler.config.Configuration
-
- ConfigurationBuffer - Class in org.apache.flex.compiler.config
-
The basic idea here is to let you keep all your configuration knowledge in
your configuration object, and to automate as much as possible.
- ConfigurationBuffer(Class<? extends Configuration>) - Constructor for class org.apache.flex.compiler.config.ConfigurationBuffer
-
- ConfigurationBuffer(Class<? extends Configuration>, Map<String, String>) - Constructor for class org.apache.flex.compiler.config.ConfigurationBuffer
-
- ConfigurationBuffer(Class<? extends Configuration>, Map<String, String>, IConfigurationFilter) - Constructor for class org.apache.flex.compiler.config.ConfigurationBuffer
-
Create a configuration buffer with an optional filter.
- ConfigurationBuffer(ConfigurationBuffer, boolean) - Constructor for class org.apache.flex.compiler.config.ConfigurationBuffer
-
- configurationClassName - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.CouldNotInstantiate
-
- ConfigurationException - Exception in org.apache.flex.compiler.exceptions
-
A common base class for configuration related exceptions.
- ConfigurationException(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException
-
- ConfigurationException.AmbiguousParse - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.AmbiguousParse(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.AmbiguousParse
-
- ConfigurationException.BadAppendValue - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.BadAppendValue(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadAppendValue
-
- ConfigurationException.BadApplicationDomainValue - Exception in org.apache.flex.compiler.exceptions
-
The application domain specified did not match one of the possible values.
- ConfigurationException.BadApplicationDomainValue(String, String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadApplicationDomainValue
-
- ConfigurationException.BadDefinition - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.BadDefinition(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadDefinition
-
- ConfigurationException.BadExcludeDependencies - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.BadExcludeDependencies() - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadExcludeDependencies
-
- ConfigurationException.BadFrameParameters - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.BadFrameParameters(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadFrameParameters
-
- ConfigurationException.BadMetadataCombo - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.BadMetadataCombo(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadMetadataCombo
-
- ConfigurationException.BadValue - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.BadValue(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadValue
-
- ConfigurationException.BadVersion - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.BadVersion(String, String) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.BadVersion
-
- ConfigurationException.CannotOpen - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.CannotOpen(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.CannotOpen
-
- ConfigurationException.CompilerProblemClassNotFound - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.CompilerProblemClassNotFound(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.CompilerProblemClassNotFound
-
- ConfigurationException.ConfigurationIOError - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.ConfigurationIOError(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.ConfigurationIOError
-
- ConfigurationException.CouldNotCreateConfig - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.CouldNotCreateConfig(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.CouldNotCreateConfig
-
- ConfigurationException.CouldNotInstantiate - Exception in org.apache.flex.compiler.exceptions
-
Could not instantiate an instance of the configuration class.
- ConfigurationException.CouldNotInstantiate(String) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.CouldNotInstantiate
-
- ConfigurationException.DeprecatedConfigurationOption - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.DeprecatedConfigurationOption(String, String, String, String) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.DeprecatedConfigurationOption
-
- ConfigurationException.DirectoryNotEmpty - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.DirectoryNotEmpty(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.DirectoryNotEmpty
-
- ConfigurationException.FileTooBig - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.FileTooBig(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.FileTooBig
-
- ConfigurationException.GreaterThanZero - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.GreaterThanZero(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.GreaterThanZero
-
- ConfigurationException.IllegalDimensions - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.IllegalDimensions(int, int, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.IllegalDimensions
-
- ConfigurationException.IllegalMultipleSet - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.IllegalMultipleSet(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.IllegalMultipleSet
-
- ConfigurationException.IncorrectArgumentCount - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.IncorrectArgumentCount(int, int, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.IncorrectArgumentCount
-
- ConfigurationException.IncorrectElement - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.IncorrectElement(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.IncorrectElement
-
- ConfigurationException.InterspersedDefaults - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.InterspersedDefaults(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.InterspersedDefaults
-
- ConfigurationException.IOError - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.IOError(String) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.IOError
-
- ConfigurationException.MissingArgument - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.MissingArgument(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.MissingArgument
-
- ConfigurationException.MissingIncludeClasses - Exception in org.apache.flex.compiler.exceptions
-
Error for when -include-inheritance-dependencies-only is true but
-include-classes does not specify any classes.
- ConfigurationException.MissingIncludeClasses() - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.MissingIncludeClasses
-
- ConfigurationException.MissingRequirement - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.MissingRequirement(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.MissingRequirement
-
- ConfigurationException.MustSpecifyTarget - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.MustSpecifyTarget(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.MustSpecifyTarget
-
- ConfigurationException.NamespaceMissingManifest - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.NamespaceMissingManifest(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.NamespaceMissingManifest
-
- ConfigurationException.NoASDocInputs - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.NoASDocInputs() - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.NoASDocInputs
-
- ConfigurationException.NoSwcInputs - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.NoSwcInputs(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.NoSwcInputs
-
- ConfigurationException.NotADirectory - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.NotADirectory(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.NotADirectory
-
- ConfigurationException.NotAFile - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.NotAFile(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.NotAFile
-
- ConfigurationException.NotDirectory - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.NotDirectory(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.NotDirectory
-
- ConfigurationException.ObsoleteVariable - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.ObsoleteVariable(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.ObsoleteVariable
-
- ConfigurationException.OnlyOneSource - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.OnlyOneSource(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.OnlyOneSource
-
- ConfigurationException.OtherThrowable - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.OtherThrowable(Throwable, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.OtherThrowable
-
- ConfigurationException.RedundantFile - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.RedundantFile(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.RedundantFile
-
- ConfigurationException.RemovedConfigurationOption - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.RemovedConfigurationOption(String) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.RemovedConfigurationOption
-
- ConfigurationException.SwcDoesNotHaveRslData - Exception in org.apache.flex.compiler.exceptions
-
The user was trying to modify an RSL option associated with a SWC but the
SWC had no RSL data.
- ConfigurationException.SwcDoesNotHaveRslData(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.SwcDoesNotHaveRslData
-
- ConfigurationException.Token - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.Token(String, String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.Token
-
- ConfigurationException.ToolsLocaleNotAvailable - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.ToolsLocaleNotAvailable(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.ToolsLocaleNotAvailable
-
- ConfigurationException.TypeMismatch - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.TypeMismatch(String, String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.TypeMismatch
-
- ConfigurationException.UnexpectedArgument - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.UnexpectedArgument(String, String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.UnexpectedArgument
-
- ConfigurationException.UnexpectedCDATA - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.UnexpectedCDATA(String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.UnexpectedCDATA
-
- ConfigurationException.UnexpectedDefaults - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.UnexpectedDefaults(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.UnexpectedDefaults
-
- ConfigurationException.UnexpectedElement - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.UnexpectedElement(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.UnexpectedElement
-
- ConfigurationException.UnknownNamespace - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.UnknownNamespace(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.UnknownNamespace
-
- ConfigurationException.UnknownVariable - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.UnknownVariable(String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.UnknownVariable
-
- ConfigurationException.VariableMissingRequirement - Exception in org.apache.flex.compiler.exceptions
-
- ConfigurationException.VariableMissingRequirement(String, String, String, int) - Constructor for exception org.apache.flex.compiler.exceptions.ConfigurationException.VariableMissingRequirement
-
- ConfigurationFileNotFoundProblem - Class in org.apache.flex.compiler.problems
-
- ConfigurationFileNotFoundProblem(String) - Constructor for class org.apache.flex.compiler.problems.ConfigurationFileNotFoundProblem
-
- ConfigurationInfo - Class in org.apache.flex.compiler.config
-
Meta information for each configuration options.
- ConfigurationInfo() - Constructor for class org.apache.flex.compiler.config.ConfigurationInfo
-
This ctor is used when everything can be introspected off the setter
method, or else when the names/types are provided by method overrides
rather than ctor arguments
- ConfigurationInfo(int) - Constructor for class org.apache.flex.compiler.config.ConfigurationInfo
-
Simple ctor for restricting the number of arguments.
- ConfigurationInfo(String[]) - Constructor for class org.apache.flex.compiler.config.ConfigurationInfo
-
Simple ctor for naming the arguments.
- ConfigurationInfo(int, String) - Constructor for class org.apache.flex.compiler.config.ConfigurationInfo
-
Use this ctor when you want to set a single list of some number of
identically named args
- ConfigurationInfo(int, String[]) - Constructor for class org.apache.flex.compiler.config.ConfigurationInfo
-
More unusual ctor, this would let you have the first few args named one
thing, the rest named something else.
- ConfigurationPathResolver - Class in org.apache.flex.compiler.config
-
A path resolver for configuration options.
- ConfigurationPathResolver(String) - Constructor for class org.apache.flex.compiler.config.ConfigurationPathResolver
-
Constructor.
- ConfigurationProblem - Class in org.apache.flex.compiler.problems
-
This class is the base class for all problems found during configuration processing.
- ConfigurationProblem(String, int, String) - Constructor for class org.apache.flex.compiler.problems.ConfigurationProblem
-
- ConfigurationProblem(String, int, int, int, int, String) - Constructor for class org.apache.flex.compiler.problems.ConfigurationProblem
-
- ConfigurationProblem(ConfigurationException) - Constructor for class org.apache.flex.compiler.problems.ConfigurationProblem
-
- ConfigurationValue - Class in org.apache.flex.compiler.config
-
This class represents an instance of a configuration option.
- ConfigurationValue(ConfigurationBuffer, String, List<String>, String, int, String) - Constructor for class org.apache.flex.compiler.config.ConfigurationValue
-
- Configurator - Class in org.apache.flex.compiler.config
-
A class that allows a client change compiler settings and to
configure projects and targets from those settings.
- Configurator() - Constructor for class org.apache.flex.compiler.config.Configurator
-
Constructor
- Configurator(Class<? extends Configuration>) - Constructor for class org.apache.flex.compiler.config.Configurator
-
Constructor
- configure(String[]) - Method in class org.apache.flex.compiler.clients.ASDOC
-
- configure(String[]) - Method in class org.apache.flex.compiler.clients.COMPC
-
- configure(String[]) - Method in class org.apache.flex.compiler.clients.MXMLC
-
Load configurations from all the sources.
- configure(String[]) - Method in class org.apache.flex.compiler.clients.Optimizer
-
- configure(FlexProject) - Static method in class org.apache.flex.compiler.internal.projects.FlexProjectConfigurator
-
- configure(FlexProject, Configuration) - Static method in class org.apache.flex.compiler.internal.projects.FlexProjectConfigurator
-
- configure(String[]) - Method in class org.apache.flex.swc.SWCDepends
-
Load configurations from all the sources.
- ConflictingInheritedNameInNamespaceProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the code generator detects
a definition that conflicts with an inherited definition
from a superclass.
- ConflictingInheritedNameInNamespaceProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.ConflictingInheritedNameInNamespaceProblem
-
- ConflictingNameInNamespaceProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the code generator detects
a conflicting definition.
- ConflictingNameInNamespaceProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.ConflictingNameInNamespaceProblem
-
- connect(IProjectConfigVariables) - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
-
Sets the
IProjectConfigVariables
that will be used to alter the
shape of the tree we are building
- connectedToProjectScope() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Allow various subclasses to do special kludgy things like identify
mx.core.Application.application
- CONST - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- CONST_NOT_INITIALIZED - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Constant not initialized.
- CONSTANT_ClassFinal - Static variable in class org.apache.flex.abc.ABCConstants
-
The class is final: it cannot be a base class for any other class.
- CONSTANT_ClassInterface - Static variable in class org.apache.flex.abc.ABCConstants
-
The class is an interface.
- CONSTANT_ClassProtectedNs - Static variable in class org.apache.flex.abc.ABCConstants
-
The class uses its protected namespace and the protectedNs field is
present in the interface_info.
- CONSTANT_ClassSealed - Static variable in class org.apache.flex.abc.ABCConstants
-
The class is sealed: properties can not be dynamically added to instances
of the class.
- CONSTANT_Double - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_ExplicitNamespace - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_False - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_Int - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_Multiname - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_MultinameA - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_MultinameL - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_MultinameLA - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_NameL - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_NameLA - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_Namespace - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_NamespaceSet - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_Null - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_PackageInternalNs - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_PackageNs - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_PrivateNs - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_ProtectedNs - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_Qname - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_QnameA - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_RTQname - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_RTQnameA - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_RTQnameL - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_RTQnameLA - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_StaticProtectedNs - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_True - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_TypeName - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_UInt - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_Undefined - Static variable in class org.apache.flex.abc.ABCConstants
-
- CONSTANT_Utf8 - Static variable in class org.apache.flex.abc.ABCConstants
-
- ConstantDefinition - Class in org.apache.flex.compiler.internal.definitions
-
- ConstantDefinition(String) - Constructor for class org.apache.flex.compiler.internal.definitions.ConstantDefinition
-
- ConstantDefinition(String, Object) - Constructor for class org.apache.flex.compiler.internal.definitions.ConstantDefinition
-
Construct a ConstantDefinition with a constant value - for use when
building defs from an ABC.
- constantKinds - Static variable in class org.apache.flex.abc.ABCConstants
-
- ConstNotInitializedProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a const declaration does not have an initializer
- ConstNotInitializedProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.ConstNotInitializedProblem
-
- construct - Variable in class org.apache.flex.compiler.problems.InlineUnsupportedNodeProblem
-
- CONSTRUCTOR - Variable in class org.apache.flex.compiler.problems.ConstructorInInterfaceProblem
-
- CONSTRUCTOR_RETURNS_VALUE - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Function used in new expression returns a value.
- ConstructorCannotHaveReturnTypeProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a constructor is declared with a return type other than "void"
- ConstructorCannotHaveReturnTypeProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ConstructorCannotHaveReturnTypeProblem
-
- ConstructorInInterfaceProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when an interface has a constructor.
- ConstructorInInterfaceProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ConstructorInInterfaceProblem
-
- ConstructorIsGetterSetterProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a constructor is declared in any namespace other than "public"
- ConstructorIsGetterSetterProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ConstructorIsGetterSetterProblem
-
- ConstructorIsStaticProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a constructor is declared static
- ConstructorIsStaticProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ConstructorIsStaticProblem
-
- ConstructorMustBePublicProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a getter or setter appears to be a constructor
- ConstructorMustBePublicProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ConstructorMustBePublicProblem
-
- constructorNode - Variable in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Generated FunctionNode to represent explicit or default constructor
- consume() - Method in interface org.apache.flex.compiler.internal.parsing.as.IRepairingTokenBuffer
-
Consumes the current token in the buffer
- consume() - Method in class org.apache.flex.compiler.internal.parsing.as.RepairingTokenBuffer
-
- consume() - Method in class org.apache.flex.compiler.internal.parsing.as.StreamingTokenBuffer
-
- consumeAndProduceValue(Instruction, int) - Method in interface org.apache.flex.abc.models.FrameModelVisitor
-
Handle an instruction that consumes value stack elements,
and then pushes a new value onto the stack.
- consumeValue(Instruction, int) - Method in interface org.apache.flex.abc.models.FrameModelVisitor
-
Handle an instruction that consumes value stack elements.
- Container - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- ContainerNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing a container.
- ContainerNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
Constructor.
- ContainerNode(int) - Constructor for class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
Constructor.
- contains(DependencyType) - Method in class org.apache.flex.compiler.common.DependencyTypeSet
-
Determines whether this set contains the specified
dependency type.
- CONTAINS - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- CONTAINS - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- CONTAINS - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- CONTAINS - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- CONTAINS - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- CONTAINS - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- contains(int, int, int) - Static method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Test whether the offset is contained within the range from start to end.
- contains(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
-
- contains(String) - Method in class org.apache.flex.compiler.internal.projects.LibraryDependencyGraph
-
- contains(int) - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
- contains(int) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- contains(int) - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Determine whether the offset fits within this node.
- contains(int) - Method in class org.apache.flex.utils.IntMap
-
- containsLocalFunctions() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- containsLocalFunctions() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
Does this function have a local functions within
- containsNamespace(String) - Method in class org.apache.flex.compiler.common.PrefixMap
-
Checks whether the map contains a reference to the given namespace.
- containsNamespace(INamespaceDefinition) - Method in class org.apache.flex.compiler.internal.scopes.NamespaceSetPredicate
-
Does the underlying namespace set contain the namespace passed in
- containsOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
For tags, we "contain" an offset if our content contains the offset.
- containsOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- containsOffset(int) - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Does this unit contain the given offset (excluding start and including
end)?
- containsPrefix(String) - Method in class org.apache.flex.compiler.common.PrefixMap
-
Returns true if the given prefix exists somewhere in this map
- containsTrait(int, Name) - Method in class org.apache.flex.abc.semantics.Traits
-
Does this Traits collection contain the specified element?
- content - Variable in class org.apache.flex.compiler.internal.fxg.dom.CDATANode
-
- content - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextNode
-
This nodes child text nodes.
- content - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
This node's child text nodes.
- content - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractTextNode
-
This nodes child text nodes.
- content - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
This nodes child text nodes.
- contentEnd - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- ContentPropertyNode - Class in org.apache.flex.compiler.internal.fxg.dom
-
This is a special delegate which special cases content node children for
the ITextNode and RichTextNode classes.
- ContentPropertyNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.ContentPropertyNode
-
- contentsNode - Variable in class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
- contentsNode - Variable in class org.apache.flex.compiler.internal.tree.as.BaseStatementNode
-
Block node that contains the contents of this statement
- contentsNode - Variable in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
The contents of this loop
- contentsNode - Variable in class org.apache.flex.compiler.internal.tree.as.MemberedNode
-
Contents of this package or class (holds everything within the {})
- contentsNode - Variable in class org.apache.flex.compiler.internal.tree.as.parts.FunctionContentsPart
-
The contents of this function
- contentsPart - Variable in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Contents of the function, including args, etc
- CONTEXT_NOT_FOUND - Static variable in class org.apache.flex.compiler.internal.as.codegen.ControlFlowContextManager
-
Manifest constant used by control-flow search routines for "not found"
- CONTINUE - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- continueAggregate() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
- continueAggregate() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Add the current yytext() to the current aggregate
- continueAggregate(Token) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- continueAggregate(String) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- continueAggregate(char) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- continueAggregate(char[]) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- continueAggregate() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Add the current yytext() to the current aggregate
- continueAggregate(Token) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- CONTRIBUTOR - Static variable in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
A contributor's name to store in the SWF metadata.
- ControlFlowContext - Class in org.apache.flex.compiler.internal.as.codegen
-
There is an active ControlFlowContext for each syntactic region that can
introduce new labels or requires clean up code in the presence of non-linear
code.:
Loops
Loops can contain break or continue statements.
- ControlFlowContext(IASNode) - Constructor for class org.apache.flex.compiler.internal.as.codegen.ControlFlowContext
-
- ControlFlowContextManager - Class in org.apache.flex.compiler.internal.as.codegen
-
The ControlFlowContextManager is the code generator's
keeper of active control-flow contexts and the associated
(implicit in the configuration of contexts) model of the scope stack.
- ControlFlowGraph - Class in org.apache.flex.abc.semantics
-
A ControlFlowGraph represents the flow of control through a sequence of
instructions.
- convertBundleNameToColonSyntax(String) - Static method in class org.apache.flex.compiler.internal.resourcebundles.ResourceBundleUtils
-
This methods converts a resource bundle qualified name in "dotted syntax"
to use "colon syntax".
- convertSetINamespaceToNsset(Set<INamespaceDefinition>) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Convert a set of INamespaceDefinition objects into a Nsset.
- convertToMatrix(double, double, double, double, double) - Static method in class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- convertTransformAttrToMatrix(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
Convert discreet transform attributes to child matrix.
- CONVOLUTION - Static variable in class org.apache.flex.swf.types.Filter
-
- ConvolutionFilter - Class in org.apache.flex.swf.types
-
The Convolution filter is a two-dimensional discrete convolution.
- ConvolutionFilter() - Constructor for class org.apache.flex.swf.types.ConvolutionFilter
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ArrayLiteralNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAsNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorCommaNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorEqualNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanEqualsNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInstanceOfNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorIsNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanEqualsNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNotEqualNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusAssignmentNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictEqualNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictNotEqualNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ClassReferenceNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.DynamicAccessNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.EmbedNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Copy the ExpressionNodeBase and its subtree.
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionObjectNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.LiteralNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.MemberAccessExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceAccessExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.NilNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.NonResolvingIdentifierNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.NumericLiteralNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralValuePairNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNameExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNamespaceExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.RegExpLiteralNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ReturnNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.RuntimeNameExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.TernaryOperatorNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.ThrowNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorAtNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorBitwiseNotNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorDeleteNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorLogicalNotNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorMinusNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPlusNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostDecrementNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostIncrementNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPreDecrementNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPreIncrementNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorTypeOfNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorVoidNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.VariableExpressionNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.VectorLiteralNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.XMLListLiteralNode
-
- copy() - Method in class org.apache.flex.compiler.internal.tree.as.XMLLiteralNode
-
- copyForInitializer(IScopedNode) - Method in class org.apache.flex.compiler.internal.as.codegen.InstructionListNode
-
- copyForInitializer(IScopedNode) - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
- copyForInitializer(IScopedNode) - Method in interface org.apache.flex.compiler.tree.as.IExpressionNode
-
Return a copy of this IExpressionNode and all it's children that can be used
by VariableDefinition to resolve it's initial value without having to hold onto
the entire syntax tree for a source file.
- copyOf(Collection<DependencyType>) - Static method in class org.apache.flex.compiler.common.DependencyTypeSet
-
Constructs a new set with the specified collection of dependency
types in it.
- copyOf(DependencyTypeSet) - Static method in class org.apache.flex.compiler.common.DependencyTypeSet
-
Constructs a copy of another
DependencyTypeSet
.
- CORE_PACKAGE - Static variable in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
- correctRoundingErrors() - Method in class org.apache.flex.swf.builders.ShapeBuilder
-
If a shape is closed then the start and finish records must match exactly
to the nearest twip.
- couldBeAnyType() - Method in class org.apache.flex.abc.semantics.Name
-
- COUNT_DEFINITIONS - Static variable in class org.apache.flex.compiler.internal.common.Counter
-
Flag that enables counting of instances of DefinitionBase.
- COUNT_NODES - Static variable in class org.apache.flex.compiler.internal.common.Counter
-
Flag that enables counting of instances of NodeBase.
- COUNT_SCOPES - Static variable in class org.apache.flex.compiler.internal.common.Counter
-
Flag that enables counting of instances of ASScopeBase.
- COUNT_TOKENS - Static variable in class org.apache.flex.compiler.internal.common.Counter
-
Flag that enables counting of instances of TokenBase.
- CountedForLoopInitializerProblem - Class in org.apache.flex.compiler.problems
-
CountedForLoopInitializerProblem diagnoses problems with counted for loop
initializers, e.g., for(); for(i); for (i;); for(i;j;);
- CountedForLoopInitializerProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.CountedForLoopInitializerProblem
-
- Counter - Class in org.apache.flex.compiler.internal.common
-
A singleton class that counts the number of various objects (such as tokens,
nodes, definitions, and scopes) created during a compilation.
- countOccurrences(int) - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
Count occurrences of an Instruction with a specific opcode.
- crackDottedQName(ICompilerProject, String) - Static method in class org.apache.flex.compiler.common.Multiname
-
Constructs a
Multiname
by parsing the specified name string.
- crackDottedQName(ICompilerProject, String, boolean) - Static method in class org.apache.flex.compiler.common.Multiname
-
Constructs a
Multiname
by parsing the specified name string.
- creatDefaultIncludeHandler() - Static method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Create an
IncludeHandler
that does not interception of requests
to open included files.
- create(Set<INamespaceDefinition>, String) - Static method in class org.apache.flex.compiler.common.Multiname
-
- create(CommonTree, TokenStream) - Static method in class org.apache.flex.compiler.internal.css.CSSKeywordPropertyValue
-
Create a CSS property value from keyword.
- create(IFileSpecificationGetter, int) - Static method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Create an
IncludeHandler
with a given starting absolute offset.
- create(IFileSpecification, IncludeHandler) - Static method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
Create a tokenizer from a source file.
- create(IASToken, ExpressionNodeBase, ExpressionNodeBase) - Static method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
Factory method for various kinds of binary operator nodes.
- create(int, int, int, int, int, CharSequence) - Static method in class org.apache.flex.compiler.parsing.MXMLTokenFactory
-
Creates an
IMXMLToken
instance.
- create(BaseRecognizer, String[], RecognitionException) - Static method in class org.apache.flex.compiler.problems.CSSParserProblem
-
Create a
CSSParserProblem
from ANTLR's
BaseRecognizer.displayRecognitionError(java.lang.String[], org.antlr.runtime.RecognitionException)
.
- create(int) - Static method in class org.apache.flex.utils.CheapArray
-
Create a new cheapArray.
- create9SlicedShape(DefineImage, Rect, double, double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ImageHelper
-
- CREATE_XML_DOCUMENT_CALL_OPERANDS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- createASDocComment(ISourceLocation, IDocumentableDefinition) - Method in interface org.apache.flex.compiler.asdoc.IASDocDelegate
-
Called by MXML tree building code to create an
IASDocComment
for
classes defined by MXML files.
- createASDocComment(ISourceLocation, IDocumentableDefinition) - Method in class org.apache.flex.compiler.internal.parsing.as.NilASDocDelegate
-
- createASDocComment(ISourceLocation, IDocumentableDefinition) - Method in class org.apache.flex.compiler.internal.parsing.as.SimpleASDocDelegate
-
- createBevelFilter(BevelFilterNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createBlendMode(BlendMode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createBlurFilter(BlurFilterNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createCaps(Caps) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.flex.compiler.internal.projects.ASSourceFileHandler
-
- createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.flex.compiler.internal.projects.FXGSourceFileHandler
-
- createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in interface org.apache.flex.compiler.internal.projects.ISourceFileHandler
-
Creates a new
ICompilationUnit
instance for the specified project
and file.
- createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.flex.compiler.internal.projects.MXMLSourceFileHandler
-
- createCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.flex.compiler.internal.projects.ResourceBundleSourceFileHandler
-
- createCompilationUnit(File, DefinitionPriority.BasePriority, int, String, String) - Method in class org.apache.flex.compiler.internal.units.SourceCompilationUnitFactory
-
Constructs an
ICompilationUnit
that can process the specified
file, if there is a registered handler that can handle the specified
file.
- createConfigFilter() - Method in class org.apache.flex.compiler.clients.Optimizer.OptimizerConfigurator
-
Create a config filter that will filter out parameters that the optimizer doesn't accept
- createConfiguration() - Method in class org.apache.flex.compiler.config.Configurator
-
Create a new configuration instance.
- createConfigurationBuffer(Class<? extends Configuration>) - Method in class org.apache.flex.compiler.clients.Optimizer.OptimizerConfigurator
-
Create the config buffer with the right filter
- createConfigurationBuffer(Class<? extends Configuration>) - Method in class org.apache.flex.compiler.config.Configurator
-
Create a configuration buffer.
- createConfigurator() - Method in class org.apache.flex.compiler.clients.ASDOC
-
- createConfigurator() - Method in class org.apache.flex.compiler.clients.COMPC
-
- createConfigurator() - Method in class org.apache.flex.compiler.clients.MXMLC
-
Create a new Configurator.
- createConfigurator() - Method in class org.apache.flex.compiler.clients.Optimizer
-
- createContentsPart() - Method in class org.apache.flex.compiler.internal.tree.as.AccessorNode
-
- createContentsPart() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- createDecorationPart() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- createDecorationPart() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
- createDecorationPart() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- createDefaultLogger() - Static method in class org.apache.flex.compiler.fxg.logging.FXGLoggerFactory
-
Creates a new instance of the default implementation of IFXGLogger.
- createDefaultParser() - Static method in class org.apache.flex.compiler.fxg.FXGParserFactory
-
Creates a new instance of the default implementation of IFXGParser.
- createDefaultResourceResolver() - Static method in class org.apache.flex.compiler.fxg.resources.FXGResourceResolverFactory
-
Creates a new instance of the default implementation of IFXGParser.
- createDefineBits(InputStream, String) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ImageHelper
-
- createDefineBitsLossless(int[], int, int) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ImageHelper
-
- createDefineBitsTag(IFXGNode, String) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createDefineScalingGridTag(ScalingGrid) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createDefineShapeTag(AbstractShapeNode, List<ShapeRecord>, IFillNode, IStrokeNode, FXGMatrix, Winding...) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createDefineSpriteTag(String) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createDefinitionPromise(String, ICompilationUnit) - Static method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- createDeprecationProblem(IDefinition, IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Uses the
[Deprecated]
metadata of the specified definition
to create one of five different deprecation problems, depending on
the presence of message
, since
, and
replacement
attributes in the metadata.
- createDropShadowFilter(DropShadowFilterNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createEmptyIdentifierNodeAfterToken(Token) - Static method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
Create a dummy
IdentifierNode
after the given token.
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.AssetTagCache
-
Asset tags are associated with definitions by entries in
SymbolClassTag
.
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.ConcurrentCacheStoreBase
-
Concrete class must implement this method to create a cache value object.
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.CSSDocumentCache
-
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.FileScopeCache
-
Get the
ASFileScope
s associated with the key.
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.MXMLDataCache
-
Get the
MXMLData
to be associated with the key.
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.PackageNamespaceDefinitionCache
-
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.SWFCache
-
Get all the tags from a SWF file.
- createEntryValue(CacheStoreKeyBase) - Method in class org.apache.flex.swc.SWCManager
-
- createEventHandlerMethodInfo(ICompilerProject, IMXMLEventSpecifierNode, String) - Static method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
-
Creates a MethodInfo describing the signature for an autogenerated
MXML event handler method corresponding to an MXMLEventSpecifierNode.
- createExpressionNode(IMXMLNode, ITypeDefinition, ISourceFragment[], ISourceLocation, EnumSet<MXMLDialect.TextParsingFlags>, Object, MXMLClassDefinitionNode) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Creates a databinding node, a class directive node, or a literal node.
- createFileNode(IFileSpecification) - Method in class org.apache.flex.compiler.internal.units.ASCompilationUnit
-
Creates the FileNode to be returned by the syntax tree request
- createFilePrivateNamespaceDefinition(String) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new file private namespace definition.
- createFileScope(IWorkspace, String) - Method in class org.apache.flex.compiler.internal.scopes.ASFileScopeProvider
-
- createFileScope(IWorkspace, String) - Method in class org.apache.flex.compiler.internal.scopes.SWCFileScopeProvider
-
- createFileScope(IWorkspace, String) - Method in interface org.apache.flex.compiler.scopes.IFileScopeProvider
-
Create an
ASFileScope
object.
- createFillStyle(IFillNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFillStyle(SolidColorFillNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFillStyle(BitmapFillNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFillStyle(LinearGradientFillNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFillStyle(LinearGradientStrokeNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFillStyle(RadialGradientFillNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFillStyle(RadialGradientStrokeNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFilters(List<IFilterNode>) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createFlexProject(IWorkspace, IASDocBundleDelegate) - Static method in class org.apache.flex.compiler.projects.ProjectFactory
-
- createForASParser(IFileSpecification, IncludeHandler, boolean, List<String>) - Static method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
Create a tokenizer for
ASParser#parseFile()
.
- createForASTBuilding(IFileSpecificationGetter, String, int, int) - Static method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Create an
IncludeHandler
with a given starting absolute offset.
- createForInlineExpressionParsing(Reader, String) - Static method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
Create a tokenizer to parse an Expression.
- createForInlineScriptScopeBuilding(Reader, String, IncludeHandler, int, int, int) - Static method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
This creator doesn't "enter file" on creation.
- createForMXMLIndexing(String) - Static method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
Creates a tokenizer suitable for the mxml indexing code. fragments the
new tokenizer will tokenize.
- createForRepairingASTokenizer(Reader, String, IncludeHandler) - Static method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
This method can create a
StreamingASTokenizer
with optional
"follow includes".
- createFrame(SWFTarget, SWFTarget.SWFFrameInfo, ImmutableSet<ICompilationUnit>, Set<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget.FramesInformation
-
Creates a
SWFFrame
for a SWFTarget.SWFFrameInfo
.
- createFrames(SWFTarget, ISWF, ImmutableSet<ICompilationUnit>, Set<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget.FramesInformation
-
Creates all the
SWFFrame
s for the SWF skeleton represented by
this SWFTarget.FramesInformation
and adds them to the specified
ISWF
.
- createFunctionDefinition(String) - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Method to create the correct Definition class - needed so we can create
different Definition types for getters, setters, and plain old functions
- createFunctionDefinition(String) - Method in class org.apache.flex.compiler.internal.tree.as.GetterNode
-
- createFunctionDefinition(String) - Method in class org.apache.flex.compiler.internal.tree.as.SetterNode
-
- createGlowFilter(GlowFilterNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createGotoDefinitionHelp(IDefinition, String, String, boolean) - Static method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
Create a new meta tag for either "__go_to_ctor_definition_help" or
"__go_to_definition_help".
- createGradientBevelFilter(GradientBevelFilterNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createGradientGlowFilter(GradientGlowFilterNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createGradRecords(List<GradientEntryNode>) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createGraphicContext() - Method in class org.apache.flex.compiler.fxg.flex.FlexRichTextNode
-
Since RichText is converted to a sprite based ActionScript class
and rendered using Flex's RichText API, we do not report
attributes on the graphic context that are going to be set as properties
in ActionScript (as otherwise you would end up with duplicate
transformations).
- createGraphicContext() - Method in class org.apache.flex.compiler.fxg.flex.FlexTextGraphicNode
-
Since TextGraphic is converted to a sprite based ActionScript class
and rendered using Flex's RichText API, we do not report
attributes on the graphic context that are going to be set as properties
in ActionScript (as otherwise you would end up with duplicate
transformations).
- createGraphicContext() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- createGraphicContext() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupNode
-
- createGraphicContext() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IMaskingNode
-
- createInputStream() - Method in class org.apache.flex.compiler.filespecs.FileSpecification
-
- createInputStream() - Method in interface org.apache.flex.compiler.filespecs.IBinaryFileSpecification
-
- createInputStream() - Method in class org.apache.flex.compiler.internal.filespecs.SWCFileSpecification
-
- createInputStream() - Method in interface org.apache.flex.swc.ISWCFileEntry
-
Get the
InputStream
of the file entry.
- createInstanceNode(NodeBase, ITypeDefinition, ISourceFragment[], ISourceLocation, EnumSet<MXMLDialect.TextParsingFlags>, MXMLClassDefinitionNode) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Parses the specified source fragments as a databinding, or a compiler
directive, or a textual value of the specified type and returns an MXML
instance node representing the result.
- createInstructionList(IASNode) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
Common routine used by reductions that
need an empty list.
- createInstructionList(IASNode, int) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
Common routine used by reductions that
need an empty list.
- createInterfaceNamespaceDefinition(InterfaceDefinition) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new interface namespace definition for an interface
- createInternalNamespaceDefinition(String) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new internal namespace definition for a package.
- createInterpolationMode(InterpolationMethod) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createInvisibleCompilationUnit(String, IFileSpecificationGetter) - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- createInvisibleCompilationUnit(String, IFileSpecificationGetter, String) - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- createInvisibleCompilationUnit(String, IFileSpecificationGetter) - Method in interface org.apache.flex.compiler.projects.IASProject
-
Creates an
IInvisibleCompilationUnit
for the specified absolute
file name.
- createInvisibleCompilationUnit(String, IFileSpecificationGetter, String) - Method in interface org.apache.flex.compiler.projects.IASProject
-
Creates an
IInvisibleCompilationUnit
for the specified absolute
file name, specifying a qualified name.
- createJoints(Joints) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createKey(ISWC, String, ISWCScript, String) - Static method in class org.apache.flex.compiler.internal.caches.AssetTagCache
-
Factory method for creating a key object for
AssetTagCacheKey
.
- createKey(ISWC, String) - Static method in class org.apache.flex.compiler.internal.caches.CSSDocumentCache
-
Create a cache key for
CSSDocumentCache
that references
a CSS file in a SWC.
- createKey(String) - Static method in class org.apache.flex.compiler.internal.caches.CSSDocumentCache
-
Create a cache key for
CSSDocumentCache
that references
a CSS file on disk.
- createKey(ISWC, String, ISWCScript) - Static method in class org.apache.flex.compiler.internal.caches.FileScopeCache
-
Factory method for creating a key object for
SWCCache
.
- createKey(IFileSpecification) - Static method in class org.apache.flex.compiler.internal.caches.MXMLDataCache
-
- createKey(ISWC, String) - Static method in class org.apache.flex.compiler.internal.caches.SWFCache
-
Factory method for creating a key object for
SWCCache
.
- createKey(String) - Static method in class org.apache.flex.compiler.internal.caches.SWFCache
-
Factory method for creating a key object for
SWCCache
.
- createLargerStore() - Method in class org.apache.flex.compiler.internal.scopes.EmptyDefinitionStore
-
- createLargerStore() - Method in interface org.apache.flex.compiler.internal.scopes.IDefinitionStore
-
Creates another definition store with a greater capacity.
- createLargerStore() - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionStore
-
- createLargerStore() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- createLargerStore() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- createLargerStore() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- createLargerStore() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- createLibraryDependencyGraph(DependencyTypeSet) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Create a library dependency graph based on the both the external
library path and the internal library path of this project.
- createLineStyle(IStrokeNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createLineStyle(SolidColorStrokeNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createLineStyle(LinearGradientStrokeNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createLineStyle(RadialGradientStrokeNode, Rect) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createLinkReport(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.Target
-
Create a link report at the path setup in the
targetSettings.getLinkReportPath.
- createMainCompilationUnitForASC(CompilerProject, IFileSpecification, ASC) - Static method in class org.apache.flex.compiler.internal.units.ASCompilationUnit
-
Create a main compilation unit for ASC client.
- createMethodInfo(LexicalScope, FunctionNode, Name) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Creates a MethodInfo specifying the signature of a method
declared by a FunctionNode.
- createMethodInfo(LexicalScope, FunctionNode, Name) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Creates a MethodInfo specifying the signature of a method
declared by a FunctionNode.
- createMethodInfoWithDefaultArgumentValues(LexicalScope, FunctionNode) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Creates a MethodInfo specifying the signature of a method
declared by a FunctionNode, and adds in the information for any
default argument values.
- createMethodInfoWithDefaultArgumentValues(LexicalScope, FunctionNode) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Creates a MethodInfo specifying the signature of a method
declared by a FunctionNode, and adds in the information for any
default argument values.
- createModifiedInstruction(int, Instruction) - Static method in class org.apache.flex.abc.semantics.InstructionFactory
-
Copy an instruction's operands as necessary and substitute a new opcode.
- createNamespaceDefinition(Namespace) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- createNamespaceDefinition(String, Namespace) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- createNamespaceDefintionDirective(INamespaceReference, IASScope, String, String, INamespaceReference) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new usder defined namespace definition.
- createNamespaceReference(IASScope, INamespaceDecorationNode) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- createNamespaceReference(IASScope, INamespaceDecorationNode, boolean) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- createNamespaceReference(ASScope, String, INamespaceReference, IReference) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new UserDefinedNamespaceReference with the given scope, baseName, qualifier, and base reference
- createNamespaceReference(ASScope, String, INamespaceReference) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new UserDefinedNamespaceReference with the given scope, baseName, and qualifier
- createNamespaceReferencesForQualifier(ASScope, INamespaceDecorationNode) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Generate a collection of INamespaceReferences that are all the namespace references that the given
INamespaceDecorationNode refers to, when that node is used as the qualifier in an expression, such as:
qualifer::expr
This returns a collection because some qualifiers (public, protected) may actually refer to multiple
namespaces depending on the context where they are used
- createNode(String, String) - Method in class org.apache.flex.compiler.internal.fxg.sax.FXGSAXScanner
-
Attempts to construct an instance of IFXGNode for the given element.
- createNodeInfo(MXMLTreeBuilder) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
-
- createPackagePublicNamespaceDefinition(String) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- createPostfix(IASToken, ExpressionNodeBase) - Static method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorNodeBase
-
Factory method for various kinds of unary prefix operator nodes.
- createPrefix(IASToken, ExpressionNodeBase) - Static method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorNodeBase
-
Factory method for various kinds of unary prefix operator nodes.
- createPrivateNamespaceDefinition(String) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new private namespace definition.
- createProtectedNamespaceDefinition(String) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new protected namespace definition.
- createReader() - Method in class org.apache.flex.compiler.filespecs.CombinedFile
-
Create a
Reader
from the combined source text.
- createReader() - Method in class org.apache.flex.compiler.filespecs.FileSpecification
-
- createReader() - Method in interface org.apache.flex.compiler.filespecs.IFileSpecification
-
Creates a new Reader for the contents of file.
- createReader() - Method in class org.apache.flex.compiler.internal.filespecs.StringFileSpecification
-
- createReader() - Method in class org.apache.flex.compiler.internal.filespecs.SWCFileSpecification
-
- createReader() - Method in class org.apache.flex.compiler.internal.filespecs.ZipFileSpecification
-
- createShapeForImage(DefineImage, BitmapGraphicNode) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ImageHelper
-
Creates a rectangle for the given width and height as a DefineShape.
- createSimpleFlexProject() - Static method in class org.apache.flex.compiler.projects.ProjectFactory
-
Create a new FlexProject with a new Workspace
- createSpreadMode(SpreadMethod) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- createStaticProtectedNamespaceDefinition(String) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- createSWCTarget(ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- createSWCTarget(ITargetSettings, ITargetProgressMonitor) - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Create a SWC target
- createSWFTarget(ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- createSWFTarget(ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- createSWFTarget(ITargetSettings, ITargetProgressMonitor) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Create a SWF target
- createSWFWriter(ISWF, Header.Compression, boolean, boolean) - Method in interface org.apache.flex.swf.io.ISWFWriterFactory
-
- createTranscoder(CompilerProject, ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.EmbedData
-
- createUserDefinedNamespace(String, String) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Create a new user defined namespace definition.
- createVectorGeneratorMethodInfo(ICompilerProject, IMXMLVectorNode, String) - Static method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
-
Creates a MethodInfo describing the signature for an autogenerated
vector generator method.
- createWithClassesAndItsDependencies(SWFFrame, Collection<ClassDefinition>, ASProjectScope, boolean, Set<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
Add a set of root classes and its dependencies to a new frame or to an existing
frame.
- CREATOR - Static variable in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
A creator's name to store in the SWF metadata.
- criterion - Variable in exception org.apache.flex.compiler.exceptions.DuplicateLabelException
-
- criterion - Variable in exception org.apache.flex.compiler.exceptions.UnknownControlFlowTargetException
-
- CrossDomainRSLItem - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- csetCompilerWarnDuplicateVariableDef(ConfigurationValue, boolean) - Method in class org.apache.flex.compiler.config.Configuration
-
- CSMTextSettingsTag - Class in org.apache.flex.swf.tags
-
Represents a
CSMTextSettings
tag in a SWF file.
- CSMTextSettingsTag() - Constructor for class org.apache.flex.swf.tags.CSMTextSettingsTag
-
Constructor.
- css - Static variable in class org.apache.flex.utils.Trace
-
- CSSArrayPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Array type property values are comma-separated values in CSS properties.
- CSSArrayPropertyValue(List<CSSPropertyValue>, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSArrayPropertyValue
-
- CSSCodeGenProblem - Class in org.apache.flex.compiler.problems
-
CSS code generation problem.
- CSSCodeGenProblem(Throwable) - Constructor for class org.apache.flex.compiler.problems.CSSCodeGenProblem
-
- CSSColorPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Implementation for CSS color property values.
- CSSColorPropertyValue(CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSColorPropertyValue
-
Create a color property value from AST with hex color value such as
#FFEEDD
.
- CSSColorPropertyValue(int, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSColorPropertyValue
-
Create a color property value from color name keyword such as "red" ,
"blue".
- CSSCombinator - Class in org.apache.flex.compiler.internal.css
-
Implementation of
ICSSCombinator
.
- CSSCombinator(CSSSelector, CombinatorType, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSCombinator
-
- CSSCompilationSession - Class in org.apache.flex.compiler.internal.css.codegen
-
A CSS compilation session stores data used by one compilation cycle.
- CSSCompilationSession() - Constructor for class org.apache.flex.compiler.internal.css.codegen.CSSCompilationSession
-
Initialize a CSS compilation session object.
- CSSDocument - Class in org.apache.flex.compiler.internal.css
-
Implementation of a CSS model.
- CSSDocument(List<CSSRule>, List<CSSNamespaceDefinition>, List<CSSFontFace>, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSDocument
-
Create a root CSS definition.
- CSSDocumentCache - Class in org.apache.flex.compiler.internal.caches
-
Cache for
ICSSDocument
at workspace level.
- CSSDocumentCache() - Constructor for class org.apache.flex.compiler.internal.caches.CSSDocumentCache
-
- CSSDocumentCache.CSSDocumentCacheKey - Class in org.apache.flex.compiler.internal.caches
-
Key object for
CSSDocumentCache
.
- CSSDocumentCache.CSSDocumentCacheKey(ISWC, String) - Constructor for class org.apache.flex.compiler.internal.caches.CSSDocumentCache.CSSDocumentCacheKey
-
- CSSDocumentCache.CSSDocumentCacheKey2 - Class in org.apache.flex.compiler.internal.caches
-
Key object for
CSSDocumentCache
.
- CSSDocumentCache.CSSDocumentCacheKey2(String) - Constructor for class org.apache.flex.compiler.internal.caches.CSSDocumentCache.CSSDocumentCacheKey2
-
- CSSDocumentCache.ProblemParsingCSSRuntimeException - Exception in org.apache.flex.compiler.internal.caches
-
Since
ConcurrentCacheStoreBase.get(org.apache.flex.compiler.internal.caches.CacheStoreKeyBase)
doesn't return compiler
problems, when there's problem parsing CSS file in
CSSDocumentCache.createEntryValue(org.apache.flex.compiler.internal.caches.CacheStoreKeyBase)
, we have to throw a runtime exception to pass
the compiler problems to the caller of the cache store.
- CSSDocumentCache.ProblemParsingCSSRuntimeException(Collection<ICompilerProblem>) - Constructor for exception org.apache.flex.compiler.internal.caches.CSSDocumentCache.ProblemParsingCSSRuntimeException
-
- cssDocuments - Variable in class org.apache.flex.compiler.internal.css.codegen.CSSCompilationSession
-
A list of CSS models to be included in the code generation.
- CSSEmbedAssetProblem - Class in org.apache.flex.compiler.problems
-
Problem for processing CSS Embed() properties.
- CSSEmbedAssetProblem(CSSFunctionCallPropertyValue) - Constructor for class org.apache.flex.compiler.problems.CSSEmbedAssetProblem
-
Create a problem for embed asset failure.
- CSSEmitter - Class in org.apache.flex.compiler.internal.css.codegen
-
- CSSEmitter - Class in org.apache.flex.compiler.internal.css.codegen
-
- CSSEmitter(CSSReducer) - Constructor for class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- CSSEmitter(CSSReducer) - Constructor for class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- CSSExcludedStylePropertyProblem - Class in org.apache.flex.compiler.problems
-
Compiler problem for using excluded style.
- CSSExcludedStylePropertyProblem(ICSSProperty, String) - Constructor for class org.apache.flex.compiler.problems.CSSExcludedStylePropertyProblem
-
Create a problem for using excluded style.
- cssFileName - Variable in class org.apache.flex.compiler.internal.caches.CSSDocumentCache.CSSDocumentCacheKey
-
- cssFileName - Variable in class org.apache.flex.compiler.internal.caches.CSSDocumentCache.CSSDocumentCacheKey2
-
- CSSFontFace - Class in org.apache.flex.compiler.internal.css
-
Implementation for
@font-face
statement DOM.
- CSSFontFace(List<CSSProperty>, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSFontFace
-
Construct a
CSSFontFace
from a list of properties.
- CSSFunctionCallPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Base class for CSS function call property values.
- CSSFunctionCallPropertyValue(String, String, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSFunctionCallPropertyValue
-
Initialize a
CSSFunctionCallPropertyValue
.
- CSSKeyFrames - Class in org.apache.flex.compiler.internal.css
-
Implementation for
@keyframe
statement DOM.
- CSSKeyFrames(String, CSSModelTreeType, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSKeyFrames
-
Construct a
CSSFontFace
from a list of properties.
- CSSKeywordPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Implementation for CSS keyword property value.
- CSSKeywordPropertyValue(CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSKeywordPropertyValue
-
- CSSLexer - Class in org.apache.flex.compiler.internal.css
-
- CSSLexer - Class in org.apache.flex.compiler.internal.css
-
- CSSLexer() - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer
-
- CSSLexer(CharStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer
-
- CSSLexer(CharStream, RecognizerSharedState) - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer
-
- CSSLexer() - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer
-
- CSSLexer(CharStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer
-
- CSSLexer(CharStream, RecognizerSharedState) - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer
-
- CSSLexer.DFA42 - Class in org.apache.flex.compiler.internal.css
-
- CSSLexer.DFA42 - Class in org.apache.flex.compiler.internal.css
-
- CSSLexer.DFA42(BaseRecognizer) - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer.DFA42
-
- CSSLexer.DFA42(BaseRecognizer) - Constructor for class org.apache.flex.compiler.internal.css.CSSLexer.DFA42
-
- CSSManager - Class in org.apache.flex.compiler.internal.css
-
Project-level CSS manager.
- CSSManager(FlexProject) - Constructor for class org.apache.flex.compiler.internal.css.CSSManager
-
Initialize a CSS manager.
- CSSMediaQueryCondition - Class in org.apache.flex.compiler.internal.css
-
Implementation for a media query condition.
- CSSMediaQueryCondition(CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSMediaQueryCondition
-
Create a media query condition from a keyword.
- CSSMediaQueryCondition(String, CSSPropertyValue, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSMediaQueryCondition
-
Create a media query condition from a key-value pair.
- CSSModelTreeType - Enum in org.apache.flex.compiler.internal.css
-
Tree node type of CSS DOM tree.
- CSSModuleGenerator - Class in org.apache.flex.compiler.internal.css.codegen
-
This class generates the "main" class and "style data" class for a CSS module
SWF.
- CSSModuleGenerator() - Constructor for class org.apache.flex.compiler.internal.css.codegen.CSSModuleGenerator
-
- CSSNamespaceDefinition - Class in org.apache.flex.compiler.internal.css
-
Implementation for
@namespace
statements.
- CSSNamespaceDefinition(String, String, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSNamespaceDefinition
-
Create a node for
@namespace
statement.
- CSSNumberPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Implementation for number CSS property values.
- CSSNumberPropertyValue(String, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSNumberPropertyValue
-
- CSSParser - Class in org.apache.flex.compiler.internal.css
-
This is a grammar for advanced CSS in Flex.
- CSSParser - Class in org.apache.flex.compiler.internal.css
-
This is a grammar for advanced CSS in Flex.
- CSSParser(TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSParser
-
- CSSParser(TokenStream, RecognizerSharedState) - Constructor for class org.apache.flex.compiler.internal.css.CSSParser
-
- CSSParser(TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSParser
-
- CSSParser(TokenStream, RecognizerSharedState) - Constructor for class org.apache.flex.compiler.internal.css.CSSParser
-
- CSSParser.attributeName_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeName_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeName_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeName_return
-
- CSSParser.attributeName_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeName_return
-
- CSSParser.attributeOperator_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeOperator_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeOperator_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeOperator_return
-
- CSSParser.attributeOperator_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeOperator_return
-
- CSSParser.attributeSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeSelector_return
-
- CSSParser.attributeSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeSelector_return
-
- CSSParser.attributeValue_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeValue_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.attributeValue_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeValue_return
-
- CSSParser.attributeValue_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.attributeValue_return
-
- CSSParser.childSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.childSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.childSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.childSelector_return
-
- CSSParser.childSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.childSelector_return
-
- CSSParser.compoundSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.compoundSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.compoundSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.compoundSelector_return
-
- CSSParser.compoundSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.compoundSelector_return
-
- CSSParser.condition_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.condition_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.condition_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.condition_return
-
- CSSParser.condition_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.condition_return
-
- CSSParser.declaration_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.declaration_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.declaration_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.declaration_return
-
- CSSParser.declaration_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.declaration_return
-
- CSSParser.declarationsBlock_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.declarationsBlock_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.declarationsBlock_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.declarationsBlock_return
-
- CSSParser.declarationsBlock_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.declarationsBlock_return
-
- CSSParser.element_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.element_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.element_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.element_return
-
- CSSParser.element_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.element_return
-
- CSSParser.fontFace_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.fontFace_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.fontFace_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.fontFace_return
-
- CSSParser.fontFace_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.fontFace_return
-
- CSSParser.formatOption_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.formatOption_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.formatOption_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.formatOption_return
-
- CSSParser.formatOption_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.formatOption_return
-
- CSSParser.keyframes_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.keyframes_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.keyframes_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.keyframes_return
-
- CSSParser.keyframes_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.keyframes_return
-
- CSSParser.mediaQuery_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.mediaQuery_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.mediaQuery_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.mediaQuery_return
-
- CSSParser.mediaQuery_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.mediaQuery_return
-
- CSSParser.medium_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.medium_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.medium_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.medium_return
-
- CSSParser.medium_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.medium_return
-
- CSSParser.mediumCondition_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.mediumCondition_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.mediumCondition_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.mediumCondition_return
-
- CSSParser.mediumCondition_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.mediumCondition_return
-
- CSSParser.namespaceStatement_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.namespaceStatement_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.namespaceStatement_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.namespaceStatement_return
-
- CSSParser.namespaceStatement_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.namespaceStatement_return
-
- CSSParser.precededSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.precededSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.precededSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.precededSelector_return
-
- CSSParser.precededSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.precededSelector_return
-
- CSSParser.ruleset_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.ruleset_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.ruleset_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.ruleset_return
-
- CSSParser.ruleset_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.ruleset_return
-
- CSSParser.selectorGroup_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.selectorGroup_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.selectorGroup_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.selectorGroup_return
-
- CSSParser.selectorGroup_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.selectorGroup_return
-
- CSSParser.siblingSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.siblingSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.siblingSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.siblingSelector_return
-
- CSSParser.siblingSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.siblingSelector_return
-
- CSSParser.simpleSelectorFraction_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.simpleSelectorFraction_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.simpleSelectorFraction_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.simpleSelectorFraction_return
-
- CSSParser.simpleSelectorFraction_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.simpleSelectorFraction_return
-
- CSSParser.singleValue_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.singleValue_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.singleValue_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.singleValue_return
-
- CSSParser.singleValue_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.singleValue_return
-
- CSSParser.stylesheet_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.stylesheet_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.stylesheet_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.stylesheet_return
-
- CSSParser.stylesheet_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.stylesheet_return
-
- CSSParser.value_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.value_return - Class in org.apache.flex.compiler.internal.css
-
- CSSParser.value_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.value_return
-
- CSSParser.value_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSParser.value_return
-
- CSSParserProblem - Class in org.apache.flex.compiler.problems
-
CSS parser problem.
- cssParserProblems - Variable in exception org.apache.flex.compiler.internal.caches.CSSDocumentCache.ProblemParsingCSSRuntimeException
-
A collection of compiler problems from parsing the CSS file.
- CSSProblem - Class in org.apache.flex.compiler.problems
-
Base class for all CSS problems.
- CSSProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.CSSProblem
-
- CSSProblem() - Constructor for class org.apache.flex.compiler.problems.CSSProblem
-
- CSSProperty - Class in org.apache.flex.compiler.internal.css
-
Implementation for a CSS property.
- CSSProperty(String, CSSPropertyValue, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSProperty
-
- CSSPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Base class for all CSS property value types.
- CSSPropertyValue(CommonTree, TokenStream, CSSModelTreeType) - Constructor for class org.apache.flex.compiler.internal.css.CSSPropertyValue
-
- CSSReducer - Class in org.apache.flex.compiler.internal.css.codegen
-
This reducer generates a valid CSS file from a CSS model tree.
- CSSReducer(IFlexProject, ICSSDocument, IABCVisitor, CSSCompilationSession, boolean, int) - Constructor for class org.apache.flex.compiler.internal.css.codegen.CSSReducer
-
Create a CSS reducer.
- CSSRgbaColorPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Implementation for CSS rgb (0,0,0) property values.
- CSSRgbaColorPropertyValue(String, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSRgbaColorPropertyValue
-
Create a color property value from AST with rgb color value such as
rgb(100%, 0%, 0%)
.
- CSSRgbColorPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Implementation for CSS rgb (0,0,0) property values.
- CSSRgbColorPropertyValue(String, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSRgbColorPropertyValue
-
Create a color property value from AST with rgb color value such as
rgb(100%, 0%, 0%)
.
- CSSRule - Class in org.apache.flex.compiler.internal.css
-
Implementation for CSS rules.
- CSSRule(List<CSSMediaQueryCondition>, List<CSSSelector>, List<CSSProperty>, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSRule
-
- CSSSelector - Class in org.apache.flex.compiler.internal.css
-
Implementation for a simple selector.
- CSSSelector(CSSCombinator, String, String, List<CSSSelectorCondition>, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSSelector
-
- CSSSelectorCondition - Class in org.apache.flex.compiler.internal.css
-
Implementation for CSS conditional selector.
- CSSSelectorCondition(String, ConditionType, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSSelectorCondition
-
- CSSSemanticAnalyzer - Class in org.apache.flex.compiler.internal.css.semantics
-
Semantic analyzer for CSS.
- CSSSemanticAnalyzer() - Constructor for class org.apache.flex.compiler.internal.css.semantics.CSSSemanticAnalyzer
-
- CSSStringPropertyValue - Class in org.apache.flex.compiler.internal.css
-
Implementation for CSS string property values.
- CSSStringPropertyValue(String, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSStringPropertyValue
-
- CSSStyleDeclaration - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- CSSTextNode - Class in org.apache.flex.compiler.internal.css
-
A CSS node with text value.
- CSSTextNode(String, ImmutableList<? extends ICSSNode>) - Constructor for class org.apache.flex.compiler.internal.css.CSSTextNode
-
Create a text node with children.
- CSSTree - Class in org.apache.flex.compiler.internal.css
-
This is a tree grammar for advanced CSS in Flex.
- CSSTree - Class in org.apache.flex.compiler.internal.css
-
This is a tree grammar for advanced CSS in Flex.
- CSSTree(TreeNodeStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSTree
-
- CSSTree(TreeNodeStream, RecognizerSharedState) - Constructor for class org.apache.flex.compiler.internal.css.CSSTree
-
- CSSTree(TreeNodeStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSTree
-
- CSSTree(TreeNodeStream, RecognizerSharedState) - Constructor for class org.apache.flex.compiler.internal.css.CSSTree
-
- CSSTree.argumentList_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.argumentList_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.argumentList_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.argumentList_return
-
- CSSTree.argumentList_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.argumentList_return
-
- CSSTree.conditionSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.conditionSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.conditionSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.conditionSelector_return
-
- CSSTree.conditionSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.conditionSelector_return
-
- CSSTree.declaration_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.declaration_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.declaration_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.declaration_return
-
- CSSTree.declaration_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.declaration_return
-
- CSSTree.fontFace_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.fontFace_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.fontFace_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.fontFace_return
-
- CSSTree.fontFace_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.fontFace_return
-
- CSSTree.formatOption_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.formatOption_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.formatOption_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.formatOption_return
-
- CSSTree.formatOption_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.formatOption_return
-
- CSSTree.keyframes_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.keyframes_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.keyframes_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.keyframes_return
-
- CSSTree.keyframes_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.keyframes_return
-
- CSSTree.mediaQuery_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.mediaQuery_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.mediaQuery_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.mediaQuery_scope
-
- CSSTree.mediaQuery_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.mediaQuery_scope
-
- CSSTree.mediumCondition_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.mediumCondition_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.mediumCondition_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.mediumCondition_return
-
- CSSTree.mediumCondition_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.mediumCondition_return
-
- CSSTree.namespaceStatement_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.namespaceStatement_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.namespaceStatement_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.namespaceStatement_return
-
- CSSTree.namespaceStatement_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.namespaceStatement_return
-
- CSSTree.ruleset_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.ruleset_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.ruleset_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.ruleset_return
-
- CSSTree.ruleset_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.ruleset_return
-
- CSSTree.ruleset_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.ruleset_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.ruleset_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.ruleset_scope
-
- CSSTree.ruleset_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.ruleset_scope
-
- CSSTree.simpleSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.simpleSelector_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.simpleSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.simpleSelector_return
-
- CSSTree.simpleSelector_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.simpleSelector_return
-
- CSSTree.simpleSelector_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.simpleSelector_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.simpleSelector_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.simpleSelector_scope
-
- CSSTree.simpleSelector_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.simpleSelector_scope
-
- CSSTree.singleValue_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.singleValue_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.singleValue_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.singleValue_return
-
- CSSTree.singleValue_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.singleValue_return
-
- CSSTree.stylesheet_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.stylesheet_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.stylesheet_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.stylesheet_return
-
- CSSTree.stylesheet_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.stylesheet_return
-
- CSSTree.stylesheet_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.stylesheet_scope - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.stylesheet_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.stylesheet_scope
-
- CSSTree.stylesheet_scope() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.stylesheet_scope
-
- CSSTree.value_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.value_return - Class in org.apache.flex.compiler.internal.css
-
- CSSTree.value_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.value_return
-
- CSSTree.value_return() - Constructor for class org.apache.flex.compiler.internal.css.CSSTree.value_return
-
- CSSTypedNode - Class in org.apache.flex.compiler.internal.css
-
An "imaginary" CSS node with a node type.
- CSSTypedNode(CSSModelTreeType, ImmutableList<? extends ICSSNode>) - Constructor for class org.apache.flex.compiler.internal.css.CSSTypedNode
-
- CSSUndefinedNamespacePrefixProblem - Class in org.apache.flex.compiler.problems
-
Use of undefined namespace prefix.
- CSSUndefinedNamespacePrefixProblem(ICSSSelector) - Constructor for class org.apache.flex.compiler.problems.CSSUndefinedNamespacePrefixProblem
-
Create a problem from a selector with undefined namespace prefix.
- CSSUndefinedTypeProblem - Class in org.apache.flex.compiler.problems
-
Selector with undefined type.
- CSSUndefinedTypeProblem(ICSSSelector) - Constructor for class org.apache.flex.compiler.problems.CSSUndefinedTypeProblem
-
Create a problem for undefined type in the given selector.
- CSSUnknownDefaultNamespaceProblem - Class in org.apache.flex.compiler.problems
-
When a type selector doesn't specify namespace prefix, a default namespace
must be defined in the CSS.
- CSSUnknownDefaultNamespaceProblem(ICSSSelector) - Constructor for class org.apache.flex.compiler.problems.CSSUnknownDefaultNamespaceProblem
-
Create a problem when a CSS document doesn't have a default namespace and
the selector doesn't specify a namespace prefix.
- CSSUnresolvedClassReferenceProblem - Class in org.apache.flex.compiler.problems
-
CSS problem for unresolved classes used in
ClassReference()
.
- CSSUnresolvedClassReferenceProblem(CSSFunctionCallPropertyValue) - Constructor for class org.apache.flex.compiler.problems.CSSUnresolvedClassReferenceProblem
-
Create a problem for undefined type in the given selector.
- CSSUnusedTypeSelectorProblem - Class in org.apache.flex.compiler.problems
-
Report unused type selector used in
<fx:Style>
in an MXML document.
- CSSUnusedTypeSelectorProblem(ICSSSelector) - Constructor for class org.apache.flex.compiler.problems.CSSUnusedTypeSelectorProblem
-
- CSSURLAndFormatPropertyValue - Class in org.apache.flex.compiler.internal.css
-
- CSSURLAndFormatPropertyValue(String, String, String, CommonTree, TokenStream) - Constructor for class org.apache.flex.compiler.internal.css.CSSURLAndFormatPropertyValue
-
Initialize a
CSSURLAndFormatPropertyValue
.
- CUBIC_TO - Static variable in interface org.apache.flex.swf.builders.IShapeIterator
-
- cubicToQuadratic(double, double, double, double, double, double, double, double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ShapeHelper
-
Approximates a cubic Bezier as a series of 4 quadratic CurvedEdgeRecord
with the method outlined by Timothee Groleau in ActionScript (which was
based on Helen Triolo's approach of using Casteljau's approximation).
- curAttribute - Variable in class org.apache.flex.compiler.internal.css.CSSTree
-
Used for building up attribute selector strings until we implement a data
structure for it.
- curAttribute - Variable in class org.apache.flex.compiler.internal.css.CSSTree
-
Used for building up attribute selector strings until we implement a data
structure for it.
- currentPos() - Method in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
returns the current position into the buffer
- currentSegment(double[]) - Method in interface org.apache.flex.swf.builders.IShapeIterator
-
- curved(double, double, double, double) - Method in class org.apache.flex.swf.builders.ShapeBuilder
-
Creates a quadratic spline in SWF as a curved-edge record.
- curvedEdge(double, double, double, double, double, double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ShapeHelper
-
Creates a CurvedEdgeRecord to represent a quadratic curve by calculating
the deltas between the start coordinates and the control point
coordinates, and between the control point coordinates and the anchor
coordinates.
- CurvedEdgeRecord - Class in org.apache.flex.swf.types
-
The curved-edge record stores the edge as two X-Y deltas.
- CurvedEdgeRecord() - Constructor for class org.apache.flex.swf.types.CurvedEdgeRecord
-
- CXForm - Class in org.apache.flex.swf.types
-
The CXFORM record defines a simple transform that can be applied to the color
space of a graphic object.
- CXForm() - Constructor for class org.apache.flex.swf.types.CXForm
-
- cxFormWithAlpha(double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.TypeHelper
-
Creates a SWF CXFormWithAlpha type for the common scenario where only an
alpha multiplier has been specified.
- cxFormWithAlpha(double, double, double, double, double, double, double, double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.TypeHelper
-
Creates a SWF CXFormWithAlpha type for the given double precision values
for ARGB multipliers and offsets.
- CXFormWithAlpha - Class in org.apache.flex.swf.types
-
The
CXFORMWITHALPHA
record extends the functionality of
CXFORM
by allowing color transforms to be applied to the alpha
channel, as well as the red, green, and blue channels.
- CXFormWithAlpha() - Constructor for class org.apache.flex.swf.types.CXFormWithAlpha
-
- CyclicalIncludesProblem - Class in org.apache.flex.compiler.problems
-
- CyclicalIncludesProblem(ASToken) - Constructor for class org.apache.flex.compiler.problems.CyclicalIncludesProblem
-
D
- d - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.MatrixNode
-
- d - Variable in class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- DAByteArrayOutputStream - Class in org.apache.flex.utils
-
ByteArratOuputStream that supports directly accessing the byte array inside the stream
- DAByteArrayOutputStream() - Constructor for class org.apache.flex.utils.DAByteArrayOutputStream
-
- DAByteArrayOutputStream(int) - Constructor for class org.apache.flex.utils.DAByteArrayOutputStream
-
- data - Variable in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
- data - Variable in class org.apache.flex.compiler.internal.fxg.dom.PathNode
-
- data - Variable in class org.apache.flex.swf.types.ClipActions
-
- DATA_ARRAY - Static variable in class org.apache.flex.compiler.internal.css.codegen.CSSReducer
-
The base name of CSS data array.
- DataTranscoder - Class in org.apache.flex.compiler.internal.embedding.transcoders
-
Handle the embedding of data using a ByteArray
- DataTranscoder(EmbedData, Workspace) - Constructor for class org.apache.flex.compiler.internal.embedding.transcoders.DataTranscoder
-
Constructor.
- date - Variable in class org.apache.flex.compiler.config.Configuration
-
- Date - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- DATE - Static variable in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
The creation date to store in the SWF metadata.
- DATE - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the tag representing the ActionScript
Date
type.
- DATE - Variable in class org.apache.flex.compiler.problems.DateCastProblem
-
- DateCastProblem - Class in org.apache.flex.compiler.problems
-
Problem generated by usage of
Date(...)
- DateCastProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.DateCastProblem
-
- DeadCodeFilter - Class in org.apache.flex.abc.optimize
-
DeadCodeFilter rebuilds the method's result InstructionList by walking the
control flow graph at visitEnd() time, and resets its delegate's instructions
to the pruned InstructionList.
- DeadCodeFilter(MethodBodyInfo, IMethodBodyVisitor, IDiagnosticsVisitor) - Constructor for class org.apache.flex.abc.optimize.DeadCodeFilter
-
Constructor.
- debug() - Method in class org.apache.flex.compiler.config.Configuration
-
- DEBUG - Static variable in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- debug(Object) - Method in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- debug(Object, Throwable) - Method in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- debug(Object, Throwable, String, int, int) - Method in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- debug(Object) - Method in class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
-
- debug(Object, Throwable) - Method in class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
-
- debug(Object, Throwable, String, int, int) - Method in class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
-
- DEBUG_LINE_UNKNOWN - Static variable in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Manifest constant for "debug line number not known."
- DEBUG_PASSWORD - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- decideCompression(boolean, int, boolean) - Static method in class org.apache.flex.swf.Header
-
Based on desire for compression, debug, and swf version, pick the
appropriate compression type
- declaration() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- declaration() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- declaration() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- declaration() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- DECLARATIONS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
<Declarations>
tag.
- declarationsBlock() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- declarationsBlock() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- declarationsBlock() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- declarationsBlock() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- declarationsXMLName - Variable in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
- declaredInControlFlow() - Method in class org.apache.flex.compiler.internal.definitions.VariableDefinition
-
Was this variable declared inside a control flow construct?
- declareVariableName(Name) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Add a variable name to the set of known names.
- declName - Variable in class org.apache.flex.compiler.problems.ConflictingInheritedNameInNamespaceProblem
-
- declName - Variable in class org.apache.flex.compiler.problems.ConflictingNameInNamespaceProblem
-
- declocal() - Method in class org.apache.flex.compiler.internal.as.codegen.Binding
-
Fetch this Binding's declocal instruction;
the Binding manages a single instruction
so that its register number can be assigned
at function wrap-up time.
- declocal_i() - Method in class org.apache.flex.compiler.internal.as.codegen.Binding
-
Fetch this Binding's declocal_i instruction;
the Binding manages a single instruction
so that its register number can be assigned
at function wrap-up time.
- decode(String) - Method in class org.apache.flex.utils.Base64.Decoder
-
- decodeEscapedUnicode(String) - Static method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
Convert escaped unicode sequence such as
ÿ
and \xFF
to unicode code point.
- decodeOp(int) - Static method in class org.apache.flex.abc.semantics.Instruction
-
Get the symbolic name of an opcode.
- decodeOpcodeName(String) - Static method in class org.apache.flex.abc.semantics.Instruction
-
Decode an opcode name into a numeric constant.
- decorate(E) - Method in interface org.apache.flex.utils.FastStack.IFastStackDecorator
-
Decorates the value as it is popped or peeked from the stack
- decorateVariableType(IDefinition) - Method in interface org.apache.flex.compiler.tree.as.decorators.IVariableTypeDecorator
-
Decorates this variables type based on context, and returns back the
actual type of this variable
- DecorationPart - Class in org.apache.flex.compiler.internal.tree.as.parts
-
- DecorationPart() - Constructor for class org.apache.flex.compiler.internal.tree.as.parts.DecorationPart
-
- decrementCount(String) - Method in class org.apache.flex.compiler.internal.common.Counter
-
Decrements the count with the specified name.
- DecrementMustBeReferenceProblem - Class in org.apache.flex.compiler.problems
-
DecrementMustBeReferenceProblem is emitted by the method body
semantic checker when it encounters a decrement operand with no name,
or by the pattern match failure analysis routine if the parser leaks
an invalid AST.
- DecrementMustBeReferenceProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.DecrementMustBeReferenceProblem
-
- DEFAULT - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- DEFAULT - Static variable in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
The
MXMLDialect
representing the default dialect of MXML.
- DEFAULT_BACKGROUND_COLOR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- DEFAULT_CONFIG_NAME - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
Default name always available for conditional compilation
- DEFAULT_DO_ABC_TAG_NAME - Static variable in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- DEFAULT_FACTORY - Static variable in interface org.apache.flex.compiler.internal.css.codegen.ICSSRuntimeConstants
-
- DEFAULT_FORMATTER - Static variable in class org.apache.flex.compiler.clients.problems.ProblemFormatter
-
- DEFAULT_FRAME_RATE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- DEFAULT_FXG_2_0_NODES - Static variable in class org.apache.flex.compiler.internal.fxg.sax.FXG_v2_0_Handler
-
The default IFXGNode Classes to handle elements in the FXG 2.0
- DEFAULT_OUTPUT_DIRECTORY_TOKEN - Static variable in class org.apache.flex.compiler.config.Configuration
-
- DEFAULT_SCRIPT_LIMITS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- DEFAULT_SIZE - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- DEFAULT_SWF_WRITER_FACTORY - Static variable in class org.apache.flex.swf.io.SWFWriter
-
A factory for default SWF writers.
- DEFAULT_XML_NAMESPACE - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- DefaultArgumentValue - Annotation Type in org.apache.flex.compiler.internal.config.annotations
-
DefaultArgumentValue is used to specify default values for an argument,
for when the value isn't specified.
- defaultArgValues - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
-
- defaultConstructorNode - Variable in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Generated FunctionNode to represent default constructor (if there isn't
an explicit one)
- defaultproperty(MetaTagsNode) - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
-
- DefaultPropertyTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
-
Implementation of
IDefaultPropertyTagNode
.
- DefaultPropertyTagNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.DefaultPropertyTagNode
-
Constructor.
- DefaultsConfigurator - Class in org.apache.flex.compiler.internal.config
-
This class makes the default values go in through the configuration
buffer instead of just the value set on the actual object.
- DefaultsConfigurator() - Constructor for class org.apache.flex.compiler.internal.config.DefaultsConfigurator
-
- DefaultSeverity - Annotation Type in org.apache.flex.compiler.problems.annotations
-
The default severity of this type of problem.
- defaultStyles(boolean, boolean, boolean) - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
clears the styles of this style change record if the respective boolean is set
- defaultvar - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.AmbiguousParse
-
- defaultVersion - Static variable in class org.apache.flex.compiler.internal.fxg.sax.FXGVersionHandlerRegistry
-
- DefaultXMLNamespaceNode - Class in org.apache.flex.compiler.internal.tree.as
-
Represents a default xml namespace statement
- DefaultXMLNamespaceNode(KeywordNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.DefaultXMLNamespaceNode
-
Constructor.
- defaultXMLNamespaceStatement(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a default XML namespace statement.
- DeferFunctionBody - Enum in org.apache.flex.compiler.internal.parsing.as
-
Options to turn on and off "deferred function body" feature.
- DEFERRED - Variable in class org.apache.flex.compiler.problems.MXMLInvalidItemCreationPolicyProblem
-
- DeferredInstanceFromClass - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- DeferredInstanceFromFunction - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- DefineBinaryDataTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineBinaryData
tag in a SWF file.
- DefineBinaryDataTag(byte[]) - Constructor for class org.apache.flex.swf.tags.DefineBinaryDataTag
-
Constructor.
- DefineBitsJPEG2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineBitsJPEG2
tag in a SWF file.
- DefineBitsJPEG2Tag() - Constructor for class org.apache.flex.swf.tags.DefineBitsJPEG2Tag
-
Constructor.
- DefineBitsJPEG2Tag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineBitsJPEG2Tag
-
Protected constructor for use by subclasses with other tag types.
- DefineBitsJPEG3Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineBitsJPEG3
tag in a SWF file.
- DefineBitsJPEG3Tag() - Constructor for class org.apache.flex.swf.tags.DefineBitsJPEG3Tag
-
Constructor.
- DefineBitsLossless2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineBitsLossless2
tag in a SWF file.
- DefineBitsLossless2Tag() - Constructor for class org.apache.flex.swf.tags.DefineBitsLossless2Tag
-
Constructor.
- DefineBitsLosslessTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineBitsLossless
tag in a SWF file.
- DefineBitsLosslessTag() - Constructor for class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
Constructor.
- DefineBitsLosslessTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
Protected constructor for use by subclasses with other tag types.
- DefineBitsTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineBits
tag in a SWF file.
- DefineBitsTag() - Constructor for class org.apache.flex.swf.tags.DefineBitsTag
-
Constructor.
- DefineBitsTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineBitsTag
-
Protected constructor for use by subclasses with other tag types.
- DefineButton2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineButton2
tag in a SWF file.
- DefineButton2Tag() - Constructor for class org.apache.flex.swf.tags.DefineButton2Tag
-
Constructor.
- DefineButtonCxformTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineButtonCxform
tag in a SWF file.
- DefineButtonCxformTag() - Constructor for class org.apache.flex.swf.tags.DefineButtonCxformTag
-
Constructor.
- DefineButtonSoundTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineButtonSound
tag in a SWF file.
- DefineButtonSoundTag() - Constructor for class org.apache.flex.swf.tags.DefineButtonSoundTag
-
Constructor.
- DefineButtonTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineButton
tag in a SWF file.
- DefineButtonTag() - Constructor for class org.apache.flex.swf.tags.DefineButtonTag
-
Constructor.
- DefineButtonTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineButtonTag
-
Protected constructor for use by subclasses with other tag types.
- DefineEditTextTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineEditText
tag in a SWF file.
- DefineEditTextTag() - Constructor for class org.apache.flex.swf.tags.DefineEditTextTag
-
Constructor.
- defineExport(ICharacterTag, String) - Method in class org.apache.flex.swf.SWFFrame
-
Export an
ICharacterTag
with name
.
- DefineFont2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFont2
tag in a SWF file.
- DefineFont2Tag() - Constructor for class org.apache.flex.swf.tags.DefineFont2Tag
-
Constructor.
- DefineFont2Tag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineFont2Tag
-
Protected constructor for use by subclasses with other tag types.
- DefineFont3Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFont3
tag in a SWF file.
- DefineFont3Tag() - Constructor for class org.apache.flex.swf.tags.DefineFont3Tag
-
Constructor.
- DefineFont4Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFont4
tag in a SWF file.
- DefineFont4Tag() - Constructor for class org.apache.flex.swf.tags.DefineFont4Tag
-
Constructor.
- DefineFontAlignZonesTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFontAlignZones
tag in a SWF file.
- DefineFontAlignZonesTag() - Constructor for class org.apache.flex.swf.tags.DefineFontAlignZonesTag
-
Constructor.
- DefineFontInfo2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFontInfo2
tag in a SWF file.
- DefineFontInfo2Tag() - Constructor for class org.apache.flex.swf.tags.DefineFontInfo2Tag
-
Constructor.
- DefineFontInfoTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFontInfo
tag in a SWF file.
- DefineFontInfoTag() - Constructor for class org.apache.flex.swf.tags.DefineFontInfoTag
-
Constructor.
- DefineFontInfoTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineFontInfoTag
-
Protected constructor for use by subclasses with other tag types.
- DefineFontNameTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFontName
tag in a SWF file.
- DefineFontNameTag() - Constructor for class org.apache.flex.swf.tags.DefineFontNameTag
-
Constructor.
- DefineFontTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineFont
tag in a SWF file.
- DefineFontTag() - Constructor for class org.apache.flex.swf.tags.DefineFontTag
-
Constructor.
- DefineFontTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineFontTag
-
Protected constructor for use by subclasses with other tag types.
- DefineImage - Class in org.apache.flex.compiler.internal.fxg.swf
-
A container class for any kind of binary image tag with a height and width.
- DefineImage(IDefineBinaryImageTag, int, int) - Constructor for class org.apache.flex.compiler.internal.fxg.swf.DefineImage
-
- DefineMorphShape2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineMorphShape2
tag in a SWF file.
- DefineMorphShape2Tag() - Constructor for class org.apache.flex.swf.tags.DefineMorphShape2Tag
-
Constructor.
- DefineMorphShapeTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineMorphShapeTag
tag in a SWF file.
- DefineMorphShapeTag() - Constructor for class org.apache.flex.swf.tags.DefineMorphShapeTag
-
Constructor.
- DefineMorphShapeTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineMorphShapeTag
-
Protected constructor for use by subclasses with other tag types.
- DefineScalingGridTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineScalingGrid
tag in a SWF file.
- DefineScalingGridTag() - Constructor for class org.apache.flex.swf.tags.DefineScalingGridTag
-
Constructor.
- DefineScalingGridTag(ICharacterTag, Rect) - Constructor for class org.apache.flex.swf.tags.DefineScalingGridTag
-
Constructor.
- DefineSceneAndFrameLabelDataTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineSceneAndFrameLabelData
tag in a SWF file.
- DefineSceneAndFrameLabelDataTag() - Constructor for class org.apache.flex.swf.tags.DefineSceneAndFrameLabelDataTag
-
Constructor.
- DefineShape2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineShape2
tag in a SWF file.
- DefineShape2Tag() - Constructor for class org.apache.flex.swf.tags.DefineShape2Tag
-
Constructor.
- DefineShape2Tag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineShape2Tag
-
Protected constructor for use by subclasses with other tag types.
- DefineShape3Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineShape3
tag in a SWF file.
- DefineShape3Tag() - Constructor for class org.apache.flex.swf.tags.DefineShape3Tag
-
Constructor.
- DefineShape3Tag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineShape3Tag
-
Protected constructor for use by subclasses with other tag types.
- DefineShape4Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineShape4
tag in a SWF file.
- DefineShape4Tag() - Constructor for class org.apache.flex.swf.tags.DefineShape4Tag
-
Constructor.
- DefineShapeTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineShape
tag in a SWF file.
- DefineShapeTag() - Constructor for class org.apache.flex.swf.tags.DefineShapeTag
-
Constructor.
- DefineShapeTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineShapeTag
-
Protected constructor for use by subclasses with other tag types.
- DefineSoundTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineSound
tag in a SWF file.
- DefineSoundTag() - Constructor for class org.apache.flex.swf.tags.DefineSoundTag
-
Constructor.
- DefineSpriteTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineSprite
tag in a SWF file.
- DefineSpriteTag(int, List<ITag>) - Constructor for class org.apache.flex.swf.tags.DefineSpriteTag
-
Constructor.
- definesScaleGrid() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- definesScaleGrid() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupDefinitionNode
-
- definesScaleGrid() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupNode
-
- defineSymbol(ICharacterTag, String) - Method in class org.apache.flex.swf.SWFFrame
-
Export an
ICharacterTag
with name
.
- defineSymbol(ICharacterTag, String, Map<Integer, ICharacterTag>) - Method in class org.apache.flex.swf.SWFFrame
-
Export an
ICharacterTag
with name
.
- defineText2(DefineTextTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- DefineText2Tag - Class in org.apache.flex.swf.tags
-
Represents a
DefineText2
tag in a SWF file.
- DefineText2Tag() - Constructor for class org.apache.flex.swf.tags.DefineText2Tag
-
Constructor.
- DefineTextTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineText
tag in a SWF file.
- DefineTextTag() - Constructor for class org.apache.flex.swf.tags.DefineTextTag
-
Constructor.
- DefineTextTag(TagType) - Constructor for class org.apache.flex.swf.tags.DefineTextTag
-
Protected constructor for use by subclasses with other tag types.
- DefineVideoStreamTag - Class in org.apache.flex.swf.tags
-
Represents a
DefineVideoStream
tag in a SWF file.
- DefineVideoStreamTag() - Constructor for class org.apache.flex.swf.tags.DefineVideoStreamTag
-
Constructor.
- definition(DefinitionNode, DefineSpriteTag) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- DEFINITION - Static variable in interface org.apache.flex.compiler.internal.css.codegen.ICSSRuntimeConstants
-
- definition - Variable in class org.apache.flex.compiler.internal.fxg.dom.PlaceObjectNode
-
The Definition referenced by this instance.
- definition(ContainerNode, INamespaceDecorationNode, List<ModifierNode>) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a definition of variable, function, namespace, class or interface.
- definition - Variable in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- DEFINITION - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
<Definition>
tag.
- definition - Variable in class org.apache.flex.compiler.problems.DependencyNotCompatibleProblem
-
- DEFINITION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidGroupIDAttributeProblem
-
- DEFINITION - Static variable in class org.apache.flex.compiler.problems.FXGMissingGroupChildNodeProblem
-
- DEFINITION - Variable in class org.apache.flex.compiler.problems.MXMLInvalidDefinitionNameProblem
-
- DEFINITION_DEPENDENCIES_ELEMENT - Static variable in class org.apache.flex.swc.SWCDepends
-
- DEFINITION_ELEMENT - Static variable in class org.apache.flex.swc.SWCDepends
-
- DefinitionBase - Class in org.apache.flex.compiler.internal.definitions
-
This class is the abstract base class for all ActionScript definitions in the
symbol table.
- DefinitionBase(String) - Constructor for class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Constructor.
- definitionCanBeAnalyzed(Binding, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Is this Binding's definition statically analyzable?
- definitionCanBeAnalyzed(Binding) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Is this Binding's definition statically analyzable?
- DefinitionNode - Class in org.apache.flex.compiler.internal.fxg.dom
-
A <Definition> is a special template node that is not itself rendered
but rather can be referenced by name in an FXG document.
- DefinitionNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.DefinitionNode
-
- DefinitionPriority - Class in org.apache.flex.compiler.internal.projects
-
This class encapsulates information about the priority of definitions defined in a compilation unit.
- DefinitionPriority(DefinitionPriority.BasePriority, long) - Constructor for class org.apache.flex.compiler.internal.projects.DefinitionPriority
-
- DefinitionPriority(DefinitionPriority.BasePriority, long, int) - Constructor for class org.apache.flex.compiler.internal.projects.DefinitionPriority
-
- DefinitionPriority(DefinitionPriority.BasePriority, DefinitionPriority) - Constructor for class org.apache.flex.compiler.internal.projects.DefinitionPriority
-
- DefinitionPriority.BasePriority - Enum in org.apache.flex.compiler.internal.projects
-
- definitions - Variable in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- definitions - Variable in class org.apache.flex.compiler.internal.fxg.dom.LibraryNode
-
- definitions - Variable in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
All the public definitions in the given file scope.
- definitionsChanged(Map<ICompilerProject, Collection<IInvalidationListener.InvalidatedDefinition>>) - Method in interface org.apache.flex.compiler.workspaces.IInvalidationListener
-
Called before any compilation units have been cleaned, but after the
complete set of compilation units to be cleaned has been computed.
- DefinitionShadowedByPackageNameProblem - Class in org.apache.flex.compiler.problems
-
- DefinitionShadowedByPackageNameProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.DefinitionShadowedByPackageNameProblem
-
- definitionStore - Variable in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
Storage for definitions in this scope,
organized into sets of definitions with the same base name.
- definitionXMLName - Variable in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
- deflate(byte[]) - Static method in class org.apache.flex.compiler.internal.embedding.transcoders.JPEGTranscoder
-
- delegate - Variable in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- delegate() - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase.FilteredCollection
-
- DelegateNode - Class in org.apache.flex.compiler.internal.fxg.dom
-
A special kind of relationship node that delegates the addition of child
nodes to another parent node (instead of adding them to itself).
- DelegateNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- DelegatingABCVisitor - Class in org.apache.flex.abc.visitors
-
A DelegatingABCVisitor wraps another IABCVisitor and delegates actions to it.
- DelegatingABCVisitor(IABCVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingABCVisitor
-
Construct a DelegatingABCVisitor.
- DelegatingClassVisitor - Class in org.apache.flex.abc.visitors
-
this class just passes all calls through to the delegate - used as a base
class when you want to modify the behavior of some of the methods.
- DelegatingClassVisitor(IClassVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingClassVisitor
-
- DelegatingMetadataVisitor - Class in org.apache.flex.abc.visitors
-
this class just passes all calls through to the delegate - used as a base
class when you want to modify the behavior of some of the methods.
- DelegatingMetadataVisitor(IMetadataVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingMetadataVisitor
-
- DelegatingMethodBodyVisitor - Class in org.apache.flex.abc.visitors
-
Base class for various method body visitors that wish to modify the method
body this class just passes all calls through to the delegate
- DelegatingMethodBodyVisitor(IMethodBodyVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingMethodBodyVisitor
-
- DelegatingMethodVisitor - Class in org.apache.flex.abc.visitors
-
this class just passes all calls through to the delegate - used as a base
class when you want to modify the behavior of some of the methods.
- DelegatingMethodVisitor(IMethodVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingMethodVisitor
-
- DelegatingScriptVisitor - Class in org.apache.flex.abc.visitors
-
this class just passes all calls through to the delegate - used as a base
class when you want to modify the behavior of some of the methods.
- DelegatingScriptVisitor(IScriptVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingScriptVisitor
-
- DelegatingTraitsVisitor - Class in org.apache.flex.abc.visitors
-
this class just passes all calls through to the delegate - used as a base
class when you want to modify the behavior of some of the methods.
- DelegatingTraitsVisitor(ITraitsVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingTraitsVisitor
-
- DelegatingTraitVisitor - Class in org.apache.flex.abc.visitors
-
this class just passes all calls through to the delegate - used as a base
class when you want to modify the behavior of some of the methods.
- DelegatingTraitVisitor(ITraitVisitor) - Constructor for class org.apache.flex.abc.visitors.DelegatingTraitVisitor
-
- DELETE - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- delete() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- DELETE - Variable in class org.apache.flex.compiler.problems.CannotDeleteSuperDescendantsProblem
-
- delete() - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Called before a project is deleted.
- deleteFrame(int) - Method in interface org.apache.flex.swf.ISWF
-
Delete a SWF frame.
- deleteFrame(int) - Method in class org.apache.flex.swf.SWF
-
- deleteProject(ICompilerProject) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Delete the reference of compiler project from the workspace
- dependency - Static variable in class org.apache.flex.utils.Trace
-
- dependencyGraph - Variable in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Dependency graph is used to keep track of which
ICompilationUnit
's are in this project.
- DependencyGraph - Class in org.apache.flex.compiler.internal.projects
-
Class to track dependencies in a
CompilerProject
.
- DependencyGraph() - Constructor for class org.apache.flex.compiler.internal.projects.DependencyGraph
-
Default constructor
- DependencyGraph.Dependency - Class in org.apache.flex.compiler.internal.projects
-
- DependencyGraph.Dependency(String, DependencyType) - Constructor for class org.apache.flex.compiler.internal.projects.DependencyGraph.Dependency
-
- DependencyNotCompatibleProblem - Class in org.apache.flex.compiler.problems
-
- DependencyNotCompatibleProblem(String, String, String, String) - Constructor for class org.apache.flex.compiler.problems.DependencyNotCompatibleProblem
-
- DependencyType - Enum in org.apache.flex.compiler.common
-
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph
can have.
- DependencyTypeSet - Class in org.apache.flex.compiler.common
-
Stores the set of dependency types for an edge in the dependency graph.
- depender - Variable in class org.apache.flex.compiler.problems.NoDefinitionForSWCDependencyProblem
-
- DEPRECATED_EVENT_HANDLER_ERROR - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
EventHandler was not added as a listener.
- DEPRECATED_FUNCTION_ERROR - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Unsupported ActionScript 2.0 function.
- DEPRECATED_PROPERTY_ERROR - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Unsupported ActionScript 2.0 property.
- DeprecatedAPIProblem - Class in org.apache.flex.compiler.problems
-
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated]
metadata is used.
- DeprecatedAPIProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DeprecatedAPIProblem
-
- DeprecatedAPIWithMessageProblem - Class in org.apache.flex.compiler.problems
-
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(message="...")]
- DeprecatedAPIWithMessageProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DeprecatedAPIWithMessageProblem
-
- DeprecatedAPIWithReplacementProblem - Class in org.apache.flex.compiler.problems
-
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(replacement="...")]
- DeprecatedAPIWithReplacementProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.DeprecatedAPIWithReplacementProblem
-
- DeprecatedAPIWithSinceAndReplacementProblem - Class in org.apache.flex.compiler.problems
-
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(since="
- DeprecatedAPIWithSinceAndReplacementProblem(IASNode, String, String, String) - Constructor for class org.apache.flex.compiler.problems.DeprecatedAPIWithSinceAndReplacementProblem
-
- DeprecatedAPIWithSinceProblem - Class in org.apache.flex.compiler.problems
-
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(since="...")]
- DeprecatedAPIWithSinceProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.DeprecatedAPIWithSinceProblem
-
- DeprecatedConfig - Annotation Type in org.apache.flex.compiler.internal.config.annotations
-
Deprecated configuration option.
- DeprecatedConfigurationOptionProblem - Class in org.apache.flex.compiler.problems
-
Problem indicates a deprecated configuration option usage.
- DeprecatedConfigurationOptionProblem(String, String, String, String, int) - Constructor for class org.apache.flex.compiler.problems.DeprecatedConfigurationOptionProblem
-
- deprecatedMessage - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
-
- deprecatedReplacement - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
-
- deprecatedSince - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
-
- DeprecationInfo - Class in org.apache.flex.compiler.internal.definitions.metadata
-
Implementation of the
IDeprecationInfo
interface.
- DeprecationInfo(String, String, String) - Constructor for class org.apache.flex.compiler.internal.definitions.metadata.DeprecationInfo
-
Constructor.
- depth - Variable in class org.apache.flex.swf.tags.PlaceObjectTag
-
- DepthFirstPreorderIterator - Class in org.apache.flex.abc.graph.algorithms
-
DepthFirstPreorderIterator yields a depth-first preorder traversal of a
IFlowgraph
.
- DepthFirstPreorderIterator(Collection<? extends IBasicBlock>) - Constructor for class org.apache.flex.abc.graph.algorithms.DepthFirstPreorderIterator
-
- depthMap - Variable in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- descendant - Variable in class org.apache.flex.compiler.problems.OverlappingSourcePathProblem
-
- DESCRIPTION - Static variable in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
The default and localized RDF/XMP description to store in the SWF metadata.
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AccessorTypesMustMatchProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AccessUndefinedMemberProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AccessUndefinedPropertyInPackageProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AccessUndefinedPropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AmbiguousGotoTargetProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AmbiguousReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ANELibraryNotAllowedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AnyNamespaceCannotBeQualifierProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ArrayCastProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ArrayDowncastProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ASDocNotClosedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AssignmentInConditionalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AssignToConstProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AssignToFunctionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AssignToNonReferenceValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AssignToReadOnlyPropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AttemptToDeleteFixedPropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AttributesAreNotCallableProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.AttributesNotAllowedOnPackageDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.BadAccessInterfaceMemberProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.BadCharacterProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.BadSetterReturnTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.BaseClassIsFinalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.BURMDiagnosticForEachExpectedInProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.BURMDiagnosticNotAllowedHereProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.BURMPatternMatchFailureProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CallNonFunctionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CallUndefinedMethodProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CannotDeleteSuperDescendantsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CannotExtendClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CannotExtendInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CanNotInsertSemicolonProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CannotResolveConfigExpressionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CannotResolveProjectLevelConfigExpressionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CircularTypeReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ClassesMappedToSameRemoteAliasProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CodegenInternalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ComparisonBetweenUnrelatedTypesProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CompiledAsAComponentProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ComponentTagWithoutURIProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConfigurationFileNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConfigurationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConflictingInheritedNameInNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConflictingNameInNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConstNotInitializedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConstructorCannotHaveReturnTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConstructorInInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConstructorIsGetterSetterProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConstructorIsStaticProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ConstructorMustBePublicProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CountedForLoopInitializerProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSCodeGenProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSEmbedAssetProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSExcludedStylePropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSParserProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSUndefinedNamespacePrefixProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSUndefinedTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSUnknownDefaultNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSUnresolvedClassReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CSSUnusedTypeSelectorProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.CyclicalIncludesProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DateCastProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DecrementMustBeReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DefinitionShadowedByPackageNameProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DependencyNotCompatibleProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DeprecatedAPIProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DeprecatedAPIWithMessageProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DeprecatedAPIWithReplacementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DeprecatedAPIWithSinceAndReplacementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DeprecatedAPIWithSinceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DeprecatedConfigurationOptionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateClassDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateFunctionDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateInterfaceDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateLabelProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateNamespaceDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateQNameInSourcePathProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateScriptProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateSkinStateProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateSourceFileProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateSwitchCaseProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DuplicateVariableDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.DynamicNotOnClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedAS2TagsModifiedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedBadScalingGridTargetProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedCouldNotDetermineSampleFrameCountProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedExceptionWhileTranscodingProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedInitialValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedInvalidAttributeValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedInvalidUnicodeRangeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedMissingSymbolProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedMovieScalingNoSymbolProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedMultipleMetaTagsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedNoSkinClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedNoSourceAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedOnlyOnClassesAndVarsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedQualityRequiresCompressionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedQualityValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedScalingGridProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedScalingGridValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedSkinClassNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedSourceAttributeCouldNotBeReadProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedSourceAttributeDoesNotExistProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedSourceFileNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedTypeNotEmbeddableProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedUnableToReadSourceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedUnknownAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedUnknownMimeTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedUnrecogniedFileTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedUnsupportedAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedUnsupportedSamplingRateProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.EmbedUnsupportedTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ExpectDefinitionKeywordAfterAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ExpectXmlBeforeNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ExtraCharactersAfterEndOfProgramProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ExtraneousSuperStatementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FileInLibraryIOProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FileInLibraryNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FileIOProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FileNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FileWriteProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FinalOutsideClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FlexOnlyConfigurationOptionNotSupported
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FontEmbeddingNotSupported
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ForwardReferenceToBaseClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FunctionNotMarkedOverrideProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FunctionWithoutBodyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGChildNodeNotSupportedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGContentNotContiguousProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGDefinitionNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGErrorEmbeddingImageProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidBooleanValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidChildColorTransformNodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidChildMatrixNodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidChildNodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidColorMatrixValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidColorValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidDefinitionNameProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidDoubleValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidFloatValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidGroupIDAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidIntegerValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidLibraryElementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidMaskElementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidNestingElementsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidNodeAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidPathDataProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidPercentValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidRectRadiusXRadiusYAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidRootNodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidScaleGridGroupChildProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidScaleGridRotationAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidTabStopsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGInvalidVersionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGMissingAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGMissingGroupChildNodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGMultipleElementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGOutOfRangeValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGParserProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGPrivateElementNotChildOfGraphicProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGPrivateElementNotLastProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGScanningProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGUndefinedPropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGUnknownAttributeValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGUnknownElementInVersionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.FXGVersionHandlerNotRegisteredProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.GetterCannotHaveParametersProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.GetterMustNotBeVoidProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.GlobalBindablePropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.HostComponentClassNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.HostComponentMustHaveTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IllegalAssignmentToClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IllogicalComparionWithNaNProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IllogicalComparisonWithUndefinedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ImplicitCoercionToSubtypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ImplicitCoercionToUnrelatedTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ImplicitTypeCheckCoercionToUnrelatedTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ImproperlyConfiguredTargetProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InaccessibleMethodReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InaccessiblePropertyReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IncompatibleDefaultValueOfTypeNullProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IncompatibleInitializerTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IncompatibleInterfaceMethodProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IncompatibleOverrideProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.IncrementMustBeReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InitializerValueNotAnIntegerProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InitializerValueOutOfRangeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InlineFunctionNotFinalStaticOrGlobalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InlineFunctionTooLargeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InlineNestedInliningNotSupportedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InlineNoSourceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InlineUnsupportedInstructionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InlineUnsupportedNodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InstanceOfProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InterfaceBindablePropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InterfaceCannotBeInstantiatedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InterfaceMethodOverrideProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InterfaceMethodWithBodyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InterfaceModifierProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InterfaceNamespaceAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InternalCompilerProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InternalCompilerProblem2
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidABCByteCodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidBackgroundColorProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidConfigLocationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidDecrementOperandProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidForInInitializerProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidImportFileProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidIncrementOperandProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidLabelProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidLvalueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidNamespaceInitializerProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidOverrideProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidPrivateNamespaceAttrProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidPrivateNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidProtectedNamespaceAttrProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidProtectedNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidPublicNamespaceAttrProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidPublicNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidRestParameterDeclarationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidSuperExpressionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidSuperStatementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.InvalidTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.LibraryNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.LocalBindablePropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.LossyConversionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ManifestProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MethodCannotBeConstructorProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingBuiltinProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingCatchOrFinallyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingFactoryClassInFrameMetadataProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingLeftBraceBeforeFunctionBodyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingPropertyNameProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingRequirementConfigurationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingSignedDigestProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingSkinPartProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingSkinStateProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MissingUnsignedDigestProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MultipleConfigNamespaceDecorationsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MultipleContructorDefinitionsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MultipleExternallyVisibleDefinitionsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MultipleNamespaceAttributesProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MultipleReservedNamespaceAttributesProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MultipleSwitchDefaultsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLAttributeVersionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLClassNodeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLConstructorHasParametersProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLContentAfterRootTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLContentBeforeRootTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLDatabindingSourceNotBindableProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLDualContentProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLDuplicateAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLDuplicateChildTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLDuplicateIDProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLEmptyAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLEmptyEventHandlerProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLExecutableStatementsInScriptBlockProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLFinalClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLIncludeInAndExcludeFromProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLIncompatibleArrayElementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLIncompatibleVectorElementProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidDatabindingExpressionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidDefinitionNameProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidEntityProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidIDProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidItemCreationPolicyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidItemDestructionPolicyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidPercentageProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidSourceAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidStyleProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidTextForTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidVectorFixedAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidVectorTypeAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLLibraryTagNotTheFirstChildProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLMissingRootTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLMissingVectorTypeAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLMultipleRootTagsProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLNoAllowedAttributesProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLNotAClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLOtherLanguageNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLOuterDocumentAlreadyDeclaredProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLPercentageNotAllowedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLPrivateAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLPrivateTagLocationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLRequiredAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLSameBindingSourceAndDestinationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLSemanticProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLSyntaxProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnclosedTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedDatabindingProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedTextProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnknownNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnknownXMLFormatProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnrecognizedCompilerDirectiveProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnresolvedTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLUnterminatedEntityProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLXMLListMixedContentProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLXMLOnlyOneRootTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLXMLProcessingInstructionLocationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.MXMLXMLRequireContentProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NamespaceAttributeNotAllowedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NamespaceInInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NamespaceOverrideInsideFunctionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NativeMethodWithBodyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NativeNotOnFunctionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NativeUsedInInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NativeVariableProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NestedClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NestedGetterSetterProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NestedInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NestedPackageProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NoCompilationUnitForDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NoDefaultConstructorInBaseClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NoDefinitionForSWCDependencyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NoMainDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NonConstantConfigInitProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NonConstantParamInitializerProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NonConstConfigVarProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NonDirectoryInSourcePathProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NoScopesInABCCompilationUnitProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NoSourceForClassInNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NoSourceForClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.NullUsedWhereOtherExpectedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.OnlyOneHostComponentAllowedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.OperandStackUnderflowProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.OverlappingSourcePathProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.OverrideFinalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.OverrideNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.OverrideOutsideClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.PackageCannotBeUsedAsValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ParserProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.PropertyIsWriteOnlyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.PrototypeInvalidAttributeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.RemovedConfigurationOptionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.RequiredParameterAfterOptionalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ResourceBundleMalformedEncodingProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNoBundleParameterProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNoKeyParameterProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNotFoundForLocaleProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.RestParamAndArgumentsUsedTogetherProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.RestParameterMustBeLastProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ReturnCannotBeUsedInGlobalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ReturnCannotBeUsedInPackageProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ReturnCannotBeUsedInStaticProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ReturnMustReturnValueProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ReturnValueHasNoTypeDeclarationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ReturnValueInConstructorProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ReturnValueMustBeUndefinedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ScopedToDefaultNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ScopeStackUnderflowProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SemanticProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SetterCannotHaveOptionalProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SetterMustHaveOneParameterProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ShadowedConfigNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SkinPartsMustBePublicProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SourcePathNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.StaticAndOverrideProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.StaticNamespaceDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.StaticOutsideClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.StrictUndefinedMethodProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.StringLiteralMustBeTerminatedBeforeLineBreakProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.StringLiteralNotClosedProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFCharacterIDNotFoundProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFCSMTextSettingsWrongReferenceTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFDefineFontAlignZonesLinkToIncorrectFontProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFFrameCountMismatchProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFInvalidSignatureProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFTagLengthTooLongProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFUnableToReadTagBodyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFUnexpectedEndOfFileProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SWFUnknownFillStyleProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.SyntaxProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.ThisUsedInStaticFunctionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.TooFewFunctionParametersProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.TooManyFunctionParametersProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnableToBuildReportProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnableToBuildSWFProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnableToBuildSWFTagProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnableToCreateLinkReportProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnableToFindRootClassDefinitionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnableToListFilesProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnboundMetadataProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UndefinedConfigNameProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UndefinedConfigNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnexpectedEOFProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnexpectedExceptionProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnexpectedReturnProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnexpectedTokenProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnfoundPropertyProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnimplementedInterfaceMethodProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownBreakTargetProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownContinueTargetProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownGotoTargetProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownImportProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownSuperclassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnknownWildcardImportProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnreachableBlockProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnresolvedClassReferenceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnresolvedNamespaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.UnsupportedSourceFileProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.VariableDefinitionDuplicatesParameterProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.VariableHasNoTypeDeclarationProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.VarInInterfaceProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.VirtualOutsideClassProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.VoidTypeProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.WrongSkinPartProblem
-
- DESCRIPTION - Static variable in class org.apache.flex.compiler.problems.XMLOpenCloseTagNotMatchProblem
-
- description() - Method in class org.apache.flex.swf.tags.CharacterTag
-
- description() - Method in class org.apache.flex.swf.tags.DefineBinaryDataTag
-
- description() - Method in class org.apache.flex.swf.tags.DefineScalingGridTag
-
- description() - Method in class org.apache.flex.swf.tags.DefineSpriteTag
-
- description() - Method in class org.apache.flex.swf.tags.DoABCTag
-
- description() - Method in class org.apache.flex.swf.tags.ExportAssetsTag
-
- description() - Method in class org.apache.flex.swf.tags.FrameLabelTag
-
- description() - Method in class org.apache.flex.swf.tags.PlaceObject2Tag
-
- description() - Method in class org.apache.flex.swf.tags.ProductInfoTag
-
- description() - Method in class org.apache.flex.swf.tags.SetBackgroundColorTag
-
- description() - Method in class org.apache.flex.swf.tags.SymbolClassTag
-
- description() - Method in class org.apache.flex.swf.tags.Tag
-
Sub-class can override this method to provide more information when the
tag object is printed out.
- DESIGN_LAYER - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the special
<DesignLayer>
tag.
- DesignLayer - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- destinationASTNode - Variable in class org.apache.flex.compiler.internal.codegen.databinding.BindingDestinationMaker.Destination
-
- detachParser(BaseASParser) - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
-
Detach the parser if it's currently bound to this processor.
- dfa42 - Variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- dfa42 - Variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- DI_LOCAL - Static variable in class org.apache.flex.abc.ABCConstants
-
Constant used as the first arg to the debug op when adding debug
information for formals and locals
- diagnostic - Variable in class org.apache.flex.compiler.problems.CodegenInternalProblem
-
- diagnostics - Variable in class org.apache.flex.abc.optimize.DeadCodeFilter
-
- DiagnosticsAggregator - Class in org.apache.flex.abc.diagnostics
-
A DiagnosticsAggregator collects AET diagnostics for analysis.
- DiagnosticsAggregator() - Constructor for class org.apache.flex.abc.diagnostics.DiagnosticsAggregator
-
- DiagnosticsAggregator.ProblemDescription - Class in org.apache.flex.abc.diagnostics
-
A ProblemDescription holds information about a particular problem occurrence.
- DiagnosticsAggregator.ProblemDescription.ProblemType - Enum in org.apache.flex.abc.diagnostics
-
The type of problem observed.
- Dictionary - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- DIGIT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- DIGIT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- DIGIT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- DIGIT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- DIGIT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- DIGIT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- digitCase - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- digitCase - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- DigitCase - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The DigitCase class.
- digitWidth - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- digitWidth - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- DigitWidth - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The DigitWidth class.
- direction - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichParagraphNode
-
- direction - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- direction - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.ParagraphNode
-
- direction - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- Direction - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The Direction class.
- directive(ContainerNode, int) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a "directive" level input.
- DIRECTIVE - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- directory - Variable in class org.apache.flex.compiler.problems.UnableToListFilesProblem
-
- DirectoryID - Class in org.apache.flex.utils
-
A reliable way to identify and compare directories.
- DirectoryID(File) - Constructor for class org.apache.flex.utils.DirectoryID
-
Constructor.
- dirName(String) - Static method in class org.apache.flex.swf.io.SWFDump
-
- disable() - Method in class org.apache.flex.compiler.internal.css.codegen.CSSCompilationSession
-
Disables CSS code generation and dependency analysis for this
CSSCompilationSession
.
- discardFunctionBody() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Delete all children nodes in a function body.
- disconnect() - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
-
Disconnects us from the parser, cleaning up any state that was built
- discoverSWCFilePaths(File[]) - Static method in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
Find all the SWC files on the library path.
- discoverSWCFilePathsAsFiles(File[]) - Static method in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
like discoverSWCFilePaths, but returns File instead of FileID.
- displayRecognitionError(String[], RecognitionException) - Method in class org.apache.flex.compiler.internal.css.CSSLexer
-
Collect lexer problems.
- displayRecognitionError(String[], RecognitionException) - Method in class org.apache.flex.compiler.internal.css.CSSLexer
-
Collect lexer problems.
- displayRecognitionError(String[], RecognitionException) - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
Collect parser problems.
- displayRecognitionError(String[], RecognitionException) - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
Collect parser problems.
- displayRecognitionError(String[], RecognitionException) - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
Collect problems.
- displayRecognitionError(String[], RecognitionException) - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
Collect problems.
- distance - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.BevelFilterNode
-
- distance - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
-
- distance - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
-
- distance - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
-
- divideQuad(double[], int, double[], int, double[], int) - Static method in class org.apache.flex.swf.builders.ShapeBuilder
-
From java.awt.geom.QuadCurve2D
- DivNode - Class in org.apache.flex.compiler.internal.fxg.dom.richtext
-
Represents a <p /> child tag of FXG <RichText> content.
- DivNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.richtext.DivNode
-
- DO - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- DoABCTag - Class in org.apache.flex.swf.tags
-
Represents a
DoABC
tag in a SWF file.
- DoABCTag() - Constructor for class org.apache.flex.swf.tags.DoABCTag
-
Constructor.
- DoABCTag(long, String, byte[]) - Constructor for class org.apache.flex.swf.tags.DoABCTag
-
Constructor and initializer.
- doAddMetadataNamesToTarget(ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
Add metadata names to the target for this compilation unit.
- doc - Variable in class org.apache.flex.compiler.internal.graph.XMLGraphWriter
-
- doChecksum() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
- docTypeLevel - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
Nested '<' bracket level (for
- documentNode - Variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- documentNode - Variable in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- doLog - Static variable in class org.apache.flex.compiler.internal.codegen.databinding.BindingCodeGenUtils
-
- dominantBaseline - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- dominantBaseline - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- DominantBaseline - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The DominantBaseline class.
- DominatorTree - Class in org.apache.flex.abc.graph.algorithms
-
An implementation of the O(n log n) Lengauer-Tarjan algorithm for building the
dominator tree
of a
flowgraph
.
- DominatorTree(IBasicBlock) - Constructor for class org.apache.flex.abc.graph.algorithms.DominatorTree
-
Construct a DominatorTree from a root.
- DominatorTree(Collection<? extends IBasicBlock>) - Constructor for class org.apache.flex.abc.graph.algorithms.DominatorTree
-
Construct a DominatorTree from a collection of "roots."
- DominatorTree.Multimap<T> - Class in org.apache.flex.abc.graph.algorithms
-
Multimap maps a key to a set of values.
- DominatorTree.Multimap() - Constructor for class org.apache.flex.abc.graph.algorithms.DominatorTree.Multimap
-
- DOMParserHelper - Class in org.apache.flex.compiler.internal.fxg.dom
-
Utilities to help parsing FXG.
- DOMParserHelper() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.DOMParserHelper
-
- done(ITarget) - Method in interface org.apache.flex.compiler.targets.ITargetProgressMonitor
-
Notifies that the compile operation is done; that is, either the task is
completed or the user canceled it.
- doneBuilding() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- doneBuilding() - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Allows the workspace to enter the idle state once all pending operations
are completed.
- doPostBuildWork(ImmutableSet<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.LibrarySWFTarget
-
- doPostBuildWork(ImmutableSet<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
Check the build and analyze the results before the SWF target is
initialized.
- doStatement(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a "do...while" statement.
- dot - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- DOT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- DOT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- DOT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- DOT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- DOT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- DOT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- DOT_ANE_EXT - Static variable in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
- DOT_SWC_EXT - Static variable in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.DataTranscoder
-
- doTranscode(String, Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.DataTranscoder
-
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ImageTranscoder
-
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.JPEGTranscoder
-
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.MovieTranscoder
-
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.PBJTranscoder
-
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SkinTranscoder
-
Transcode the embedded asset
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SoundTranscoder
-
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
Transcode the embedded asset
- doTranscode(Collection<ITag>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.XMLTranscoder
-
- DOUBLE_COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- DOUBLE_COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- DOUBLE_COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- DOUBLE_COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- DOUBLE_COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- DOUBLE_COLON - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- doubleCheckAmbiguousDefinition(ASScope, String, IDefinition, IDefinition) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Override this to disambiguate between two ambiguous definitinos
- doubleCheckAmbiguousDefinition(ASScope, String, IDefinition, IDefinition) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- doubleCheckAmbiguousDefinition(ASScope, String, IDefinition, IDefinition) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Override this to do try harder to disambiguate between two ambiguous definitions
- DoWhileLoopNode - Class in org.apache.flex.compiler.internal.tree.as
-
- DoWhileLoopNode(IASToken) - Constructor for class org.apache.flex.compiler.internal.tree.as.DoWhileLoopNode
-
Constructor.
- DownloadProgressBar - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- dpi_160 - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- dpi_240 - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- dpi_320 - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- drain() - Method in class org.apache.flex.utils.Base64.Decoder
-
- drain() - Method in class org.apache.flex.utils.Base64.Encoder
-
- DROP_SHADOW - Static variable in class org.apache.flex.swf.types.Filter
-
- DropShadowFilter - Class in org.apache.flex.swf.types
-
The Drop Shadow filter is based on the same median filter as the blur filter,
but the filter is applied only on the alpha color channel to obtain a shadow
pixel plane.
- DropShadowFilter() - Constructor for class org.apache.flex.swf.types.DropShadowFilter
-
- DropShadowFilterNode - Class in org.apache.flex.compiler.internal.fxg.dom.filters
-
- DropShadowFilterNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
-
- dump() - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
- dump(PrintWriter) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- dump(PrintWriter) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- dump(String) - Method in class org.apache.flex.compiler.internal.codegen.databinding.FunctionWatcherInfo
-
- dump(String) - Method in class org.apache.flex.compiler.internal.codegen.databinding.PropertyWatcherInfo
-
just for debugging
- dump(String) - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
For debug only!
- dump(PrintWriter) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- dump(PrintWriter) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- dump(URL) - Method in class org.apache.flex.swf.io.SWFDump
-
Dump a SWF at a given URL.
- DUMP_CONFIG_VAR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- dumpCounts() - Method in class org.apache.flex.compiler.internal.common.Counter
-
Dumps all counts in alphabetical order to System.out.
- dumpCSMTextSettings(CSMTextSettingsTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineBinaryData(DefineBinaryDataTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineBits(DefineBitsTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineBitsJPEG2(DefineBitsTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineBitsJPEG3(DefineBitsJPEG3Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineBitsLossless(DefineBitsLosslessTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineBitsLossless2(DefineBitsLossless2Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineButton(DefineButtonTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineButton2(DefineButton2Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineButtonCxform(DefineButtonCxformTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineButtonSound(DefineButtonSoundTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineEditText(DefineEditTextTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFont(DefineFontTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFont2(DefineFont2Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFont3(DefineFont3Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFont4(DefineFont4Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFontAlignZones(DefineFontAlignZonesTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFontInfo(DefineFontInfoTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFontInfo2(DefineFontInfoTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineFontName(DefineFontNameTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineMorphShape(DefineMorphShapeTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineMorphShape2(DefineMorphShapeTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineScalingGrid(DefineScalingGridTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineShape(DefineShapeTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineShape2(DefineShapeTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineShape3(DefineShape3Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineShape4(DefineShape4Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineSound(DefineSoundTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineSprite(DefineSpriteTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineText(DefineTextTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDefineVideoStream(DefineVideoStreamTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpDoABC(DoABCTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpEnableDebugger(EnableDebugger2Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpEnableDebugger2(EnableDebugger2Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpEnableTelemetry(EnableTelemetryTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpExportAssets(ExportAssetsTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpFileAttributes(FileAttributesTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpFrameLabel(FrameLabelTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpHeader(Header) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpMetadata(MetadataTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpPlaceObject(PlaceObjectTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpPlaceObject2(PlaceObjectTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpPlaceObject23(PlaceObjectTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpPlaceObject3(PlaceObjectTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpProductInfo(ProductInfoTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpRawTag(RawTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpRemoveObject(RemoveObjectTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpRemoveObject2(RemoveObject2Tag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpScriptLimits(ScriptLimitsTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpSetBackgroundColor(SetBackgroundColorTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpSetTabIndex(SetTabIndexTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpShowFrame(ShowFrameTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpSoundStreamBlock(SoundStreamBlockTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpSoundStreamHead(SoundStreamHeadTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpSoundStreamHead2(SoundStreamHeadTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpStartSound(StartSoundTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpSwf(PrintWriter, URL, String) - Static method in class org.apache.flex.swf.io.SWFDump
-
- dumpSymbolClass(SymbolClassTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dumpVideoFrame(VideoFrameTag) - Method in class org.apache.flex.swf.io.SWFDump
-
- dup(Instruction) - Method in interface org.apache.flex.abc.models.FrameModelVisitor
-
Duplicate the top of the stack.
- DUPLICATE_ARGUMENT_NAMES - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
More than one argument by the same name.
- DUPLICATE_VARIABLE_DEF - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
Duplicate variable definition
- DuplicateAttributeProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic issued when an attribute is specified multiple times on a single definition
- DuplicateAttributeProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateAttributeProblem
-
- DuplicateClassDefinitionProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the ClassDirectiveProcessor detects
a duplicate class definition.
- DuplicateClassDefinitionProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateClassDefinitionProblem
-
- DuplicateFunctionDefinitionProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when two functions with
the same name are declared in the same scope.
- DuplicateFunctionDefinitionProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateFunctionDefinitionProblem
-
- DuplicateInterfaceDefinitionProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when semantic analysis detects
a duplicate interface definition.
- DuplicateInterfaceDefinitionProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateInterfaceDefinitionProblem
-
- DuplicateInterfaceProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a class implements the same interface multiple times.
- DuplicateInterfaceProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateInterfaceProblem
-
- DuplicateInterfaceProblem(IDefinition, String, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateInterfaceProblem
-
- DuplicateLabelException - Exception in org.apache.flex.compiler.exceptions
-
Checked exception thrown by the control-flow management
logic when a new label duplicates an active label.
- DuplicateLabelException(Object) - Constructor for exception org.apache.flex.compiler.exceptions.DuplicateLabelException
-
- DuplicateLabelProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the control flow context manager
detects a duplicate label.
- DuplicateLabelProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.DuplicateLabelProblem
-
- DuplicateNamespaceDefinitionProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the code generator detects
a duplicate namespace definition.
- DuplicateNamespaceDefinitionProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.DuplicateNamespaceDefinitionProblem
-
- DuplicateQNameInSourcePathProblem - Class in org.apache.flex.compiler.problems
-
CompilerProblem
subclass for source path entries that are not
directories.
- DuplicateQNameInSourcePathProblem(String, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateQNameInSourcePathProblem
-
- DuplicateScriptProblem - Class in org.apache.flex.compiler.problems
-
This problem indicates that somehow two separate files are trying to generates scripts
with the same name.
- DuplicateScriptProblem(String, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateScriptProblem
-
- DuplicateSkinStateProblem - Class in org.apache.flex.compiler.problems
-
Each skin state name must be unique.
- DuplicateSkinStateProblem(IDefinition, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateSkinStateProblem
-
- DuplicateSkinStateProblem(IMetaTag, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateSkinStateProblem
-
- DuplicateSourceFileProblem - Class in org.apache.flex.compiler.problems
-
CompilerProblem
subclass for files that are specified twice in
the source path.
- DuplicateSourceFileProblem(File) - Constructor for class org.apache.flex.compiler.problems.DuplicateSourceFileProblem
-
- DuplicateSwitchCaseProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic for duplicate switch case.
- DuplicateSwitchCaseProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateSwitchCaseProblem
-
- DuplicateVariableDefinitionProblem - Class in org.apache.flex.compiler.problems
-
Strict semantics diagnostic emitted when two variable with
the same name are declared in the same scope.
- DuplicateVariableDefinitionProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.DuplicateVariableDefinitionProblem
-
- DYNAMIC - Static variable in class org.apache.flex.compiler.common.ASModifier
-
Represents the
dynamic
modifier.
- DYNAMIC - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- DYNAMIC - Variable in class org.apache.flex.compiler.problems.DynamicNotOnClassProblem
-
- DYNAMIC_TYPES_SET - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
Dynamic type names.
- DynamicAccessNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing an dynamic access expression
(e.g.
- DynamicAccessNode(ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.DynamicAccessNode
-
Constructor.
- DynamicAccessNode(DynamicAccessNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.DynamicAccessNode
-
Copy constructor.
- DynamicNotOnClassProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when dynamic is used on a non-class declaration.
- DynamicNotOnClassProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.DynamicNotOnClassProblem
-
E
- E4X - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- E4X - Variable in class org.apache.flex.compiler.problems.MXMLUnknownXMLFormatProblem
-
- e4xBraceBalance - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
The depth of the braces in E4X content.
- E4XCHARLITERAL - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- E4XCOMMENT - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- e4xReturnState - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
State to return to from E4X.
- E4XSTRINGLITERAL - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
lexical states
- e4xTagDepth - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
The depth of open tags, used to determine if we're still in E4X content.
- E4XTEXTVALUE - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- EACH - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- EACH - Variable in class org.apache.flex.compiler.problems.BURMDiagnosticForEachExpectedInProblem
-
- ECMASupport - Class in org.apache.flex.abc.semantics
-
Provides helper functions for for various operations as specified by ECMA.
- ECMASupport() - Constructor for class org.apache.flex.abc.semantics.ECMASupport
-
- ECS_NO_CAP - Static variable in class org.apache.flex.swf.types.LineStyle2
-
- ECS_ROUND_CAP - Static variable in class org.apache.flex.swf.types.LineStyle2
-
- ECS_SQUARE_CAP - Static variable in class org.apache.flex.swf.types.LineStyle2
-
- EdgeRecord - Class in org.apache.flex.swf.types
-
Edge records have a TypeFlag of 1.
- EdgeRecord(ShapeRecord.ShapeRecordType) - Constructor for class org.apache.flex.swf.types.EdgeRecord
-
- effect(MetaTagsNode) - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
-
- EffectDefinition - Class in org.apache.flex.compiler.internal.definitions
-
Each instance of this class represent the definition of an MXML effect in the
symbol table.
- EffectDefinition(String, IClassDefinition) - Constructor for class org.apache.flex.compiler.internal.definitions.EffectDefinition
-
- EffectManager - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- EffectTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
-
- EffectTagNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.EffectTagNode
-
Constructor.
- element() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- element() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- element - Variable in class org.apache.flex.compiler.problems.FXGContentNotContiguousProblem
-
- element - Variable in class org.apache.flex.compiler.problems.FXGMissingAttributeProblem
-
- element - Variable in class org.apache.flex.compiler.problems.FXGMultipleElementProblem
-
- element - Variable in class org.apache.flex.compiler.problems.FXGUnknownElementInVersionProblem
-
- element - Variable in class org.apache.flex.compiler.problems.MXMLDuplicateAttributeProblem
-
- element - Variable in class org.apache.flex.compiler.problems.MXMLDuplicateChildTagProblem
-
- elementNodesByURI - Variable in class org.apache.flex.compiler.internal.fxg.sax.AbstractFXGVersionHandler
-
A Map of URIs to a Map of local element names to an IFXGNode Class.
- elementSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- elementSelector() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- ellipse(EllipseNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- EllipseNode - Class in org.apache.flex.compiler.internal.fxg.dom
-
- EllipseNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.EllipseNode
-
- ELSE - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- elsePart(IfNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the optional "else" block of an "if" statement.
- Embed - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- EMBED - Static variable in class org.apache.flex.compiler.internal.css.CSSFunctionCallPropertyValue
-
Function name for
Embed("")
.
- EMBED - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- EMBED - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- EMBED - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- EMBED - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- EMBED - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- EMBED - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- embed - Variable in class org.apache.flex.compiler.problems.CSSEmbedAssetProblem
-
- EMBED - Variable in class org.apache.flex.compiler.problems.EmbedInitialValueProblem
-
- EMBED - Variable in class org.apache.flex.compiler.problems.EmbedMultipleMetaTagsProblem
-
- embed - Static variable in class org.apache.flex.utils.Trace
-
- EMBED_REGEX - Static variable in class org.apache.flex.compiler.internal.resourcebundles.PropertiesFileParser
-
- EmbedAS2TagsModifiedProblem - Class in org.apache.flex.compiler.problems
-
This problem get's created when embedding a SWF and the symbol contains AS2
actions
- EmbedAS2TagsModifiedProblem(String) - Constructor for class org.apache.flex.compiler.problems.EmbedAS2TagsModifiedProblem
-
- embedAsCFF - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- embedAsCFF_TRUE_CAMEL - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
This is needed because hypenated-to-camel converters cannot predict
that a property will have an acronym in it -- the compiler requires the
acronym to be cased correctly.
- EmbedAttribute - Enum in org.apache.flex.compiler.internal.embedding
-
enum to map all the attributes supported by the Embed directive
- EmbedBadScalingGridTargetProblem - Class in org.apache.flex.compiler.problems
-
This problem gets created when a scaling grid is used on a target which is
not a sprite based tag
- EmbedBadScalingGridTargetProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.EmbedBadScalingGridTargetProblem
-
- EmbedCompilationUnit - Class in org.apache.flex.compiler.internal.units
-
This is a Compilation Unit which handles transcoding and embedding of embed
meta data.
- EmbedCompilationUnit(CompilerProject, EmbedData) - Constructor for class org.apache.flex.compiler.internal.units.EmbedCompilationUnit
-
- EmbedCompilationUnitFactory - Class in org.apache.flex.compiler.internal.units
-
Factory class to create EmbedCompilationUnits from EmbedData.
- EmbedCompilationUnitFactory() - Constructor for class org.apache.flex.compiler.internal.units.EmbedCompilationUnitFactory
-
- EmbedCouldNotDetermineSampleFrameCountProblem - Class in org.apache.flex.compiler.problems
-
This problem gets created when the sample frame count of an embeded mp3 asset
could not be determined
- EmbedCouldNotDetermineSampleFrameCountProblem(EmbedData) - Constructor for class org.apache.flex.compiler.problems.EmbedCouldNotDetermineSampleFrameCountProblem
-
- EmbedData - Class in org.apache.flex.compiler.internal.embedding
-
This is the main class which contains all information extracted from embed
meta data.
- EmbedData(String, String) - Constructor for class org.apache.flex.compiler.internal.embedding.EmbedData
-
- EmbedData.SkinClassInfo - Class in org.apache.flex.compiler.internal.embedding
-
- EmbedData.SkinClassInfo(ICompilerProject, ClassDefinition) - Constructor for class org.apache.flex.compiler.internal.embedding.EmbedData.SkinClassInfo
-
- EmbedExceptionWhileTranscodingProblem - Class in org.apache.flex.compiler.problems
-
This is a generic problem that gets created when an exception is thrown by an
external library while transcoding
- EmbedExceptionWhileTranscodingProblem(Throwable) - Constructor for class org.apache.flex.compiler.problems.EmbedExceptionWhileTranscodingProblem
-
- EmbedFileScopeRequestResult - Class in org.apache.flex.compiler.internal.units.requests
-
Result of the file scope request on a EmbedCompilationUnit
- EmbedFileScopeRequestResult(ASFileScope) - Constructor for class org.apache.flex.compiler.internal.units.requests.EmbedFileScopeRequestResult
-
- EmbedInitialValueProblem - Class in org.apache.flex.compiler.problems
-
- EmbedInitialValueProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedInitialValueProblem
-
- EmbedInvalidAttributeValueProblem - Class in org.apache.flex.compiler.problems
-
- EmbedInvalidAttributeValueProblem(ISourceLocation, String, String) - Constructor for class org.apache.flex.compiler.problems.EmbedInvalidAttributeValueProblem
-
- EmbedInvalidUnicodeRangeProblem - Class in org.apache.flex.compiler.problems
-
This problem is created when an invalid unicode range is specified in an
embed font attribute
- EmbedInvalidUnicodeRangeProblem(String) - Constructor for class org.apache.flex.compiler.problems.EmbedInvalidUnicodeRangeProblem
-
- embedLock - Variable in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- EmbedMIMEType - Enum in org.apache.flex.compiler.internal.embedding
-
Map MIME types to file extensions
- EmbedMissingSymbolProblem - Class in org.apache.flex.compiler.problems
-
This problem gets created when embedding a swf file with the symbol attribute
and the symbol could not be found in the specified swf.
- EmbedMissingSymbolProblem(ISourceLocation, String, String) - Constructor for class org.apache.flex.compiler.problems.EmbedMissingSymbolProblem
-
- EmbedMovieScalingNoSymbolProblem - Class in org.apache.flex.compiler.problems
-
This problem gets created when a scaling grid is used on an embedded movie
asset, but no symbol has been specified, so it is not clear when tag needs
to be scaled, as the whole swf is read in as a byte array asset.
- EmbedMovieScalingNoSymbolProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedMovieScalingNoSymbolProblem
-
- EmbedMultipleMetaTagsProblem - Class in org.apache.flex.compiler.problems
-
This problem gets created when a variable has two Embed meta data tags
associated with it.
- EmbedMultipleMetaTagsProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedMultipleMetaTagsProblem
-
- EmbedNode - Class in org.apache.flex.compiler.internal.tree.as
-
AS parse tree node representing Embed meta data.
- EmbedNode(String, IMetaTagNode, IFileNodeAccumulator) - Constructor for class org.apache.flex.compiler.internal.tree.as.EmbedNode
-
Constructor.
- EmbedNoSkinClassProblem - Class in org.apache.flex.compiler.problems
-
This problem is created when trying to embed a skin asset, but no skinClass
has been specified
- EmbedNoSkinClassProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedNoSkinClassProblem
-
- EmbedNoSourceAttributeProblem - Class in org.apache.flex.compiler.problems
-
- EmbedNoSourceAttributeProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedNoSourceAttributeProblem
-
- EmbedOnlyOnClassesAndVarsProblem - Class in org.apache.flex.compiler.problems
-
This error is created when embed metadata decorates a declaration that is not a
member variable or class.
- EmbedOnlyOnClassesAndVarsProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedOnlyOnClassesAndVarsProblem
-
- EmbedQualityRequiresCompressionProblem - Class in org.apache.flex.compiler.problems
-
- EmbedQualityRequiresCompressionProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedQualityRequiresCompressionProblem
-
- EmbedQualityValueProblem - Class in org.apache.flex.compiler.problems
-
- EmbedQualityValueProblem(ISourceLocation, double) - Constructor for class org.apache.flex.compiler.problems.EmbedQualityValueProblem
-
- EmbedScalingGridProblem - Class in org.apache.flex.compiler.problems
-
- EmbedScalingGridProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedScalingGridProblem
-
- EmbedScalingGridValueProblem - Class in org.apache.flex.compiler.problems
-
- EmbedScalingGridValueProblem(ISourceLocation, EmbedAttribute, int) - Constructor for class org.apache.flex.compiler.problems.EmbedScalingGridValueProblem
-
- EmbedSkinClassNotFoundProblem - Class in org.apache.flex.compiler.problems
-
This problem is created when trying to embed a skin asset, but the specified
skinClass could not be found
- EmbedSkinClassNotFoundProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.EmbedSkinClassNotFoundProblem
-
- embedSource - Variable in class org.apache.flex.compiler.problems.EmbedSourceAttributeDoesNotExistProblem
-
- EmbedSourceAttributeCouldNotBeReadProblem - Class in org.apache.flex.compiler.problems
-
This problem gets created when there was an error while reading the source
specified in the embed meta data.
- EmbedSourceAttributeCouldNotBeReadProblem(String) - Constructor for class org.apache.flex.compiler.problems.EmbedSourceAttributeCouldNotBeReadProblem
-
- EmbedSourceAttributeDoesNotExistProblem - Class in org.apache.flex.compiler.problems
-
- EmbedSourceAttributeDoesNotExistProblem(ISourceLocation, String, Map<String, String>) - Constructor for class org.apache.flex.compiler.problems.EmbedSourceAttributeDoesNotExistProblem
-
- EmbedSourceFileNotFoundProblem - Class in org.apache.flex.compiler.problems
-
- EmbedSourceFileNotFoundProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.EmbedSourceFileNotFoundProblem
-
- EmbedTypeNotEmbeddableProblem - Class in org.apache.flex.compiler.problems
-
This problem get's created when trying to embed an asset onto a variable that
is not of type Object or String
- EmbedTypeNotEmbeddableProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.EmbedTypeNotEmbeddableProblem
-
- EmbedUnableToReadSourceProblem - Class in org.apache.flex.compiler.problems
-
This problem is created when the source file to be embedded could not
be read
- EmbedUnableToReadSourceProblem(Exception, String) - Constructor for class org.apache.flex.compiler.problems.EmbedUnableToReadSourceProblem
-
- EmbedUnknownAttributeProblem - Class in org.apache.flex.compiler.problems
-
- EmbedUnknownAttributeProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.EmbedUnknownAttributeProblem
-
- EmbedUnknownMimeTypeProblem - Class in org.apache.flex.compiler.problems
-
- EmbedUnknownMimeTypeProblem(ISourceLocation, EmbedMIMEType) - Constructor for class org.apache.flex.compiler.problems.EmbedUnknownMimeTypeProblem
-
- EmbedUnrecogniedFileTypeProblem - Class in org.apache.flex.compiler.problems
-
- EmbedUnrecogniedFileTypeProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.EmbedUnrecogniedFileTypeProblem
-
- EmbedUnsupportedAttributeProblem - Class in org.apache.flex.compiler.problems
-
- EmbedUnsupportedAttributeProblem(ISourceLocation, EmbedAttribute, EmbedMIMEType) - Constructor for class org.apache.flex.compiler.problems.EmbedUnsupportedAttributeProblem
-
- EmbedUnsupportedSamplingRateProblem - Class in org.apache.flex.compiler.problems
-
This problem gets created when the sampling rate of an embedded MP3 asset
is not supported.
- EmbedUnsupportedSamplingRateProblem(EmbedData, int) - Constructor for class org.apache.flex.compiler.problems.EmbedUnsupportedSamplingRateProblem
-
- EmbedUnsupportedTypeProblem - Class in org.apache.flex.compiler.problems
-
Embedding metadata can only decorate variables of type Class or String, any
other type is an error.
- EmbedUnsupportedTypeProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.EmbedUnsupportedTypeProblem
-
- emit() - Method in class org.apache.flex.abc.ABCEmitter
-
Emit bytecode.
- emitFile(String) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- emitLine(int) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- emitStyleDataClass(IFlexProject, IABCVisitor) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSCompilationSession
-
Generate code for CSS data.
- empty() - Static method in class org.apache.flex.swf.tags.CharacterIterableFactory
-
Always use this empty iterable instead of creating an empty
Collection
.
- EMPTY_CONTAINER - Static variable in class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
- EMPTY_CSS_DOCUMENT - Static variable in class org.apache.flex.compiler.internal.caches.CSSDocumentCache
-
Since
ConcurrentCacheStoreBase
does not allow null values, when a
SWC library does not have a "defaults.css" file, this dummy value is
used.
- EMPTY_DECORATION_PART - Static variable in class org.apache.flex.compiler.internal.tree.as.parts.SparseDecorationPart
-
- EMPTY_NAME_PREFIX - Static variable in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
No synthetic name prefix.
- EMPTY_STRING_ARRAY - Static variable in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
-
- EMPTY_USE_ARRAY - Static variable in class org.apache.flex.compiler.internal.scopes.ASScope
-
- EmptyDefinitionStore - Class in org.apache.flex.compiler.internal.scopes
-
An implementation of
IDefinitionStore
that stores no definitions.
- emptyNodeArray - Static variable in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Used in calls to CheapArray functions.
- emptyStatement() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an empty statement which is an explicit semicolon.
- emptyString - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- emptyTag - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Is this an empty tag (ending with "/>")?
- enableAccessibility(boolean) - Method in class org.apache.flex.compiler.config.Configurator
-
Enables accessibility in the application.
- enableAccessibility(boolean) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
Enables accessibility in the application.
- EnableDebugger2Tag - Class in org.apache.flex.swf.tags
-
Represents a
EnableDebugger2
tag in a SWF file.
- EnableDebugger2Tag() - Constructor for class org.apache.flex.swf.tags.EnableDebugger2Tag
-
Constructor.
- EnableDebugger2Tag(String) - Constructor for class org.apache.flex.swf.tags.EnableDebugger2Tag
-
Constructor with initialization.
- enableDebugging(boolean, String) - Method in class org.apache.flex.compiler.config.Configurator
-
Enables debugging in the application.
- enableDebugging(boolean, String) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
Enables debugging in the application.
- enableDigestVerification(boolean) - Method in class org.apache.flex.compiler.config.Configurator
-
- enableDigestVerification(boolean) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
Verifies the RSL loaded
has the same digest as the RSL specified when the application was compiled.
- enableIncludeLookupOnly(boolean) - Method in class org.apache.flex.compiler.config.Configurator
-
- enableIncludeLookupOnly(boolean) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
Controls whether manifest entries with lookupOnly=true are included in
the SWC catalog.
- enableStrictChecking(boolean) - Method in class org.apache.flex.compiler.config.Configurator
-
Runs the ActionScript compiler in strict error checking mode.
- enableStrictChecking(boolean) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
-
Runs the ActionScript compiler in strict error checking mode.
- EnableTelemetryTag - Class in org.apache.flex.swf.tags
-
Represents a
EnableTelemetry
tag in a SWF file.
- EnableTelemetryTag() - Constructor for class org.apache.flex.swf.tags.EnableTelemetryTag
-
Constructor.
- EnableTelemetryTag(String) - Constructor for class org.apache.flex.swf.tags.EnableTelemetryTag
-
Constructor with initialization.
- enableVerboseStacktraces(boolean) - Method in class org.apache.flex.compiler.config.Configurator
-
Generates bytecodes that include line numbers.
- encode(byte[]) - Method in class org.apache.flex.utils.Base64.Encoder
-
- encode(byte[], int, int) - Method in class org.apache.flex.utils.Base64.Encoder
-
- endAfter(Token) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Set the end offset of the node to fall just after the token.
- endAfter(ISourceLocation) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Set the end offset of the node to fall just after the token.
- endBefore(Token) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Set the end offset of the node to fall just before the token.
- endBefore(ISourceLocation) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Set the end offset of the node to fall just before the token.
- endColumn - Variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- endColumn - Variable in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- endElement(String, String, String) - Method in class org.apache.flex.compiler.internal.fxg.sax.FXGSAXScanner
-
- endEntry(int, int, String) - Method in class org.apache.flex.swf.io.SizeReport
-
- endEntry(int, int) - Method in class org.apache.flex.swf.io.SizeReport
-
- endIdleState(Map<ICompilerProject, Set<ICompilationUnit>>) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- endIdleState(Map<ICompilerProject, Set<ICompilationUnit>>) - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Updates symbol table entries for all the
ICompilationUnit
s in the
specified map and unlocks the lock acquired by calling
IWorkspace.startIdleState()
.
- endLine - Variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- endLine - Variable in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- endRequest() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Called by code in
RequestMaker
when a request has completed execution.
- ENDS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- ENDS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- ENDS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- ENDS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- ENDS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- ENDS_WITH - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- EndShapeRecord - Class in org.apache.flex.swf.types
-
The end shape record simply indicates the end of the shape record array.
- EndShapeRecord() - Constructor for class org.apache.flex.swf.types.EndShapeRecord
-
- EndTag - Class in org.apache.flex.swf.tags
-
Represents an
End
tag in a SWF file.
- EndTag() - Constructor for class org.apache.flex.swf.tags.EndTag
-
Constructor.
- ensureTypeNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
Ensures the that this variable will have a type as a child.
- ensureTypeNode() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- enterConstructor() - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Signal the semantic checker that its caller is entering a constructor:
initialize constructor-specific state variables.
- enterFile(String) - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Enter an included file.
- entity - Variable in class org.apache.flex.compiler.problems.MXMLInvalidEntityProblem
-
- ENTITY_RETURN - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- EntityProcessor - Class in org.apache.flex.compiler.internal.mxml
-
EntityProcessor
is an all-static utility class used in parsing MXML.
- EntityProcessor() - Constructor for class org.apache.flex.compiler.internal.mxml.EntityProcessor
-
- entries - Variable in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
-
- entries - Variable in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- entries - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
-
- entries - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
-
- entries - Variable in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
-
- entries - Variable in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- EntryOrderedStore<T> - Class in org.apache.flex.abc
-
A custom container with the following properties:
Ordered by entry, so iteration is in the order objects are added.
- EntryOrderedStore() - Constructor for class org.apache.flex.abc.EntryOrderedStore
-
- EOF - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- EOF - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- EOF - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- EOF - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- EOF - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- EOF - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- EOF - Static variable in interface org.apache.flex.compiler.internal.parsing.as.ASTokenTypes
-
- EOF - Static variable in interface org.apache.flex.compiler.internal.parsing.as.MetadataTokenTypes
-
- eofToken - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRepairingTokenBuffer
-
- EPSILON - Static variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- equals(Number, Number) - Static method in class org.apache.flex.abc.semantics.ECMASupport
-
Implement equality of numbers - see ECMA 262 3d Edition, section 11.9.3
- equals(String, String) - Static method in class org.apache.flex.abc.semantics.ECMASupport
-
Implement equality of strings - see ECMA 262 3d Edition, section 11.9.3
- equals(Boolean, Boolean) - Static method in class org.apache.flex.abc.semantics.ECMASupport
-
Implement equality of booleans - see ECMA 262 3d Edition, section 11.9.3
- equals(Object, Object) - Static method in class org.apache.flex.abc.semantics.ECMASupport
-
Implement the Abstract Equality Comparison algorithm - see ECMA 262 3d Edition, section 11.9.3
- equals(Object) - Method in class org.apache.flex.abc.semantics.Metadata
-
Determine equality by checking the Metadata objects' corresponding
fields.
- equals(Object) - Method in class org.apache.flex.abc.semantics.Name
-
Determine equality by checking Name objects' corresponding fields.
- equals(Object) - Method in class org.apache.flex.abc.semantics.Namespace
-
Check name-oriented equality unless the kind is private, for private
namespaces use identity semantics.
- equals(Object) - Method in class org.apache.flex.abc.semantics.Nsset
-
Determine equality by checking the Namespaces' corresponding fields.
- equals(Object) - Method in class org.apache.flex.compiler.common.ModifiersSet
-
- equals(Object) - Method in class org.apache.flex.compiler.common.PrefixMap
-
- equals(Object) - Method in class org.apache.flex.compiler.common.XMLName
-
Does this element name equal the one that's passed in?
- equals(INamespaceDefinition) - Method in interface org.apache.flex.compiler.definitions.INamespaceDefinition
-
- equals(Object) - Method in class org.apache.flex.compiler.filespecs.BaseFileSpecification
-
- equals(Object) - Method in class org.apache.flex.compiler.filespecs.FileSpecification
-
- equals(Object) - Method in class org.apache.flex.compiler.fxg.FXGVersion
-
Compares whether this FXGVersion's value is equal to the version value of
the object.
- equals(Object) - Method in class org.apache.flex.compiler.internal.caches.CacheStoreKeyBase
-
- EQUALS - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- EQUALS - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- EQUALS - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- EQUALS - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- EQUALS - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- EQUALS - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- equals(INamespaceDefinition) - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- equals(String) - Method in enum org.apache.flex.compiler.internal.embedding.EmbedAttribute
-
Test whether an attribute string matches this enum value
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.EmbedData
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ImageTranscoder
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.JPEGTranscoder
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.MovieTranscoder
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ScalableTranscoder
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SkinTranscoder
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.XMLTranscoder
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.mxml.MXMLNamespaceMapping
-
- equals(IProjectConfigVariables) - Method in interface org.apache.flex.compiler.internal.parsing.as.IProjectConfigVariables
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.projects.DefinitionPriority
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph.Dependency
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.projects.SourcePathManager.QNameFile
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.DefaultPropertyTagNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EffectTagNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EventTagNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EventTriggerTagNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- equals(IdentifierNode, IdentifierNode) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.StyleTagNode
-
- equals(Object) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.TypedTagNode
-
- equals(Object) - Method in class org.apache.flex.utils.FileID
-
- equalsOperatorStart - Variable in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
Offset at which the equals operator ("=") starts
- equalTo(FXGVersion) - Method in class org.apache.flex.compiler.fxg.FXGVersion
-
Compares whether this FXGVersion's value is equal to the value of the
version parameter.
- Error - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- ERROR - Static variable in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- error(Object) - Method in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- error(Object, Throwable) - Method in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- error(Object, Throwable, String, int, int) - Method in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- error(Object) - Method in class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
-
- error(Object, Throwable) - Method in class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
-
- error(Object, Throwable, String, int, int) - Method in class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
-
- error - Variable in class org.apache.flex.compiler.problems.FXGErrorEmbeddingImageProblem
-
- error(String) - Method in class org.apache.flex.swf.io.SWFDump
-
- error - Static variable in class org.apache.flex.utils.Trace
-
- error_namespaceAccess(IASNode, IASNode, Binding) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
Error trap.
- error_reduce_Op_AssignId(IASNode, InstructionList, InstructionList) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
Error trap.
- ERROR_TRAP - Static variable in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- ERROR_TRAP - Static variable in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AccessorTypesMustMatchProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AccessUndefinedMemberProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AccessUndefinedPropertyInPackageProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AccessUndefinedPropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AmbiguousGotoTargetProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AmbiguousReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ANELibraryNotAllowedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AnyNamespaceCannotBeQualifierProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ASDocNotClosedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AssignToConstProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AssignToFunctionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AssignToNonReferenceValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AssignToReadOnlyPropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AttemptToDeleteFixedPropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AttributesAreNotCallableProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.AttributesNotAllowedOnPackageDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.BadAccessInterfaceMemberProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.BadCharacterProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.BadSetterReturnTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.BaseClassIsFinalProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.BURMDiagnosticForEachExpectedInProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.BURMDiagnosticNotAllowedHereProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.BURMPatternMatchFailureProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CallNonFunctionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CallUndefinedMethodProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CannotDeleteSuperDescendantsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CannotExtendClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CannotExtendInterfaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CanNotInsertSemicolonProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CannotResolveConfigExpressionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CannotResolveProjectLevelConfigExpressionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CircularTypeReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ClassesMappedToSameRemoteAliasProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CodegenInternalProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ComponentTagWithoutURIProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConfigurationFileNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConfigurationProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConflictingInheritedNameInNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConflictingNameInNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConstructorCannotHaveReturnTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConstructorIsGetterSetterProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConstructorIsStaticProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ConstructorMustBePublicProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CountedForLoopInitializerProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSCodeGenProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSEmbedAssetProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSExcludedStylePropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSParserProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSUndefinedNamespacePrefixProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSUndefinedTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSUnknownDefaultNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CSSUnresolvedClassReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.CyclicalIncludesProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DecrementMustBeReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DependencyNotCompatibleProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateClassDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateFunctionDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateInterfaceDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateInterfaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateLabelProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateNamespaceDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateScriptProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateSourceFileProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DuplicateSwitchCaseProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.DynamicNotOnClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedBadScalingGridTargetProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedCouldNotDetermineSampleFrameCountProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedExceptionWhileTranscodingProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedInitialValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedInvalidAttributeValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedInvalidUnicodeRangeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedMissingSymbolProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedMovieScalingNoSymbolProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedMultipleMetaTagsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedNoSkinClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedNoSourceAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedOnlyOnClassesAndVarsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedQualityRequiresCompressionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedQualityValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedScalingGridProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedScalingGridValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedSkinClassNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedSourceAttributeCouldNotBeReadProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedSourceAttributeDoesNotExistProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedSourceFileNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedTypeNotEmbeddableProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedUnableToReadSourceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedUnknownAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedUnknownMimeTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedUnrecogniedFileTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedUnsupportedAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedUnsupportedSamplingRateProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.EmbedUnsupportedTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ExpectDefinitionKeywordAfterAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ExpectXmlBeforeNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ExtraCharactersAfterEndOfProgramProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ExtraneousSuperStatementProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FileInLibraryIOProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FileInLibraryNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FileIOProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FileNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FileWriteProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FinalOutsideClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FontEmbeddingNotSupported
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ForwardReferenceToBaseClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FunctionNotMarkedOverrideProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FunctionWithoutBodyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGChildNodeNotSupportedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGContentNotContiguousProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGDefinitionNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGErrorEmbeddingImageProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidBooleanValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidChildColorTransformNodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidChildMatrixNodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidChildNodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidColorMatrixValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidColorValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidDefinitionNameProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidDoubleValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidFloatValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidGroupIDAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidIntegerValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidLibraryElementProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidMaskElementProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidNestingElementsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidNodeAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidPathDataProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidPercentValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidRectRadiusXRadiusYAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidRootNodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidScaleGridGroupChildProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidScaleGridRotationAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidTabStopsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGInvalidVersionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGMissingAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGMissingGroupChildNodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGMultipleElementProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGOutOfRangeValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGParserProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGPrivateElementNotChildOfGraphicProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGPrivateElementNotLastProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGScanningProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGUndefinedPropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGUnknownAttributeValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGUnknownElementInVersionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.FXGVersionHandlerNotRegisteredProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.GetterCannotHaveParametersProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.GetterMustNotBeVoidProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.GlobalBindablePropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.HostComponentClassNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.HostComponentMustHaveTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.IllegalAssignmentToClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ImplicitCoercionToSubtypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ImplicitCoercionToUnrelatedTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ImplicitTypeCheckCoercionToUnrelatedTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ImproperlyConfiguredTargetProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InaccessibleMethodReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InaccessiblePropertyReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.IncompatibleDefaultValueOfTypeNullProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.IncompatibleInterfaceMethodProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.IncompatibleOverrideProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.IncrementMustBeReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InlineFunctionNotFinalStaticOrGlobalProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InlineFunctionTooLargeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InlineNestedInliningNotSupportedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InlineNoSourceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InlineUnsupportedInstructionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InlineUnsupportedNodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InterfaceBindablePropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InterfaceCannotBeInstantiatedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InterfaceMethodOverrideProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InterfaceMethodWithBodyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InterfaceModifierProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InterfaceNamespaceAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InternalCompilerProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InternalCompilerProblem2
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidABCByteCodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidBackgroundColorProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidConfigLocationProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidDecrementOperandProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidForInInitializerProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidImportFileProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidIncrementOperandProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidLabelProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidLvalueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidNamespaceInitializerProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidOverrideProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidPrivateNamespaceAttrProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidPrivateNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidProtectedNamespaceAttrProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidProtectedNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidPublicNamespaceAttrProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidPublicNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidRestParameterDeclarationProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidSuperExpressionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidSuperStatementProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.InvalidTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.LibraryNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.LocalBindablePropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.LossyConversionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ManifestProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MethodCannotBeConstructorProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingBuiltinProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingCatchOrFinallyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingLeftBraceBeforeFunctionBodyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingPropertyNameProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingRequirementConfigurationProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingSignedDigestProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingSkinPartProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingSkinStateProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MissingUnsignedDigestProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MultipleConfigNamespaceDecorationsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MultipleContructorDefinitionsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MultipleExternallyVisibleDefinitionsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MultipleNamespaceAttributesProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MultipleReservedNamespaceAttributesProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MultipleSwitchDefaultsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLAttributeVersionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLClassNodeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLConstructorHasParametersProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLContentAfterRootTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLContentBeforeRootTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLDualContentProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLDuplicateAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLDuplicateChildTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLDuplicateIDProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLEmptyAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLFinalClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLIncludeInAndExcludeFromProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLIncompatibleArrayElementProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLIncompatibleVectorElementProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidDatabindingExpressionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidDefinitionNameProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidEntityProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidIDProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidItemCreationPolicyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidItemDestructionPolicyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidPercentageProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidSourceAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidStyleProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidTextForTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidVectorFixedAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLInvalidVectorTypeAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLLibraryTagNotTheFirstChildProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLMissingRootTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLMissingVectorTypeAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLMultipleRootTagsProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLNoAllowedAttributesProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLNotAClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLOtherLanguageNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLOuterDocumentAlreadyDeclaredProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLPercentageNotAllowedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLPrivateAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLPrivateTagLocationProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLRequiredAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLSameBindingSourceAndDestinationProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLSemanticProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnclosedTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedDatabindingProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnexpectedTextProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnknownNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnknownXMLFormatProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnrecognizedCompilerDirectiveProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnresolvedTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLUnterminatedEntityProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLXMLListMixedContentProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLXMLOnlyOneRootTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLXMLProcessingInstructionLocationProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.MXMLXMLRequireContentProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NamespaceAttributeNotAllowedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NamespaceInInterfaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NamespaceOverrideInsideFunctionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NativeMethodWithBodyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NativeNotOnFunctionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NativeUsedInInterfaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NativeVariableProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NestedClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NestedGetterSetterProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NestedInterfaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NestedPackageProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NoCompilationUnitForDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NoDefaultConstructorInBaseClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NoMainDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NonConstantConfigInitProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NonConstantParamInitializerProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NonConstConfigVarProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NonDirectoryInSourcePathProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NoScopesInABCCompilationUnitProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NoSourceForClassInNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.NoSourceForClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.OnlyOneHostComponentAllowedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.OperandStackUnderflowProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.OverrideFinalProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.OverrideNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.OverrideOutsideClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.PackageCannotBeUsedAsValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ParserProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.PropertyIsWriteOnlyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.PrototypeInvalidAttributeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.RequiredParameterAfterOptionalProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ResourceBundleMalformedEncodingProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNoBundleParameterProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNoKeyParameterProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNotFoundForLocaleProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ResourceBundleNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.RestParamAndArgumentsUsedTogetherProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.RestParameterMustBeLastProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ReturnCannotBeUsedInGlobalProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ReturnCannotBeUsedInPackageProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ReturnCannotBeUsedInStaticProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ReturnMustReturnValueProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ReturnValueInConstructorProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ReturnValueMustBeUndefinedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ScopeStackUnderflowProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SetterCannotHaveOptionalProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SetterMustHaveOneParameterProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ShadowedConfigNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SkinPartsMustBePublicProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SourcePathNotFoundProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.StaticAndOverrideProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.StaticNamespaceDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.StaticOutsideClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.StrictUndefinedMethodProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.StringLiteralMustBeTerminatedBeforeLineBreakProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.StringLiteralNotClosedProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SWFCSMTextSettingsWrongReferenceTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SWFInvalidSignatureProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SWFUnexpectedEndOfFileProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.SyntaxProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.ThisUsedInStaticFunctionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.TooFewFunctionParametersProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.TooManyFunctionParametersProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnableToBuildSWFProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnableToBuildSWFTagProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnableToFindRootClassDefinitionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnableToListFilesProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UndefinedConfigNameProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UndefinedConfigNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnexpectedEOFProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnexpectedExceptionProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnexpectedReturnProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnexpectedTokenProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnfoundPropertyProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnimplementedInterfaceMethodProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnknownBreakTargetProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnknownContinueTargetProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnknownGotoTargetProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnknownInterfaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnknownNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnknownSuperclassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnknownTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnresolvedClassReferenceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnresolvedNamespaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.UnsupportedSourceFileProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.VarInInterfaceProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.VirtualOutsideClassProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.VoidTypeProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.WrongSkinPartProblem
-
- errorCode - Static variable in class org.apache.flex.compiler.problems.XMLOpenCloseTagNotMatchProblem
-
- errors - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRepairingTokenBuffer
-
- errorText - Variable in class org.apache.flex.compiler.problems.BadCharacterProblem
-
- ES - Static variable in class org.apache.flex.compiler.config.Configuration
-
- ESCAPE_SEQUENCE - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- ESCAPED_HEX - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- ESCAPED_HEX - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- ESCAPED_HEX - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- ESCAPED_HEX - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- ESCAPED_HEX - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- ESCAPED_HEX - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- escapedUnicodeToHtmlEntity(String) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
Convert escaped unicode sequence such as
ÿ
and \xFF
to HTML entities like ÿ
.
- evaluateConstNodeExpression(ConfigExpressionNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
-
turns a config expression into a synthesize LiteralNode
- evaluateConstNodeExpressionToJavaObject(ConfigExpressionNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
-
turns a config expression node into a Java Interger, Boolean, etc...
- Event - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- Event - Static variable in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- event(MetaTagsNode) - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
-
- EventDefinition - Class in org.apache.flex.compiler.internal.definitions
-
Each instance of this class represents the definition of an MXML event in the
symbol table.
- EventDefinition(String, IClassDefinition) - Constructor for class org.apache.flex.compiler.internal.definitions.EventDefinition
-
- EventDispatcher - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- EventTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
-
- EventTagNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.EventTagNode
-
Constructor.
- eventTrigger(MetaTagsNode) - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
-
- eventTriggerSet() - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
-
- EventTriggerTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
-
Implementation of
IEventTriggerTagNode
.
- EventTriggerTagNode(String) - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.EventTriggerTagNode
-
Constructor.
- exception - Variable in class org.apache.flex.compiler.problems.EmbedExceptionWhileTranscodingProblem
-
- exception - Variable in class org.apache.flex.compiler.problems.EmbedUnableToReadSourceProblem
-
- ExceptionHandlingContext - Class in org.apache.flex.compiler.internal.as.codegen
-
An ExceptionHandlingContext manages the tree-crossing
state of a try/catch/finally composite statement; its
actual processing state (try, catch, and finally have
slightly different requirements), and most importantly
the return instruction fragments for the finally block's
"callers."
- ExceptionHandlingContext.FinallyReturn - Class in org.apache.flex.compiler.internal.as.codegen
-
Finally return fragments and their labels.
- ExceptionInfo - Class in org.apache.flex.abc.semantics
-
ExceptionInfo represents an exception-handling annotation in a MethodBodyInfo
structure.
- ExceptionInfo(Label, Label, Label, Name, Name) - Constructor for class org.apache.flex.abc.semantics.ExceptionInfo
-
Constructor.
- exceptionName - Variable in class org.apache.flex.compiler.problems.UnexpectedExceptionProblem
-
- exceptionToString(Throwable) - Static method in class org.apache.flex.utils.ExceptionUtil
-
Utility method for converting an exception into a string.
- ExceptionUtil - Class in org.apache.flex.utils
-
A utility for wrapping exceptions.
- ExceptionUtil() - Constructor for class org.apache.flex.utils.ExceptionUtil
-
- EXCLUDE_FROM - Variable in class org.apache.flex.compiler.problems.MXMLIncludeInAndExcludeFromProblem
-
- EXCLUDE_META_TAG - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
[Exclude(kind="style" name="foo")]
- EXCLUDE_META_TAG_KIND - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- EXCLUDE_META_TAG_NAME - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- EXCLUDE_META_TAG_STYLE - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- EXCLUDE_NATIVE_JS_LIBRARIES - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- execute(String[]) - Method in class org.apache.flex.compiler.clients.ASDOC
-
- execute(String[]) - Method in class org.apache.flex.compiler.clients.COMPC
-
- execute(String[]) - Method in class org.apache.flex.compiler.clients.MXMLC
-
- execute(String[]) - Method in class org.apache.flex.compiler.clients.Optimizer
-
- EXECUTE_BINDINGS_CALL_OPERANDS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- existingClassName - Variable in class org.apache.flex.compiler.problems.ClassesMappedToSameRemoteAliasProblem
-
- existsIn(DependencyTypeSet) - Method in enum org.apache.flex.compiler.common.DependencyType
-
A helper function to check if this
DependencyType
is contained in an DependencyTypeSet
.
- expandTokens(Iterable<String>, Iterable<String>, ConfigurationValue) - Method in class org.apache.flex.compiler.config.Configuration
-
- expandTokens(Iterable<String>, Iterable<String>, ConfigurationValue, boolean) - Method in class org.apache.flex.compiler.config.Configuration
-
All path-tokens get expanded from this method, as of now, {locale} and {targetPlayerMajorVersion} Replaces
instances of "{targetPlayerMajorVersion}" and "{targetPlayerMinorVersion}" with configured value.
- ExpectDefinitionKeywordAfterAttributeProblem - Class in org.apache.flex.compiler.problems
-
Expecting a definition keyword such as "function", "var", "class" after a
modifier attribute such as "static", "final", etc.
- ExpectDefinitionKeywordAfterAttributeProblem(String, ASToken) - Constructor for class org.apache.flex.compiler.problems.ExpectDefinitionKeywordAfterAttributeProblem
-
Create a problem.
- expected - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.IncorrectArgumentCount
-
- expected - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.IncorrectElement
-
- expected - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.UnexpectedArgument
-
- expectedFrames - Variable in class org.apache.flex.compiler.problems.SWFFrameCountMismatchProblem
-
- expectedType - Variable in class org.apache.flex.compiler.problems.ImplicitCoercionToUnrelatedTypeProblem
-
- expectedType - Variable in class org.apache.flex.compiler.problems.ImplicitTypeCheckCoercionToUnrelatedTypeProblem
-
- expectedType - Variable in class org.apache.flex.compiler.problems.MXMLIncompatibleArrayElementProblem
-
- ExpectXmlBeforeNamespaceProblem - Class in org.apache.flex.compiler.problems
-
Error #1072: Syntax error: expecting xml before namespace.
- ExpectXmlBeforeNamespaceProblem(ASToken) - Constructor for class org.apache.flex.compiler.problems.ExpectXmlBeforeNamespaceProblem
-
Create a problem.
- explicitCloseToken - Variable in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Indicates if we have an explicit close tag
- exportAssetsTag - Variable in class org.apache.flex.swf.SWFFrame
-
- ExportAssetsTag - Class in org.apache.flex.swf.tags
-
Represents a
ExportAssets
tag in a SWF file.
- ExportAssetsTag() - Constructor for class org.apache.flex.swf.tags.ExportAssetsTag
-
Constructor.
- exprCount - Variable in class org.apache.flex.compiler.problems.InlineFunctionTooLargeProblem
-
- expression() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an expression or a comma-separated expression list.
- expressionNode - Variable in class org.apache.flex.compiler.internal.tree.as.BaseStatementExpressionNode
-
The expression to be acted upon by this statement expression.
- expressionNode - Variable in class org.apache.flex.compiler.internal.tree.as.DefaultXMLNamespaceNode
-
The namespace expression on the right-hand-side of the equals sign.
- ExpressionNodeBase - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing an expression
- ExpressionNodeBase() - Constructor for class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Constructor.
- ExpressionNodeBase(ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Copy constructor.
- expressionStatement(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an "expression statement".
- EXTENDS - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- extendsKeywordNode - Variable in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
The extends keyword (if one is present)
- extendsKeywordNode - Variable in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
The extends keyword (if one is present)
- EXTENSION - Static variable in class org.apache.flex.compiler.internal.projects.ASSourceFileHandler
-
- EXTENSION - Static variable in class org.apache.flex.compiler.internal.projects.FXGSourceFileHandler
-
- EXTENSION - Static variable in class org.apache.flex.compiler.internal.projects.MXMLSourceFileHandler
-
- EXTENSION - Static variable in class org.apache.flex.compiler.internal.projects.ResourceBundleSourceFileHandler
-
- extension - Variable in class org.apache.flex.compiler.problems.UnsupportedSourceFileProblem
-
- EXTERNS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- EXTERNS_ALLOWED - Static variable in class org.apache.flex.compiler.internal.targets.SWFTarget.SWFFrameInfo
-
- EXTERNS_DISALLOWED - Static variable in class org.apache.flex.compiler.internal.targets.SWFTarget.SWFFrameInfo
-
- extraBytes - Variable in class org.apache.flex.compiler.problems.SWFTagLengthTooLongProblem
-
- ExtraCharactersAfterEndOfProgramProblem - Class in org.apache.flex.compiler.problems
-
The parser found extra characters after the end of the program.
- ExtraCharactersAfterEndOfProgramProblem(ASToken) - Constructor for class org.apache.flex.compiler.problems.ExtraCharactersAfterEndOfProgramProblem
-
- extractApiVersion(String) - Static method in class org.apache.flex.abc.semantics.Namespace
-
Get the API version from a Namespace's name.
- ExtraneousSuperStatementProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the method body semantic checker detects
a super() call after another super() call, a reference to super,
or a throw or return statement.
- ExtraneousSuperStatementProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.ExtraneousSuperStatementProblem
-
- extraTags - Variable in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
F
- FACTORY - Static variable in interface org.apache.flex.compiler.internal.css.codegen.ICSSRuntimeConstants
-
- FACTORY_CLASS - Variable in class org.apache.flex.compiler.problems.MissingFactoryClassInFrameMetadataProblem
-
- FACTORY_FUNCTIONS - Static variable in class org.apache.flex.compiler.internal.css.codegen.CSSReducer
-
The base name of CSS Factory Functions.
- fakeExpr() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
fakeExpr simulates the set of allowable follow tokens in an expression context, which allows antlr to function.
- fakeReader - Variable in class org.apache.flex.compiler.internal.parsing.FakingReader
-
The StringReader that contains the fake characters
- FakingReader - Class in org.apache.flex.compiler.internal.parsing
-
Reader that spoofs adding several characters to the end of the existing Reader.
- FakingReader(Reader, String) - Constructor for class org.apache.flex.compiler.internal.parsing.FakingReader
-
Constructor
- FalconToolGroup - Class in org.apache.flex.compiler.clients
-
FlexToolGroup exposing the implementations of the Falcon compilers tools.
- FalconToolGroup() - Constructor for class org.apache.flex.compiler.clients.FalconToolGroup
-
- FALSE - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- FALSE - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- FALSE - Variable in class org.apache.flex.compiler.problems.MXMLInvalidVectorFixedAttributeProblem
-
- FastStack<E> - Class in org.apache.flex.utils
-
Stack implementation based on ArrayList instead of a Vector.
- FastStack() - Constructor for class org.apache.flex.utils.FastStack
-
- FastStack(int) - Constructor for class org.apache.flex.utils.FastStack
-
- FastStack(Collection<? extends E>) - Constructor for class org.apache.flex.utils.FastStack
-
- FastStack.IFastStackDecorator<E> - Interface in org.apache.flex.utils
-
Decorator used to change values as they come off this stack
- FatalProblem - Class in org.apache.flex.compiler.problems
-
Base class of all fatal errors.
- FatalProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.FatalProblem
-
super-constructor uses the source position information
in an IASNode at or near the fatal error site as
paramaters to the CompilerProblem super-constructor.
- FatalProblem() - Constructor for class org.apache.flex.compiler.problems.FatalProblem
-
Constructor for when we have no location information.
- featurePlatforms - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
All the available media feature platforms
- featuresDpis - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
All the available media feature dpis
- fetch(int) - Method in class org.apache.flex.utils.IntMapLRUCache
-
- fetchToken(int, int, int, int, int, CharSequence) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Builds a token, or reuses a token, based on the underlying token pool
- file - Variable in class org.apache.flex.compiler.problems.ConfigurationFileNotFoundProblem
-
- file - Variable in class org.apache.flex.compiler.problems.CyclicalIncludesProblem
-
- file - Variable in class org.apache.flex.compiler.problems.DuplicateSourceFileProblem
-
- file - Variable in class org.apache.flex.compiler.problems.EmbedSourceFileNotFoundProblem
-
- file - Variable in class org.apache.flex.compiler.problems.EmbedUnrecogniedFileTypeProblem
-
- file - Variable in class org.apache.flex.compiler.problems.FileNotFoundProblem
-
- file - Variable in class org.apache.flex.compiler.problems.NonDirectoryInSourcePathProblem
-
- file - Variable in class org.apache.flex.compiler.problems.UnableToBuildSWFProblem
-
- file - Variable in class org.apache.flex.compiler.problems.UnsupportedSourceFileProblem
-
- FILE_SPECS_VAR - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- fileAdded(IFileSpecification) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- fileAdded(IFileSpecification) - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Called by clients of the driver object model when a file add has been
detected.
- FileAttributesTag - Class in org.apache.flex.swf.tags
-
Represents a
FileAttributes
tag in a SWF file.
- FileAttributesTag() - Constructor for class org.apache.flex.swf.tags.FileAttributesTag
-
Constructor.
- fileChanged(IFileSpecification) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- fileChanged(IFileSpecification) - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Called by clients of the driver object model when a file change has been
detected.
- FileConfigurator - Class in org.apache.flex.compiler.internal.config
-
A utility class, which is used to parse an XML file of configuration options
and populate a ConfigurationBuffer.
- FileConfigurator() - Constructor for class org.apache.flex.compiler.internal.config.FileConfigurator
-
- FileConfigurator.SAXConfigurationException - Exception in org.apache.flex.compiler.internal.config
-
- FileID - Class in org.apache.flex.utils
-
A reliable way to identify and compare file paths.
- FileID(File) - Constructor for class org.apache.flex.utils.FileID
-
Constructor.
- fileIgnored - Variable in class org.apache.flex.compiler.problems.DuplicateScriptProblem
-
- FileInLibraryIOProblem - Class in org.apache.flex.compiler.problems
-
A file was not found in a SWC.
- FileInLibraryIOProblem(String, String, String) - Constructor for class org.apache.flex.compiler.problems.FileInLibraryIOProblem
-
- FileInLibraryNotFoundProblem - Class in org.apache.flex.compiler.problems
-
A file was not found in a library.
- FileInLibraryNotFoundProblem(String, String) - Constructor for class org.apache.flex.compiler.problems.FileInLibraryNotFoundProblem
-
- FileIOProblem - Class in org.apache.flex.compiler.problems
-
Generic problem handler for IOExceptions
- FileIOProblem(IOException) - Constructor for class org.apache.flex.compiler.problems.FileIOProblem
-
- fileKept - Variable in class org.apache.flex.compiler.problems.DuplicateScriptProblem
-
- fileLevelDirectives(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches multiple directives.
- fileList - Variable in class org.apache.flex.compiler.problems.DuplicateQNameInSourcePathProblem
-
- filename - Variable in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler.Tree
-
- filename - Variable in class org.apache.flex.compiler.internal.parsing.as.OffsetCue
-
File that contains the characters after this cue point until the next cue
point.
- filename - Variable in class org.apache.flex.compiler.problems.EmbedCouldNotDetermineSampleFrameCountProblem
-
- filename - Variable in class org.apache.flex.compiler.problems.EmbedSourceAttributeCouldNotBeReadProblem
-
- filename - Variable in class org.apache.flex.compiler.problems.EmbedUnsupportedSamplingRateProblem
-
- fileName - Variable in class org.apache.flex.compiler.problems.UnableToCreateLinkReportProblem
-
- FilenameNormalization - Class in org.apache.flex.utils
-
Utility class to normalize filenames.
- FilenameNormalization() - Constructor for class org.apache.flex.utils.FilenameNormalization
-
- FileNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing a file
- FileNode(IFileSpecificationGetter, String) - Constructor for class org.apache.flex.compiler.internal.tree.as.FileNode
-
Constructor for a
FileNode
that has a source file
associated with it.
- FileNode(IFileSpecificationGetter) - Constructor for class org.apache.flex.compiler.internal.tree.as.FileNode
-
Constructor for a
FileNode
that does not have a source file
associated with it.
- FileNotFoundProblem - Class in org.apache.flex.compiler.problems
-
Compiler problem that indicates a file was not found.
- FileNotFoundProblem(ISourceLocation, String) - Constructor for class org.apache.flex.compiler.problems.FileNotFoundProblem
-
- FileNotFoundProblem(ASToken, String) - Constructor for class org.apache.flex.compiler.problems.FileNotFoundProblem
-
- FileNotFoundProblem(String) - Constructor for class org.apache.flex.compiler.problems.FileNotFoundProblem
-
- filePath - Variable in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
the path of the file this file scope represents
- filePath - Variable in class org.apache.flex.compiler.problems.ComponentTagWithoutURIProblem
-
- filePath - Variable in class org.apache.flex.compiler.problems.FileInLibraryIOProblem
-
- filePath - Variable in class org.apache.flex.compiler.problems.FileInLibraryNotFoundProblem
-
- fileRemoved(IFileSpecification) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- fileRemoved(IFileSpecification) - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Called by clients of the driver object model when a file remove has been
detected.
- FileScopeCache - Class in org.apache.flex.compiler.internal.caches
-
Each
<script>
tag maps to a DoABC
tag in the library
SWF.
- FileScopeCache(SWCManager) - Constructor for class org.apache.flex.compiler.internal.caches.FileScopeCache
-
- FileScopeCache.FileScopeCacheKey - Class in org.apache.flex.compiler.internal.caches
-
Key object for
FileScopeCache
.
- FileScopeCache.FileScopeCacheKey() - Constructor for class org.apache.flex.compiler.internal.caches.FileScopeCache.FileScopeCacheKey
-
- fileScopeRequest - Variable in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- FileScopeRequestResultBase - Class in org.apache.flex.compiler.internal.units.requests
-
Base implementation of an
IFileScopeRequestResult
.
- FileScopeRequestResultBase(Collection<ICompilerProblem>, Collection<? extends IASScope>) - Constructor for class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
Create an immutable
IFileScopeRequestResult
object.
- FileSpecification - Class in org.apache.flex.compiler.filespecs
-
A file specification that reads the content of the file from the file itself.
- FileSpecification(String) - Constructor for class org.apache.flex.compiler.filespecs.FileSpecification
-
Constructor.
- FileUtils - Class in org.apache.flex.utils
-
A collection of file related utilities.
- FileUtils() - Constructor for class org.apache.flex.utils.FileUtils
-
- FileWriteProblem - Class in org.apache.flex.compiler.problems
-
Problem created when we couldn't write a file
- FileWriteProblem(IOException) - Constructor for class org.apache.flex.compiler.problems.FileWriteProblem
-
- fill - Variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractShapeNode
-
- fillBuffer(StringBuilder) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
- fillBuffer(StringBuilder) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- fillBuffer(StringBuilder) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- fillinDefinition(DefinitionBase) - Method in class org.apache.flex.compiler.internal.tree.as.BaseTypedDefinitionNode
-
Helper method to fill in a definition with appropriate metadata &
namespace stuff.
- fillInMetadata(DefinitionBase) - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- fillInModifiers(DefinitionBase) - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- fillInNamespaceAndModifiers(DefinitionBase) - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
Helper method to fill in namespace, and modifier info for a definition.
- fillInOffsets() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
- fillInOffsets() - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- fillInOffsets() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
If the start and end offsets haven't been set explicitly, fill them in
based on the offsets of the children.
- fillInOffsets() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorNodeBase
-
- fillMode - Variable in class org.apache.flex.compiler.internal.fxg.dom.BitmapGraphicNode
-
- fillMode - Variable in class org.apache.flex.compiler.internal.fxg.dom.fills.BitmapFillNode
-
- FillMode - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The FillMode class.
- FillStyle - Class in org.apache.flex.swf.types
-
The SWF file format supports three basic types of fills for a shape.
- FillStyle(int, Matrix, IDefineBinaryImageTag) - Constructor for class org.apache.flex.swf.types.FillStyle
-
Constructor for a bitmap filled style
- FillStyle() - Constructor for class org.apache.flex.swf.types.FillStyle
-
- FillStyleArray - Class in org.apache.flex.swf.types
-
A fill style array enumerates a number of fill styles.
- FillStyleArray(int) - Constructor for class org.apache.flex.swf.types.FillStyleArray
-
Create a FillStyleArray with specified initial capacity.
- FillStyleArray() - Constructor for class org.apache.flex.swf.types.FillStyleArray
-
- fillStyleType - Variable in class org.apache.flex.compiler.problems.SWFUnknownFillStyleProblem
-
- filter(InstructionList) - Method in interface org.apache.flex.abc.instructionlist.InstructionList.IFilter
-
- Filter - Class in org.apache.flex.swf.types
-
IFilter record.
- Filter() - Constructor for class org.apache.flex.swf.types.Filter
-
- filterAndCollect(Iterable<?>) - Static method in class org.apache.flex.swf.tags.CharacterIterableFactory
-
Find all the ICharacterReferrer instances from a generic collection.
- FilteredIterator - Class in org.apache.flex.compiler.problems.collections
-
A FilteredIterator applies a IProblemFilter to an
Iterator>ICompilerProblem< and generates a
subsequence of the orginal Iterator's results,
namely those elements that satisfy the filter.
- FilteredIterator(Iterator<ICompilerProblem>, IProblemFilter) - Constructor for class org.apache.flex.compiler.problems.collections.FilteredIterator
-
Construct a FilteredIterator.
- FilteringList<T extends ICMToken> - Class in org.apache.flex.compiler.internal.parsing
-
- FilteringList(ITokenStreamFilter) - Constructor for class org.apache.flex.compiler.internal.parsing.FilteringList
-
- FilteringList(ITokenStreamFilter, int) - Constructor for class org.apache.flex.compiler.internal.parsing.FilteringList
-
- filterNullInterfaces(IInterfaceDefinition[]) - Method in class org.apache.flex.compiler.internal.definitions.TypeDefinitionBase
-
- filters - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- filters - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContext
-
- FINAL - Static variable in class org.apache.flex.compiler.common.ASModifier
-
Represents the
final
modifier.
- FINAL - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- FINAL - Variable in class org.apache.flex.compiler.problems.BaseClassIsFinalProblem
-
- FINAL - Variable in class org.apache.flex.compiler.problems.FinalOutsideClassProblem
-
- FINAL - Variable in class org.apache.flex.compiler.problems.InlineFunctionNotFinalStaticOrGlobalProblem
-
- FINAL - Variable in class org.apache.flex.compiler.problems.MXMLFinalClassProblem
-
- FINAL - Variable in class org.apache.flex.compiler.problems.OverrideFinalProblem
-
- FINALLY - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- FINALLY - Variable in class org.apache.flex.compiler.problems.MissingCatchOrFinallyProblem
-
- FinalOutsideClassProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when 'final' is used outside of a class
- FinalOutsideClassProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.FinalOutsideClassProblem
-
- FIND_ALL_CONTEXTS - Static variable in class org.apache.flex.compiler.internal.as.codegen.ControlFlowContextManager
-
Search criterion which finds all active contexts.
- findAllCompilationUnitsToLink(Collection<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.FlexAppSWFTarget
-
Discovers dependent compilation units from a set of root compilation
units.
- findAllCompilationUnitsToLink(Collection<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.Target
-
Discovers dependent compilation units from a set of root compilation
units.
- findAllDefinitionsByName(Multiname) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- findAllSymbolClassTags(ITagContainer) - Static method in class org.apache.flex.compiler.internal.caches.SWFCache
-
Find all
SymbolClassTag
contained in the SWF.
- findAttributeContainingOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Find the attribute that contains the offset
- findAttributeListContainingOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Get the open or empty tag whose attribute list contains this offset.
- findAvailableIndex() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- findAvailableIndex() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- findAvailableIndex() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- findAvailableIndex() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- findAvailableIndex() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
-
Returns the index of the first null field where a new definition set
can be stored.
- findCompilationUnits(String, ICompilerProject, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.resourcebundles.ResourceBundleUtils
-
Find all the compilation units associated with the specified resource bundle name.
- findContainmentReferenceUnit(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Get the unit that should be referenced when looking at what tags contain
this offset (i.e. tags that are opened and not closed before this offset)
- findDefinitionByName(String) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- findDefinitionByName(Multiname, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- findDefinitionByName(ICompilationUnit, Collection<IDefinition>, String, Set<INamespaceDefinition>, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- findDefinitionByName(Collection<IDefinition>, String, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- findDoABCTagByName(ITagContainer, String) - Static method in class org.apache.flex.compiler.internal.caches.SWFCache
-
Find
DoABC
tag by name.
- findEffectDefinitions(ICompilerProject) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Finds the effect definitions for effect declared on this class or any of
its superclasses.
- findEffectDefinitions(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- findEffectDefinitions(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- findEventDefinitions(ICompilerProject) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Finds the event definitions for events declared on this class or any of
its superclasses.
- findEventDefinitions(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- findEventDefinitions(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- findIndexForBaseName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- findIndexForBaseName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- findIndexForBaseName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- findIndexForBaseName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- findIndexForBaseName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
-
Returns the index of the field storing a definition set with the
specified base name, or -1 if there is no such field.
- findLineNumber(IBasicBlock) - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Find the closest matching line number to the start of a block.
- findLineNumber(IBasicBlock, int) - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Find the nearest debugline instruction preceeding the given
(Block,offset) position and fetch its line number.
- findLineNumber(IBasicBlock) - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Find the closest matching line number to the start of a block.
- findLineNumber(IBasicBlock, int) - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Find the nearest debugline instruction preceeding the given
(Block,offset) position and fetch its line number.
- findMatchingEndTag() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- findMatchingEndTag(boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Finds the close tag that matches this tag.
- findMatchingEndTag() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Finds the close tag that matches this tag.
- findMemberByName(IASNode, String, boolean, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find a member definition, given its name.
- findMemberByName(IASScope, String, boolean, boolean, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Search a scope and its enclosing scopes for a member whose name is known.
- findMetaTagsByName(String, ICompilerProject) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Finds all metadata with a specified tag name.
- findMetaTagsByName(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
- findNearestUnit(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
If the offset is contained within an MXML unit, get that unit.
- findOccurrences(int, boolean) - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
Find occurrences of an Instruction with a specific opcode.
- findPotentialFunctionConflicts(ICompilerProject, IFunctionDefinition) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find potential conflict for a FunctionDefinition.
- findProperty(Name, IDefinition, boolean) - Method in class org.apache.flex.compiler.internal.as.codegen.InlineFunctionLexicalScope
-
- findProperty(Binding, boolean) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Get the property for the specified binding.
- findProperty(Name, IDefinition, boolean) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Get the property for the specified name.
- findProperty(CompilerProject, String, Set<INamespaceDefinition>, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
This is called by
ASScopeCache
when there was a cache miss.
- findProperty(CompilerProject, String, Predicate<IDefinition>, Set<INamespaceDefinition>, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Version of findProperty that determine the results based on the namespace set passed in,
along with any additional constraints passed in via the
Predicate
.
- findProperty(Collection<IDefinition>, CompilerProject, String, Set<INamespaceDefinition>, DependencyType, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
This is the core
findproperty()
method.
- findProperty(Collection<IDefinition>, CompilerProject, String, NamespaceSetPredicate, DependencyType, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
This is the implementation of the various
findproperty()
methods.
- findProperty(ICompilerProject, String, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
The main public entry point for the findprop operation in the compiler.
- findProperty(ICompilerProject, String, DependencyType, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
The main public entry point for the findprop operation in the compiler.
- findProperty(ICompilerProject, String, Predicate<IDefinition>, DependencyType, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
An alternate entry point for findprop operations.
- findProperty(ICompilerProject, String, Predicate<IDefinition>, Set<INamespaceDefinition>, DependencyType, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
- findProperty(ASScope, String, ICompilerProject, boolean) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find a qualified property by name in a scope.
- findPropertyMultiname(IResolvedQualifiersReference, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeCache
-
Resolves the specified reference to a definition and adds a dependency to
the dependency graph if needed.
- findPropertyQualified(ICompilerProject, INamespaceDefinition, String, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
The main public entry point for the findprop operation in the compiler
with an explicit qualifier namespace.
- findPropertyQualified(ICompilerProject, Predicate<IDefinition>, INamespaceDefinition, String, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
The main public entry point for the findprop operation in the compiler
with an explicit qualifier namespace.
- findPropertyQualified(ICompilerProject, INamespaceDefinition, String, DependencyType, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
The main public entry point for the findprop operation in the compiler
with an explicit qualifier namespace.
- findPropertyQualified(ICompilerProject, IQualifiers, String, DependencyType, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
The main public entry point for the findprop operation in the compiler
with an explicit set of qualifier namespaces.
- findPropertyQualified(IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find a property in a defintion's containing scope.
- findPropertyQualified(IDefinition) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find a property in a defintion's containing scope.
- findPropertyQualified(IScopedDefinition, IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find a property in a (presumably) enclosing defintion's scope.
- findPropertyQualified(IScopedDefinition, IDefinition) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find a property in a (presumably) enclosing defintion's scope.
- findPropertyQualified(ASScope, IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find a qualified property in a scope.
- findSkinParts(ICompilerProject, Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Finds the skin parts declared on this class or any of its superclasses.
- findSkinParts(ICompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- findSkinParts(ICompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- findSkinStates(ICompilerProject, Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Finds the skin state names declared on this class or any of its
superclasses.
- findSkinStates(ICompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- findSkinStates(ICompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- findSourcePath(IBasicBlock) - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Find the nearest debugfile instruction to the start of
the given block and fetch its source path.
- findSourcePath(IBasicBlock, int) - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Find the nearest debugfile instruction preceeding the given
(Block,offset) position and fetch its source path.
- findSourcePath(IBasicBlock) - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Find the nearest debugfile instruction to the start of
the given block and fetch its source path.
- findSourcePath(IBasicBlock, int) - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Find the nearest instruction preceeding the given
(Block,offset) position and fetch its source path.
- findStateNames(ICompilerProject) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Finds the state names declared on this class or any of its superclasses.
- findStateNames(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- findStateNames(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- findStyleDefinitions(ICompilerProject) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Finds the style definitions for styles declared on this class or any of
its superclasses.
- findStyleDefinitions(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- findStyleDefinitions(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- findTagContainingOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Get the open, close, or empty tag that contains this offset.
- findTagOrSurroundingTagContainingOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- findTagOrSurroundingTagContainingOffset(int) - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Similar to findTagContainingOffset, but if the unit inside offset is a
text node, will return the surrounding tag instead.
- findUnitContainingOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Get the unit that contains this offset
- finish() - Method in class org.apache.flex.compiler.internal.as.codegen.GenerateFunctionInParallelResult
-
Blocks until the code generation work that this object corresponds to
is completed.
- finish() - Method in class org.apache.flex.swf.io.SWFDump
-
- finishAnalysis() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
Must be called once after all the nodes in a document have been analyzed
- finishClass(InstructionList) - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
Generates the instructions to create the class closure and adds them to
the specified
InstructionList
.
- finishClassStaticInitializer(InstructionList) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Finish a class static initializer method.
- finishScript() - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
Adds a new script to the ABC with a trait for the class closure and an
init with instructions to create the class closure for the generated
class.
- finishTag(ITag, IOutputBitStream, IOutputBitStream) - Method in class org.apache.flex.swf.io.SizeReportWritingSWFWriter
-
- finishTag(ITag, IOutputBitStream, IOutputBitStream) - Method in class org.apache.flex.swf.io.SWFWriter
-
Compute the tag length for the tag header, then write the header and the
buffered tag body to target output stream.
- fireInitialBindings() - Static method in class org.apache.flex.compiler.internal.codegen.databinding.BindingCodeGenUtils
-
enumerate all the bindings we have created for this class, and execute each
of them so that initial values get assigned to binding targets.
- firstBaselineOffset - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
-
- firstBaselineOffset - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- firstElement() - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
- firstKey() - Method in class org.apache.flex.utils.IntMapLRUCache
-
- firstType - Variable in class org.apache.flex.compiler.problems.ComparisonBetweenUnrelatedTypesProblem
-
- fixArgs(String[]) - Static method in class org.apache.flex.utils.ArgumentUtil
-
- fixed(double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.TypeHelper
-
Converts a double value into a 16.16 fixed integer required by some types
in the SWF format.
- FIXED - Variable in class org.apache.flex.compiler.problems.MXMLInvalidVectorFixedAttributeProblem
-
- fixed8(double) - Static method in class org.apache.flex.compiler.internal.fxg.swf.TypeHelper
-
Converts a double value into a 8.8 fixed integer required by some types
in the SWF format.
- FIXED_POINT_MULTIPLE - Static variable in interface org.apache.flex.swf.ISWFConstants
-
- FIXED_POINT_MULTIPLE_8 - Static variable in interface org.apache.flex.swf.ISWFConstants
-
- FixedChildrenNode - Class in org.apache.flex.compiler.internal.tree.as
-
An abstract node that has a fixed number of children
- FixedChildrenNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.FixedChildrenNode
-
- FLAG_CAST_FUNCTION - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_CONSTRUCTOR - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_CONTINGENT - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_DECLARED_IN_CONTROL_FLOW - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_DEFAULT - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_DEPRECATED - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_DYNAMIC - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_FINAL - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_GENERATED_EMBED_CLASS - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_HAS_INIT - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_IMPLICIT - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_NATIVE - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_OVERRIDE - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_REST - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- FLAG_STATIC - Static variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- flags - Variable in class org.apache.flex.abc.semantics.InstanceInfo
-
Class flags.
- flags - Variable in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- flags - Variable in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
- FLASH10 - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
-
- FlashBuilderConfigurator - Class in org.apache.flex.compiler.internal.config
-
A utility class, which is used to parse an XML file of configuration options
and populate a ConfigurationBuffer.
- FlashBuilderConfigurator() - Constructor for class org.apache.flex.compiler.internal.config.FlashBuilderConfigurator
-
- FlashBuilderConfigurator.SAXConfigurationException - Exception in org.apache.flex.compiler.internal.config
-
- FLEX - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- FLEX_MAJOR_VERSION - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
- FLEX_MINOR_VERSION - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
- FLEX_NANO_VERSION - Static variable in class org.apache.flex.compiler.common.VersionInfo
-
- FlexAppSWFTarget - Class in org.apache.flex.compiler.internal.targets
-
Sub-class of
AppSWFTarget
that builds an application SWF that uses
the flex framework.
- FlexAppSWFTarget(IResolvedQualifiersReference, FlexProject, ITargetSettings, ITargetProgressMonitor) - Constructor for class org.apache.flex.compiler.internal.targets.FlexAppSWFTarget
-
Constructor
- FlexFontInfo - Class in org.apache.flex.compiler.internal.targets
-
Utility class to store font information obtained from the font transcoder
- FlexFontInfo(boolean, boolean) - Constructor for class org.apache.flex.compiler.internal.targets.FlexFontInfo
-
- FlexFXG2SWFTranscoder - Class in org.apache.flex.compiler.fxg.flex
-
This implementation generates ActionScript classes for features not supported
in SWF tags.
- FlexFXG2SWFTranscoder(ICompilerProject) - Constructor for class org.apache.flex.compiler.fxg.flex.FlexFXG2SWFTranscoder
-
Construct a Flex specific FXG to SWF tag transcoder.
- FlexGlobals - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- FlexGraphicNode - Class in org.apache.flex.compiler.fxg.flex
-
A Flex specific override for GraphicNode used to record whether the
FXG document includes any <TextGraphic> child nodes.
- FlexGraphicNode() - Constructor for class org.apache.flex.compiler.fxg.flex.FlexGraphicNode
-
- FlexLibrarySWFTarget - Class in org.apache.flex.compiler.internal.targets
-
- FlexLibrarySWFTarget(FlexProject, ITargetSettings, Set<ICompilationUnit>) - Constructor for class org.apache.flex.compiler.internal.targets.FlexLibrarySWFTarget
-
- FlexModuleFactory - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- flexMovieClipOrSprite - Variable in class org.apache.flex.compiler.internal.embedding.EmbedData.SkinClassInfo
-
- FlexOnly - Annotation Type in org.apache.flex.compiler.internal.config.annotations
-
Annotates a configuration option being Flex specific and not supported
in AS-only applications.
- FlexOnlyConfigurationOptionNotSupported - Class in org.apache.flex.compiler.problems
-
Warn the user that using a "Flex only" configuration option is not fully
supported.
- FlexOnlyConfigurationOptionNotSupported(String, String, int) - Constructor for class org.apache.flex.compiler.problems.FlexOnlyConfigurationOptionNotSupported
-
- FlexParagraphNode - Class in org.apache.flex.compiler.fxg.flex
-
A Flex specific override for ParagraphNode used catch attributes that need to
be renamed on a <p> tag.
- FlexParagraphNode() - Constructor for class org.apache.flex.compiler.fxg.flex.FlexParagraphNode
-
- FlexProject - Class in org.apache.flex.compiler.internal.projects
-
FlexProject
extends ASProject
to add support for compiling
.mxml, .css, and .properties files.
- FlexProject(Workspace, IASDocBundleDelegate) - Constructor for class org.apache.flex.compiler.internal.projects.FlexProject
-
Constructor
- FlexProject(Workspace) - Constructor for class org.apache.flex.compiler.internal.projects.FlexProject
-
Constructor
- flexProject - Variable in class org.apache.flex.compiler.internal.targets.FlexTarget
-
- FlexProjectConfigurator - Class in org.apache.flex.compiler.internal.projects
-
This class applies configuration settings to a FlexProject.
- FlexProjectConfigurator() - Constructor for class org.apache.flex.compiler.internal.projects.FlexProjectConfigurator
-
- FlexRichTextNode - Class in org.apache.flex.compiler.fxg.flex
-
A Flex specific override for RichTextNode used to capture the
attributes specified on a <RichText> node in FXG 2.0.
- FlexRichTextNode() - Constructor for class org.apache.flex.compiler.fxg.flex.FlexRichTextNode
-
Constructor.
- FlexSpanNode - Class in org.apache.flex.compiler.fxg.flex
-
A Flex specific override for SpanNode used to capture the
attributes specified on a <span> node in FXG.
- FlexSpanNode() - Constructor for class org.apache.flex.compiler.fxg.flex.FlexSpanNode
-
- FlexTarget - Class in org.apache.flex.compiler.internal.targets
-
Delegate class used by flex specific targets to generate flex specific code.
- FlexTextGraphicNode - Class in org.apache.flex.compiler.fxg.flex
-
A Flex specific override for TextGraphicNode used to capture the
attributes specified on a <TextGraphic> node in FXG 1.0.
- FlexTextGraphicNode() - Constructor for class org.apache.flex.compiler.fxg.flex.FlexTextGraphicNode
-
Constructor.
- FlexVersion - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- flush() - Method in class org.apache.flex.swc.catalog.XMLFormatter
-
- flush() - Method in class org.apache.flex.swf.io.OutputBitStream
-
Flush piped output stream.
- flush() - Method in class org.apache.flex.utils.Base64.Decoder
-
- flush() - Method in class org.apache.flex.utils.Base64.Encoder
-
- FOCAL_RADIAL_GRADIENT_FILL - Static variable in class org.apache.flex.swf.types.FillStyle
-
- FocalGradient - Class in org.apache.flex.swf.types
-
A
FocalGradient
must be declared in DefineShape4Tag
.
- FocalGradient() - Constructor for class org.apache.flex.swf.types.FocalGradient
-
- focalPointRatio - Variable in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- focalPointRatio - Variable in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- FOLLOW_69_in_siblingSelector1738 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_69_in_siblingSelector1738 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_69_in_siblingSelector981 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_69_in_siblingSelector981 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_70_in_childSelector1688 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_70_in_childSelector1688 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_70_in_childSelector931 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_70_in_childSelector931 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_71_in_medium402 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_71_in_medium402 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ALPHA_VALUE_in_singleValue1536 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ALPHA_VALUE_in_singleValue1536 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ALPHA_VALUE_in_singleValue1615 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ALPHA_VALUE_in_singleValue1615 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_argument_in_argumentList2054 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_argument_in_argumentList2054 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_condition829 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_condition829 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_conditionSelector675 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_conditionSelector675 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_formatOption1664 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_formatOption1664 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_formatOption2013 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_formatOption2013 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_mediumCondition351 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_mediumCondition351 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_mediumCondition510 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_mediumCondition510 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1385 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1385 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1417 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1417 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1449 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1449 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1481 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1481 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1509 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1509 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ARGUMENTS_in_singleValue1754 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1754 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1780 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1780 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1806 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1806 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1832 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1832 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1863 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ARGUMENTS_in_singleValue1863 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_FONT_FACE_in_fontFace402 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_FONT_FACE_in_fontFace402 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_FONT_FACE_in_fontFace549 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_FONT_FACE_in_fontFace549 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_KEYFRAMES_in_keyframes178 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_KEYFRAMES_in_keyframes178 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_KEYFRAMES_in_keyframes227 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_KEYFRAMES_in_keyframes227 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_MEDIA_in_mediaQuery261 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_MEDIA_in_mediaQuery261 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_MEDIA_in_mediaQuery310 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_MEDIA_in_mediaQuery310 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_NAMESPACE_in_namespaceStatement146 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_NAMESPACE_in_namespaceStatement146 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_NAMESPACE_in_namespaceStatement177 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_NAMESPACE_in_namespaceStatement177 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_WEBKIT_KEYFRAMES_in_keyframes208 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_WEBKIT_KEYFRAMES_in_keyframes208 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_AT_WEBKIT_KEYFRAMES_in_keyframes262 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_AT_WEBKIT_KEYFRAMES_in_keyframes262 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeName_in_attributeSelector1008 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeName_in_attributeSelector1008 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeName_in_attributeSelector1765 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeName_in_attributeSelector1765 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeOperator_in_attributeSelector1010 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeOperator_in_attributeSelector1010 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeOperator_in_attributeSelector1767 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeOperator_in_attributeSelector1767 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeSelector_in_condition874 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeSelector_in_condition874 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeSelector_in_conditionSelector726 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeSelector_in_conditionSelector726 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeValue_in_attributeSelector1013 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeValue_in_attributeSelector1013 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_attributeValue_in_attributeSelector1770 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_attributeValue_in_attributeSelector1770 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BEGINS_WITH_in_attributeOperator1090 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_BEGINS_WITH_in_attributeOperator1090 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_BLOCK_END_in_declarationsBlock1182 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_END_in_declarationsBlock1182 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_END_in_keyframes236 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_END_in_keyframes236 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_END_in_keyframes271 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_END_in_keyframes271 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_END_in_mediaQuery319 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_END_in_mediaQuery319 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_declarationsBlock1030 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_declarationsBlock1030 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_keyframes231 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_keyframes231 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_keyframes266 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_keyframes266 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_mediaQuery314 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_BLOCK_OPEN_in_mediaQuery314 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_childSelector_in_condition886 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_childSelector_in_condition886 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_childSelector_in_conditionSelector738 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_childSelector_in_conditionSelector738 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_CLASS_REFERENCE_in_singleValue1383 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_CLASS_REFERENCE_in_singleValue1383 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_CLASS_REFERENCE_in_singleValue1750 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_CLASS_REFERENCE_in_singleValue1750 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COLON_in_condition824 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COLON_in_condition824 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COLON_in_condition842 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COLON_in_condition842 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COLON_in_conditionSelector669 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COLON_in_conditionSelector669 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COLON_in_conditionSelector689 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COLON_in_conditionSelector689 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COLON_in_declaration1224 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COLON_in_declaration1224 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COLON_in_declaration1363 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COLON_in_declaration1363 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COMMA_in_mediumCondition366 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COMMA_in_mediumCondition366 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_COMMA_in_mediumCondition520 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COMMA_in_mediumCondition520 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COMMA_in_selectorGroup622 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COMMA_in_selectorGroup622 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COMMA_in_value1276 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_COMMA_in_value1276 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_compoundSelector_in_selectorGroup474 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_compoundSelector_in_selectorGroup474 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_compoundSelector_in_selectorGroup618 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_compoundSelector_in_selectorGroup618 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_compoundSelector_in_selectorGroup624 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_compoundSelector_in_selectorGroup624 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_condition_in_simpleSelectorFraction759 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_condition_in_simpleSelectorFraction759 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_conditionSelector_in_simpleSelectorFraction599 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_conditionSelector_in_simpleSelectorFraction599 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_CONTAINS_in_attributeOperator1142 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_CONTAINS_in_attributeOperator1142 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_declaration_in_declarationsBlock1076 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_declaration_in_declarationsBlock1076 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_declaration_in_declarationsBlock1129 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_declaration_in_declarationsBlock1129 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_declaration_in_declarationsBlock1309 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_declaration_in_declarationsBlock1309 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_declarationsBlock_in_fontFace406 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_declarationsBlock_in_fontFace406 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_declarationsBlock_in_fontFace551 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_declarationsBlock_in_fontFace551 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_declarationsBlock_in_ruleset452 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_declarationsBlock_in_ruleset452 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_declarationsBlock_in_ruleset584 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_declarationsBlock_in_ruleset584 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_DOT_in_condition796 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_DOT_in_condition796 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_DOT_in_conditionSelector633 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_DOT_in_conditionSelector633 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_DOUBLE_COLON_in_condition858 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_DOUBLE_COLON_in_condition858 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_DOUBLE_COLON_in_conditionSelector708 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_DOUBLE_COLON_in_conditionSelector708 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_element_in_simpleSelectorFraction770 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_element_in_simpleSelectorFraction770 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_elementSelector_in_simpleSelectorFraction589 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_elementSelector_in_simpleSelectorFraction589 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_EMBED_in_singleValue1447 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_EMBED_in_singleValue1447 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_EMBED_in_singleValue1802 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_EMBED_in_singleValue1802 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ENDS_WITH_in_attributeOperator1116 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ENDS_WITH_in_attributeOperator1116 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_EQUALS_in_argument2087 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_EQUALS_in_argument2087 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_EQUALS_in_attributeOperator1220 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_EQUALS_in_attributeOperator1220 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_fontFace_in_stylesheet141 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_fontFace_in_stylesheet141 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_fontFace_in_stylesheet98 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_fontFace_in_stylesheet98 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_FORMAT_in_formatOption1662 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_FORMAT_in_formatOption1662 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_FORMAT_in_formatOption2009 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_FORMAT_in_formatOption2009 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_formatOption_in_singleValue1483 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_formatOption_in_singleValue1483 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_formatOption_in_singleValue1836 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_formatOption_in_singleValue1836 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_HASH_WORD_in_condition811 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_HASH_WORD_in_condition811 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_HASH_WORD_in_conditionSelector654 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_HASH_WORD_in_conditionSelector654 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_HASH_WORD_in_singleValue1373 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_HASH_WORD_in_singleValue1373 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_HASH_WORD_in_singleValue1586 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_HASH_WORD_in_singleValue1586 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_HREFLANG_MATCH_in_attributeOperator1194 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_HREFLANG_MATCH_in_attributeOperator1194 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_ARRAY_in_value1401 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_ARRAY_in_value1401 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_DECL_in_declarationsBlock1306 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_DECL_in_declarationsBlock1306 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_MEDIUM_CONDITIONS_in_medium290 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_MEDIUM_CONDITIONS_in_medium290 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_RULE_in_ruleset446 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_RULE_in_ruleset446 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_SELECTOR_GROUP_in_selectorGroup472 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_SELECTOR_GROUP_in_selectorGroup472 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_SELECTOR_in_compoundSelector510 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_SELECTOR_in_compoundSelector510 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_SIMPLE_SELECTOR_in_simpleSelector558 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_I_SIMPLE_SELECTOR_in_simpleSelector558 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_argument2091 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_argument2091 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_attributeName1051 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_attributeName1051 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_attributeName1797 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_attributeName1797 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_condition799 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_condition799 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_condition845 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_condition845 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_condition861 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_condition861 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_conditionSelector637 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_conditionSelector637 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_conditionSelector693 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_conditionSelector693 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_conditionSelector712 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_conditionSelector712 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_declaration1222 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_declaration1222 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_declaration1367 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_declaration1367 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_element944 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_element944 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_element949 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_element949 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_element981 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_element981 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_elementSelector790 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_elementSelector790 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_elementSelector794 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_elementSelector794 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_elementSelector819 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_elementSelector819 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_keyframes182 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_keyframes182 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_keyframes212 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_keyframes212 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_keyframes229 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_keyframes229 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_keyframes264 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_keyframes264 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_mediumCondition315 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_mediumCondition315 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_mediumCondition335 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_mediumCondition335 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_mediumCondition484 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_mediumCondition484 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_mediumCondition496 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_mediumCondition496 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_namespaceStatement150 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_namespaceStatement150 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_namespaceStatement179 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_namespaceStatement179 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_singleValue1622 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_singleValue1622 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ID_in_singleValue1928 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ID_in_singleValue1928 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_IMPORTANT_in_singleValue1642 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_IMPORTANT_in_singleValue1642 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_IMPORTANT_in_singleValue1970 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_IMPORTANT_in_singleValue1970 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_keyframes_in_stylesheet102 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_keyframes_in_stylesheet102 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_keyframes_in_stylesheet145 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_keyframes_in_stylesheet145 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_LIST_MATCH_in_attributeOperator1168 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_LIST_MATCH_in_attributeOperator1168 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_LOCAL_in_singleValue1507 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_LOCAL_in_singleValue1507 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_LOCAL_in_singleValue1859 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_LOCAL_in_singleValue1859 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_mediaQuery_in_stylesheet106 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_mediaQuery_in_stylesheet106 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_mediaQuery_in_stylesheet149 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_mediaQuery_in_stylesheet149 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_medium_in_mediaQuery263 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_medium_in_mediaQuery263 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_medium_in_mediaQuery312 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_medium_in_mediaQuery312 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_mediumCondition_in_medium292 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_mediumCondition_in_medium292 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_mediumCondition_in_medium359 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_mediumCondition_in_medium359 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_mediumCondition_in_medium417 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_mediumCondition_in_medium417 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_mediumCondition_in_medium433 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_mediumCondition_in_medium433 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_namespaceStatement_in_stylesheet137 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_namespaceStatement_in_stylesheet137 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_namespaceStatement_in_stylesheet94 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_namespaceStatement_in_stylesheet94 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NOT_in_condition827 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NOT_in_condition827 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NOT_in_conditionSelector671 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NOT_in_conditionSelector671 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NUMBER_WITH_PERCENT_in_element959 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NUMBER_WITH_PERCENT_in_element959 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NUMBER_WITH_PERCENT_in_elementSelector854 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NUMBER_WITH_PERCENT_in_elementSelector854 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NUMBER_WITH_PERCENT_in_singleValue1353 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NUMBER_WITH_PERCENT_in_singleValue1353 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NUMBER_WITH_PERCENT_in_singleValue1540 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NUMBER_WITH_PERCENT_in_singleValue1540 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NUMBER_WITH_UNIT_in_singleValue1363 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NUMBER_WITH_UNIT_in_singleValue1363 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_NUMBER_WITH_UNIT_in_singleValue1563 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_NUMBER_WITH_UNIT_in_singleValue1563 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ONLY_in_mediumCondition331 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ONLY_in_mediumCondition331 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ONLY_in_mediumCondition494 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ONLY_in_mediumCondition494 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_OPERATOR_in_singleValue1632 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_OPERATOR_in_singleValue1632 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_OPERATOR_in_singleValue1949 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_OPERATOR_in_singleValue1949 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_PIPE_in_element946 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_PIPE_in_element946 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_PIPE_in_elementSelector786 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_PIPE_in_elementSelector786 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_precededSelector_in_condition898 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_precededSelector_in_condition898 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_precededSelector_in_conditionSelector750 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_precededSelector_in_conditionSelector750 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_PROPERTY_REFERENCE_in_singleValue1415 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_PROPERTY_REFERENCE_in_singleValue1415 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_PROPERTY_REFERENCE_in_singleValue1776 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_PROPERTY_REFERENCE_in_singleValue1776 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_RECT_VALUE_in_singleValue1556 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_RECT_VALUE_in_singleValue1556 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_RECT_VALUE_in_singleValue1635 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_RECT_VALUE_in_singleValue1635 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_RGB_in_singleValue1586 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_RGB_in_singleValue1586 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_RGB_in_singleValue1715 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_RGB_in_singleValue1715 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_RGBA_in_singleValue1596 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_RGBA_in_singleValue1596 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_RGBA_in_singleValue1732 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_RGBA_in_singleValue1732 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ROTATE_VALUE_in_singleValue1566 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ROTATE_VALUE_in_singleValue1566 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ROTATE_VALUE_in_singleValue1655 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ROTATE_VALUE_in_singleValue1655 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_keyframes184 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_keyframes184 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_keyframes214 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_keyframes214 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_keyframes233 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ruleset_in_keyframes233 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ruleset_in_keyframes268 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ruleset_in_keyframes268 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ruleset_in_mediaQuery265 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_mediaQuery265 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_mediaQuery316 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ruleset_in_mediaQuery316 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ruleset_in_stylesheet110 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_stylesheet110 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_ruleset_in_stylesheet153 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_ruleset_in_stylesheet153 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SCALE_VALUE_in_singleValue1546 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SCALE_VALUE_in_singleValue1546 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SCALE_VALUE_in_singleValue1675 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_SCALE_VALUE_in_singleValue1675 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_selectorGroup_in_ruleset448 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_selectorGroup_in_ruleset448 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_selectorGroup_in_ruleset582 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_selectorGroup_in_ruleset582 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_declarationsBlock1058 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_declarationsBlock1058 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_declarationsBlock1110 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_declarationsBlock1110 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_declarationsBlock1159 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_declarationsBlock1159 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_namespaceStatement184 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SEMI_COLONS_in_namespaceStatement184 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_siblingSelector_in_condition910 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_siblingSelector_in_condition910 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_siblingSelector_in_conditionSelector762 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_siblingSelector_in_conditionSelector762 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelector_in_compoundSelector512 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelector_in_compoundSelector512 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_childSelector1690 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_childSelector1690 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_childSelector933 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_childSelector933 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_compoundSelector689 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_compoundSelector689 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_precededSelector1715 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_precededSelector1715 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_precededSelector958 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_precededSelector958 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_siblingSelector1740 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_siblingSelector1740 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_simpleSelectorFraction_in_siblingSelector983 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_siblingSelector983 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_simpleSelector560 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_simpleSelectorFraction_in_simpleSelector560 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_singleValue_in_value1272 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_singleValue_in_value1272 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_singleValue_in_value1279 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_singleValue_in_value1279 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_singleValue_in_value1451 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_singleValue_in_value1451 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_singleValue_in_value1502 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_singleValue_in_value1502 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_SQUARE_END_in_attributeSelector1020 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_SQUARE_END_in_attributeSelector1020 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_SQUARE_END_in_attributeSelector1773 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SQUARE_END_in_attributeSelector1773 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SQUARE_OPEN_in_attributeSelector1006 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_SQUARE_OPEN_in_attributeSelector1006 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_SQUARE_OPEN_in_attributeSelector1763 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_SQUARE_OPEN_in_attributeSelector1763 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STAR_in_element1001 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STAR_in_element1001 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STAR_in_elementSelector887 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STAR_in_elementSelector887 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_argument2096 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_argument2096 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_attributeValue1259 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_attributeValue1259 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_attributeValue1900 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STRING_in_attributeValue1900 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STRING_in_namespaceStatement155 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_namespaceStatement155 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_namespaceStatement182 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STRING_in_namespaceStatement182 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STRING_in_singleValue1606 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STRING_in_singleValue1606 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_STRING_in_singleValue1886 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_STRING_in_singleValue1886 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_TILDE_in_precededSelector1713 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_TILDE_in_precededSelector1713 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_TILDE_in_precededSelector956 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_TILDE_in_precededSelector956 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_TRANSLATE3D_VALUE_in_singleValue1576 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_TRANSLATE3D_VALUE_in_singleValue1576 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_TRANSLATE3D_VALUE_in_singleValue1695 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_TRANSLATE3D_VALUE_in_singleValue1695 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_URL_in_singleValue1479 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_URL_in_singleValue1479 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_URL_in_singleValue1828 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_URL_in_singleValue1828 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_value_in_declaration1226 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_value_in_declaration1226 - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FOLLOW_value_in_declaration1371 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FOLLOW_value_in_declaration1371 - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FONT - Static variable in class org.apache.flex.swf.io.SizeReport
-
- font - Static variable in class org.apache.flex.utils.Trace
-
- font_cubic - Static variable in class org.apache.flex.utils.Trace
-
- FontEmbeddingNotSupported - Class in org.apache.flex.compiler.problems
-
Problem created when a user tried to embed a font.
- FontEmbeddingNotSupported(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.FontEmbeddingNotSupported
-
- fontFace - Static variable in interface org.apache.flex.compiler.constants.ICSSCoreConstants
-
- fontFace() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- fontFace() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- fontFace() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- fontFace() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- FONTFACE_ARRAY - Static variable in class org.apache.flex.compiler.internal.css.codegen.CSSReducer
-
The base name of CSS FontFace list.
- fontFaces - Variable in class org.apache.flex.compiler.internal.css.codegen.CSSCompilationSession
-
A set of font faces that will be included in the code generation.
- FontFaceSourceType - Enum in org.apache.flex.compiler.css
-
Source type enumerations for
ICSSFontFace
.
- fontFamily - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- fontFamily - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- fontFamily - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
- fontFamily - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- fontID - Variable in class org.apache.flex.compiler.problems.SWFDefineFontAlignZonesLinkToIncorrectFontProblem
-
- fontSize - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- fontSize - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- fontSize - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
- fontSize - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- FONTSIZE_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- FONTSIZE_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- FONTSIZE_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
- FONTSIZE_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- FONTSIZE_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- FONTSIZE_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
- fontStyle - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- fontStyle - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- fontStyle - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
- fontStyle - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- FontStyle - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The Font Weight enumeration.
- FONTSWF - Variable in class org.apache.flex.compiler.problems.FontEmbeddingNotSupported
-
- fontWeight - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
-
- fontWeight - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- fontWeight - Variable in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
- fontWeight - Variable in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- FontWeight - Enum in org.apache.flex.compiler.internal.fxg.dom.types
-
The Font Weight enumeration.
- FOR - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- FOR_VAR_IN_CHANGES - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
-
ActionScript 3.0 iterates over an object's properties within a "
for x in target
" statement in random order.
- forceSymbolClassTag(SWFFrame) - Static method in class org.apache.flex.swf.SWFFrame
-
Force creating a SymbolClass tag on the frame.
- forCondition(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the "condition" part in a for loop.
- forInitializer() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the "initializer" part in a for loop.
- ForLoopNode - Class in org.apache.flex.compiler.internal.tree.as
-
- ForLoopNode(IASToken) - Constructor for class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
Constructor.
- formal(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a single parameter in a function definition.
- formalParameters(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the parameters of a function definition signature (excluding the parenthesis).
- format(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.ProblemFormatter
-
Returns a readable description of the problem, by substituting field
values for named placeholders such as ${name} in the message specified
for this compiler problem.
- format(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
-
- format(Map<String, Object>) - Method in interface org.apache.flex.compiler.internal.config.localization.ILocalizedText
-
- FORMAT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- FORMAT - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
-
- FORMAT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FORMAT - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
-
- FORMAT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FORMAT - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
-
- FORMAT - Variable in class org.apache.flex.compiler.problems.MXMLUnknownXMLFormatProblem
-
- FORMAT_E4X - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
One of the two allowed values for the
format
attribute.
- FORMAT_XML - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
One of the two allowed values for the
format
attribute.
- formatBuffer(ConfigurationBuffer, String, LocalizationManager, String) - Static method in class org.apache.flex.compiler.internal.config.FileConfigurator
-
- formatBuffer(ConfigurationBuffer, String) - Static method in class org.apache.flex.compiler.internal.config.FileConfigurator
-
- formatOption() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- formatOption() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- formatOption() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- formatOption() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- formatString(String) - Static method in class org.apache.flex.utils.StringUtils
-
character escaping.
- formatText(String, int) - Static method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
- formatXMLStyleQName(String) - Method in class org.apache.flex.compiler.internal.graph.XMLGraphWriter
-
Helper function to help format a qname
String
into the XML style of prefix:name that
the old compiler used.
- forStatement(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a "for loop" statement.
- forStep(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches the "step" part in a for loop.
- ForwardReferenceToBaseClassProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a class extends a superclass which is declared later
in a file, such as when the following is in a single file
class A extends B
{
}
class B
{
}
- ForwardReferenceToBaseClassProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.ForwardReferenceToBaseClassProblem
-
- found - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.IncorrectElement
-
- found - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.UnexpectedElement
-
- foundLoop - Variable in class org.apache.flex.compiler.common.RecursionGuard
-
- foundLoop() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition.IClassIterator
-
Reports whether the iterator found a loop.
- foundLoop() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase.ClassIterator
-
- FRAME - Variable in class org.apache.flex.compiler.problems.MissingFactoryClassInFrameMetadataProblem
-
- FRAME - Static variable in class org.apache.flex.swf.io.SizeReport
-
- FRAME_DATA - Static variable in class org.apache.flex.swf.io.SizeReport
-
- FrameCountVisitor - Class in org.apache.flex.abc.semantics
-
A FrameCountVisitor tracks the stack, scope, local, and slot numbers
encountered in a method body, so that the MethodBodyInfo can set its
max_stack, max_scope, max_local, and max_slot values.
- FrameInfo - Class in org.apache.flex.compiler.internal.config
-
This value object represents a frame's name and classes.
- FrameInfo() - Constructor for class org.apache.flex.compiler.internal.config.FrameInfo
-
- frameInfos - Variable in class org.apache.flex.compiler.internal.targets.SWFTarget.FramesInformation
-
Iterable
of SWFTarget.SWFFrameInfo
s which represents the
skeleton of a SWF being built by a SWFTarget
.
- frameLabel - Variable in class org.apache.flex.compiler.internal.targets.SWFTarget.SWFFrameInfo
-
- frameLabel - Variable in class org.apache.flex.swf.SWFFrame
-
- FrameLabelTag - Class in org.apache.flex.swf.tags
-
Represents a
FrameLabel
tag in a SWF file.
- FrameLabelTag(String) - Constructor for class org.apache.flex.swf.tags.FrameLabelTag
-
Constructor.
- FrameModelEncoder - Class in org.apache.flex.abc.models
-
The FrameModelEncoder abstracts ABC instructions into
a sequence of operations on the method's "frame"
(i.e., its locals, scope stack, and value stack).
- FrameModelEncoder(MethodBodyInfo, FrameModelVisitor<?>, IDiagnosticsVisitor) - Constructor for class org.apache.flex.abc.models.FrameModelEncoder
-
Construct a new FrameModelEncoder.
- FrameModelVisitor<T> - Interface in org.apache.flex.abc.models
-
The FrameModelVisitor interface presents an abstract view
of ABC bytecode semantics, focused on maintenance of the
AVM "frame" (the local variable slots, the scope stack,
and the value stack).
- FRAMES_FRAME - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
-
- frequency - Variable in class org.apache.flex.compiler.problems.EmbedUnsupportedSamplingRateProblem
-
- from(ICharacterTag) - Static method in class org.apache.flex.swf.tags.CharacterIterableFactory
-
Create an iterable object from one member.
- fromCode(int) - Static method in enum org.apache.flex.swf.tags.ProductInfoTag.Edition
-
- fromCode(int) - Static method in enum org.apache.flex.swf.tags.ProductInfoTag.Product
-
- FullNameNode - Class in org.apache.flex.compiler.internal.tree.as
-
Node for a fully qualified name (e.g. mx.core.Button) used in a package or
class definition.
- FullNameNode(ExpressionNodeBase, IASToken, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
Constructor.
- FullNameNode(MemberAccessExpressionNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
- FullNameNode(FullNameNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
Copy constructor.
- func - Variable in class org.apache.flex.compiler.problems.InterfaceMethodOverrideProblem
-
- FUNCTION - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- Function - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- FUNCTION - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
-
The short name of the tag representing the ActionScript
Function
type.
- FUNCTION - Variable in class org.apache.flex.compiler.problems.AssignToFunctionProblem
-
- FUNCTION - Variable in class org.apache.flex.compiler.problems.DuplicateFunctionDefinitionProblem
-
- FUNCTION - Variable in class org.apache.flex.compiler.problems.ExpectDefinitionKeywordAfterAttributeProblem
-
- FUNCTION - Variable in class org.apache.flex.compiler.problems.FunctionNotMarkedOverrideProblem
-
- FUNCTION - Variable in class org.apache.flex.compiler.problems.LocalBindablePropertyProblem
-
- FUNCTION - Variable in class org.apache.flex.compiler.problems.NativeNotOnFunctionProblem
-
- functionBlock(FunctionNode, ASToken) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a function block, excluding the open "{" but including the closing "}".
- functionBodyHasNonInlineableInstructions(InstructionList, boolean, String) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Iterate through the Instructions which are to be inlined and
ensure the can all be inlined.
- functionBodyHasNonInlineableNodes(IASNode, boolean, String, AtomicInteger) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
-
Check for any constructs we know we can't inline, or if the function is too large
- FunctionCallNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing a function call (e.g. myFunction(),
new Object())
- FunctionCallNode(IASToken, ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
Constructor.
- FunctionCallNode(ExpressionNodeBase) - Constructor for class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
Constructor.
- FunctionCallNode(FunctionCallNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
Copy constructor.
- FunctionContentsPart - Class in org.apache.flex.compiler.internal.tree.as.parts
-
Base function contents part
- FunctionContentsPart() - Constructor for class org.apache.flex.compiler.internal.tree.as.parts.FunctionContentsPart
-
- FunctionDefinition - Class in org.apache.flex.compiler.internal.definitions
-
Each instance of this class represents the definition of an ActionScript
function in the symbol table.
- FunctionDefinition(String) - Constructor for class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
- functionDefinition(ContainerNode, INamespaceDecorationNode, List<ModifierNode>) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches a function definition.
- functionExpression() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
-
Matches an anonymous function (function closure).
- FunctionGeneratorHelper - Class in org.apache.flex.compiler.internal.abc
-
Utility class for writing a function into an
IABCVisitor
.
- FunctionGeneratorHelper() - Constructor for class org.apache.flex.compiler.internal.abc.FunctionGeneratorHelper
-
- functionKeywordNode - Variable in class org.apache.flex.compiler.internal.tree.as.parts.FunctionContentsPart
-
The "function" keyword
- functionMustReturnValue(IASNode, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Does the subject function require a non-void return value?
- functionName - Variable in class org.apache.flex.compiler.problems.AssignToFunctionProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.InlineFunctionNotFinalStaticOrGlobalProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.InlineFunctionTooLargeProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.InlineNestedInliningNotSupportedProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.InlineNoSourceProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.InlineUnsupportedInstructionProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.InlineUnsupportedNodeProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.MXMLUnrecognizedCompilerDirectiveProblem
-
- functionName - Variable in class org.apache.flex.compiler.problems.ReturnValueHasNoTypeDeclarationProblem
-
- FunctionNode - Class in org.apache.flex.compiler.internal.tree.as
-
ActionScript parse tree node representing a function definition
- FunctionNode(IASToken, IdentifierNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Constructor.
- FunctionNode(IdentifierNode, IFunctionContentsPart) - Constructor for class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Constructor.
- FunctionNotMarkedOverrideProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when a constructor is declared with a return type other than "void"
- FunctionNotMarkedOverrideProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.FunctionNotMarkedOverrideProblem
-
- FunctionObjectNode - Class in org.apache.flex.compiler.internal.tree.as
-
An anonymous function (e.g. function() {...}) is an expression, but acts like
a function definition where scopes are concerned.
- FunctionObjectNode(FunctionNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.FunctionObjectNode
-
Constructor.
- FunctionReturnWatcher - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- FunctionScope - Class in org.apache.flex.compiler.internal.scopes
-
Sub-class of ASScope used for function scopes. all definition in scope of
this type are local to a function.
- FunctionScope(ASScope, ScopedBlockNode) - Constructor for class org.apache.flex.compiler.internal.scopes.FunctionScope
-
- FunctionScope(ASScope) - Constructor for class org.apache.flex.compiler.internal.scopes.FunctionScope
-
- FunctionWatcherInfo - Class in org.apache.flex.compiler.internal.codegen.databinding
-
Specific watcher info for FunctionReturnWatcher
- FunctionWatcherInfo(Collection<ICompilerProblem>, IASNode, List<String>) - Constructor for class org.apache.flex.compiler.internal.codegen.databinding.FunctionWatcherInfo
-
- FunctionWithoutBodyProblem - Class in org.apache.flex.compiler.problems
-
Diagnostic emitted when the method body semantic checker
detects a function declaration (header) without a body.
- FunctionWithoutBodyProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.FunctionWithoutBodyProblem
-
- FXG2SWFTranscoder - Class in org.apache.flex.compiler.fxg.swf
-
Transcodes an FXG DOM into a tree of SWF DefineSpriteTags which use SWF graphics
primitives to draw the document.
- FXG2SWFTranscoder() - Constructor for class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- FXG_A_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_A_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_ASCENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_DESCENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_IDEOGRAPHICBOTTOM_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_IDEOGRAPHICCENTER_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_IDEOGRAPHICTOP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_ROMAN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALIGNMENTBASELINE_USEDOMINANTBASELINE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALPHA_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALPHAMULTIPLIER_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ALPHAOFFSET_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ANGLE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_B_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BACKGROUNDALPHA_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BACKGROUNDCOLOR_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BASELINEOFFSET_ASCENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BASELINEOFFSET_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BASELINEOFFSET_LINEHEIGHT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BASELINESHIFT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BASELINESHIFT_SUBSCRIPT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BASELINESHIFT_SUPERSCRIPT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BEVEL_FULL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BEVEL_INNER_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BEVEL_OUTER_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BEVELFILTER_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BITMAPFILL_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BITMAPGRAPHIC_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BITMAPIMAGE_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_ADD_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_ALPHA_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_COLOR_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_COLORBURN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_COLORDOGE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_DARKEN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_DIFFERENCE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_ERASE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_EXCLUSION_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_HARDLIGHT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_HUE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_INVERT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_LAYER_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_LIGHTEN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_LUMINOSITY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_MULTIPLY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_NORMAL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_OVERLAY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_SATURATION_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_SCREEN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_SOFTLIGHT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLENDMODE_SUBTRACT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLOCKPROGRESSION_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLOCKPROGRESSION_RL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLOCKPROGRESSION_TB_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLUEMULTIPLIER_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLUEOFFSET_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLURFILTER_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLURX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BLURY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BOTTOMLEFTRADIUSX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BOTTOMLEFTRADIUSY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BOTTOMRIGHTRADIUSX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BOTTOMRIGHTRADIUSY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BR_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BREAKOPPORTUNITY_ALL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BREAKOPPORTUNITY_ANY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BREAKOPPORTUNITY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BREAKOPPORTUNITY_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_BREAKOPPORTUNITY_NONE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_C_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_CAPS_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_CAPS_NONE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_CAPS_ROUND_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_CAPS_SQUARE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_CDATA - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLOR_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLORMATRIXFILTER_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLORTRANSFORM_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLORTRANSFORM_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLORWITHENUM_TRANSPARENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLUMNCOUNT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLUMNGAP_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_COLUMNWIDTH_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_CONTENT_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_D_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DATA_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DEFINITION_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITCASE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITCASE_DEFAULT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITCASE_LINING_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITCASE_OLDSTYLE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITWIDTH_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITWIDTH_DEFAULT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITWIDTH_PROPORTIONAL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIGITWIDTH_TABULAR_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIRECTION_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIRECTION_LTR_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIRECTION_RTL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DISTANCE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DIV_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_ASCENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_DESCENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_IDEOGRAPHICBOTTOM_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_IDEOGRAPHICCENTER_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_IDEOGRAPHICTOP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DOMINANTBASELINE_ROMAN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_DROPSHADOWFILTER_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ELLIPSE_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FILL_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FILLMODE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FILLMODE_CLIP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FILLMODE_REPEAT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FILLMODE_SCALE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FILTERS_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FIRSTBASELINEOFFSET_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FOCALPOINTRATIO_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTFAMILY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTSIZE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTSTYLE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTSTYLE_ITALIC_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTSTYLE_NORMAL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTWEIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTWEIGHT_BOLD_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FONTWEIGHT_NORMAL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FORMAT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_FORMAT_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GLOWFILTER_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GRADIENTBEVELFILTER_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GRADIENTENTRY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GRADIENTGLOWFILTER_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GRAPHIC_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GREENMULTIPLIER_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GREENOFFSET_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GROUP_DEFINITION_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_GROUP_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_HEIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_HIDEOBJECT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_HIGHLIGHTALPHA_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_HIGHLIGHTCOLOR_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_HREF_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ID_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_IMG_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_INHERIT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_INNER_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_INTERPOLATION_LINEARRGB_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_INTERPOLATION_RGB_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_INTERPOLATIONMETHOD_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JOINTS_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JOINTS_BEVEL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JOINTS_MITER_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JOINTS_ROUND_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONRULE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONRULE_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONRULE_EASTASIAN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONRULE_SPACE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONSTYLE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONSTYLE_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONSTYLE_PRIORITIZELEASTADJUSTMENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONSTYLE_PUSHINKINSOKU_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_JUSTIFICATIONSTYLE_PUSHOUTONLY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_KERNING_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_KERNING_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_KERNING_OFF_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_KERNING_ON_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_KNOCKOUT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_APPROXIMATETEXTFIELD_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_ASCENTDESCENTUP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_IDEOGRAPHICCENTERDOWN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_IDEOGRAPHICCENTERUP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_IDEOGRAPHICTOPDOWN_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_IDEOGRAPHICTOPUP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LEADINGMODEL_ROMANUP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LIBRARY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LIGATURELEVEL_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LIGATURELEVEL_COMMON_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LIGATURELEVEL_EXOTIC_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LIGATURELEVEL_MINIMUM_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LIGATURELEVEL_UNCOMMON_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINE_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINEARGRADIENT_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINEARGRADIENTSTROKE_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINEBREAK_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINEBREAK_EXPLICIT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINEBREAK_TOFIT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINEHEIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINETHROUGH_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINKACTIVEFORMAT_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINKHOVERFORMAT_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LINKNORMALFORMAT_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LOCALE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LUMINOSITYCLIP_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_LUMINOSITYINVERT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MARGINBOTTOM_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MARGINLEFT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MARGINRIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MARGINTOP_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MASK_ALPHA_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MASK_CLIP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MASK_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MASK_LUMINOSITY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MASK_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MASKTYPE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MATRIX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MATRIX_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MATRIX_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_MITERLIMIT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_NAME_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_NAMESPACE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_NUMBERAUTO_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_NUMBERPERCENAUTO_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_P_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PADDINGBOTTOM_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PADDINGLEFT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PADDINGRIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PADDINGTOP_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PARAGRAPHENDINDENT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PARAGRAPHSPACEAFTER_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PARAGRAPHSPACEBEFORE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PARAGRAPHSTARTINDENT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PATH_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PIXELHINTING_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PLACEOBJECT_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_PRIVATE_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_QUALITY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_RADIALGRADIENT_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_RADIALGRADIENTSTROKE_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_RADIUSX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_RADIUSY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_RATIO_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_RECT_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_REDMULTIPLIER_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_REDOFFSET_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_REPEAT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_RICHTEXT_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_ROTATION_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEGRIDBOTTOM_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEGRIDLEFT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEGRIDRIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEGRIDTOP_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEMODE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEMODE_HORIZONTAL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEMODE_NONE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEMODE_NORMAL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEMODE_VERTICAL_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SCALEY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SHADOWALPHA_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SHADOWCOLOR_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SOLIDCOLOR_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SOLIDCOLORSTROKE_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SOURCE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SPAN_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SPREADMETHOD_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SPREADMETHOD_PAD_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SPREADMETHOD_REFLECT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_SPREADMETHOD_REPEAT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_STRENGTH_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_STROKE_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TAB_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TABSTOPS_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TARGET_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TARGET_BLANK_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TARGET_PARENT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TARGET_SELF_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TARGET_TOP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TCY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGN_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGN_CENTER_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGN_END_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGN_JUSTIFY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGN_LEFT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGN_RIGHT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGN_START_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALIGNLAST_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTALPHA_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTDECORATION_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTDECORATION_NONE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTDECORATION_UNDERLINE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTGRAPHIC_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTINDENT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTJUSTIFY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTJUSTIFY_DISTRIBUTE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTJUSTIFY_INTERWORD_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTLAYOUTFORMAT_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTROTATION_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTROTATION_AUTO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTROTATION_ROTATE_0_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTROTATION_ROTATE_180_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTROTATION_ROTATE_270_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TEXTROTATION_ROTATE_90_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TOPLEFTRADIUSX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TOPLEFTRADIUSY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TOPRIGHTRADIUSX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TOPRIGHTRADIUSY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TRACKING_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TRACKINGLEFT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TRACKINGRIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TRANSFORM_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TRANSFORM_PROPERTY_ELEMENT - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TX_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TY_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TYPE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TYPOGRAPHICCASE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TYPOGRAPHICCASE_CAPSTOSMALLCAPS_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TYPOGRAPHICCASE_DEFAULT_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TYPOGRAPHICCASE_LOWERCASE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TYPOGRAPHICCASE_LOWERCASETOSMALLCAPS_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_TYPOGRAPHICCASE_UPPERCASE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_URI - Static variable in interface org.apache.flex.compiler.constants.IMXMLCoreConstants
-
- FXG_v1_0_Handler - Class in org.apache.flex.compiler.internal.fxg.sax
-
IFXGVersionHandler for FXG 1.0
- FXG_v1_0_Handler() - Constructor for class org.apache.flex.compiler.internal.fxg.sax.FXG_v1_0_Handler
-
- FXG_v2_0_Handler - Class in org.apache.flex.compiler.internal.fxg.sax
-
IFXGVersionHandler for FXG 2.0
- FXG_v2_0_Handler() - Constructor for class org.apache.flex.compiler.internal.fxg.sax.FXG_v2_0_Handler
-
- FXG_VERSION_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VERTICALALIGN_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VERTICALALIGN_BOTTOM_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VERTICALALIGN_JUSTIFY_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VERTICALALIGN_MIDDLE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VERTICALALIGN_TOP_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VIEWHEIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VIEWWIDTH_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_VISIBLE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WEIGHT_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WHITESPACE_COLLAPSE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WHITESPACE_PRESERVE_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WHITESPACECOLLAPSE_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WIDTH_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WINDING_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WINDING_EVENODD_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_WINDING_NONZERO_VALUE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_X_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_XFROM_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_XTO_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_Y_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_YFROM_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXG_YTO_ATTRIBUTE - Static variable in class org.apache.flex.compiler.fxg.FXGConstants
-
- FXGChildNodeNotSupportedProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a node does not support a child node.
- FXGChildNodeNotSupportedProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGChildNodeNotSupportedProblem
-
- FXGCompilationUnit - Class in org.apache.flex.compiler.internal.units
-
This is a Compilation Unit which handles FXG compilation
- FXGCompilationUnit(CompilerProject, String, DefinitionPriority.BasePriority, String) - Constructor for class org.apache.flex.compiler.internal.units.FXGCompilationUnit
-
- FXGConstants - Class in org.apache.flex.compiler.fxg
-
Constants for the FXG document format.
- FXGContentNotContiguousProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the content of a node (such as
CDATA node of a RichText) is not contiguous.
- FXGContentNotContiguousProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGContentNotContiguousProblem
-
- FXGDefinitionNotFoundProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a definition cannot be found in
the associated scope.
- FXGDefinitionNotFoundProblem(String) - Constructor for class org.apache.flex.compiler.problems.FXGDefinitionNotFoundProblem
-
- FXGErrorEmbeddingImageProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when an error is occurred while embedding
an image by an FXG file.
- FXGErrorEmbeddingImageProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGErrorEmbeddingImageProblem
-
- FXGFileNode - Class in org.apache.flex.compiler.fxg
-
Temporary class to wrap a IFXGNode in an IASNode.
- FXGFileNode(IWorkspace, String, IFXGNode) - Constructor for class org.apache.flex.compiler.fxg.FXGFileNode
-
- FXGFileResolver - Class in org.apache.flex.compiler.internal.fxg.resources
-
Simple implementation of ResourceResolver to locate and load local files
from a specified path.
- FXGFileResolver(String) - Constructor for class org.apache.flex.compiler.internal.fxg.resources.FXGFileResolver
-
- FXGFileResolver() - Constructor for class org.apache.flex.compiler.internal.fxg.resources.FXGFileResolver
-
- FXGFileScope - Class in org.apache.flex.compiler.internal.scopes
-
Sub-class of
ASFileScope
for FXG file scope's.
- FXGFileScope(FXGCompilationUnit, String) - Constructor for class org.apache.flex.compiler.internal.scopes.FXGFileScope
-
- FXGInvalidBooleanValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the value of an attribute which expects a boolean
value is not in the correct boolean form.
- FXGInvalidBooleanValueProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidBooleanValueProblem
-
- FXGInvalidChildColorTransformNodeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a ChildTransform node is supplied for a parent
node while the node has an alpha attribute.
- FXGInvalidChildColorTransformNodeProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidChildColorTransformNodeProblem
-
- FXGInvalidChildMatrixNodeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a matrix child node is supplied for a parent
node while the node has transformation attributes.
- FXGInvalidChildMatrixNodeProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidChildMatrixNodeProblem
-
- FXGInvalidChildNodeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a supplied child node is not supported by the parent node.
- FXGInvalidChildNodeProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidChildNodeProblem
-
- FXGInvalidColorMatrixValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a supplied color matrix value is not in the requested format.
- FXGInvalidColorMatrixValueProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidColorMatrixValueProblem
-
- FXGInvalidColorValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a supplied color value is not in the correct form.
- FXGInvalidColorValueProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidColorValueProblem
-
- FXGInvalidDefinitionNameProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a reserved element name is used as a Library
definition name.
- FXGInvalidDefinitionNameProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidDefinitionNameProblem
-
- FXGInvalidDoubleValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the value of an attribute which expects a double
value is not in the correct double form.
- FXGInvalidDoubleValueProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidDoubleValueProblem
-
- FXGInvalidFloatValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the value of an attribute which expects a float
value is not in the correct float form.
- FXGInvalidFloatValueProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidFloatValueProblem
-
- FXGInvalidGroupIDAttributeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the id is supplied on a Group Definiton.
- FXGInvalidGroupIDAttributeProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidGroupIDAttributeProblem
-
- FXGInvalidIntegerValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the value of an attribute which expects a integer
value is not in the correct integer form.
- FXGInvalidIntegerValueProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidIntegerValueProblem
-
- FXGInvalidLibraryElementProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the Library element is after a graphical element.
- FXGInvalidLibraryElementProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidLibraryElementProblem
-
- FXGInvalidMaskElementProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a mask element is after a graphical element.
- FXGInvalidMaskElementProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidMaskElementProblem
-
- FXGInvalidNestingElementsProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a
element is used as child of ,
which is child of another .
- FXGInvalidNestingElementsProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidNestingElementsProblem
-
- FXGInvalidNodeAttributeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the supplied attribute is not supported by the node.
- FXGInvalidNodeAttributeProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidNodeAttributeProblem
-
- FXGInvalidPathDataProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the supplied path data is not in valid form.
- FXGInvalidPathDataProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidPathDataProblem
-
- FXGInvalidPercentValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the value of an attribute which expects a percentage
value is not in the correct percentage form.
- FXGInvalidPercentValueProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidPercentValueProblem
-
- FXGInvalidRectRadiusXRadiusYAttributeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the supplied RadiusX and/or RadiusY are not greater than 0.
- FXGInvalidRectRadiusXRadiusYAttributeProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidRectRadiusXRadiusYAttributeProblem
-
- FXGInvalidRootNodeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the root node of an FXG document is not Graphic.
- FXGInvalidRootNodeProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidRootNodeProblem
-
- FXGInvalidScaleGridGroupChildProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a child Group exists in a Group that defines scale grid.
- FXGInvalidScaleGridGroupChildProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidScaleGridGroupChildProblem
-
- FXGInvalidScaleGridRotationAttributeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a Group that defines scale grid specifies rotation attribute.
- FXGInvalidScaleGridRotationAttributeProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidScaleGridRotationAttributeProblem
-
- FXGInvalidTabStopsProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when using malformed tab stops in an FXG document.
- FXGInvalidTabStopsProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidTabStopsProblem
-
- FXGInvalidVersionProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the supplied version number of an FXG document
is either in an invalid form or not supported.
- FXGInvalidVersionProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGInvalidVersionProblem
-
- FXGLog - Class in org.apache.flex.compiler.fxg.logging
-
Utility API to get access to the logger for the current thread from anywhere
in the library.
- FXGLoggerFactory - Class in org.apache.flex.compiler.fxg.logging
-
A simple factory to create an instance of an IFXGLogger implementation.
- FXGLoggerFactory() - Constructor for class org.apache.flex.compiler.fxg.logging.FXGLoggerFactory
-
- FXGMatrix - Class in org.apache.flex.compiler.internal.fxg.types
-
Utility class to help with matrix transformation for coordinate transformation.
- FXGMatrix(double, double, double, double, double, double) - Constructor for class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- FXGMatrix() - Constructor for class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- FXGMatrix(MatrixNode) - Constructor for class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
-
- FXGMissingAttributeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a required attribute is missing in an element.
- FXGMissingAttributeProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGMissingAttributeProblem
-
- FXGMissingGroupChildNodeProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a Definition element is missing a required Group child node or
has multiple Group child node.
- FXGMissingGroupChildNodeProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGMissingGroupChildNodeProblem
-
- FXGMultipleElementProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when an element that is expected to be used only once is used
multiple times such as mask element on a Graphic node.
- FXGMultipleElementProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGMultipleElementProblem
-
- FXGOutOfRangeValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when an out of range value is used for an attribute.
- FXGOutOfRangeValueProblem(String, int, int, String, String, double, double) - Constructor for class org.apache.flex.compiler.problems.FXGOutOfRangeValueProblem
-
- FXGParserFactory - Class in org.apache.flex.compiler.fxg
-
A simple factory to create an instance of an IFXGParser implementation.
- FXGParserProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when an error occurs while parsing an FXG file.
- FXGParserProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGParserProblem
-
- FXGPrivateElementNotChildOfGraphicProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the supplied Private element is not the child of Graphic element.
- FXGPrivateElementNotChildOfGraphicProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGPrivateElementNotChildOfGraphicProblem
-
- FXGPrivateElementNotLastProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when the supplied Private element is not the
last child of Graphic element.
- FXGPrivateElementNotLastProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGPrivateElementNotLastProblem
-
- FXGProblem - Class in org.apache.flex.compiler.problems
-
Represents an FXG problem.
- FXGProblem(String, int, int) - Constructor for class org.apache.flex.compiler.problems.FXGProblem
-
Constructor.
- FXGProblem(String) - Constructor for class org.apache.flex.compiler.problems.FXGProblem
-
Constructor.
- FXGResourceResolverFactory - Class in org.apache.flex.compiler.fxg.resources
-
A simple factory used to create an instance of a ResourceResolver
implementation.
- FXGResourceResolverFactory() - Constructor for class org.apache.flex.compiler.fxg.resources.FXGResourceResolverFactory
-
- FXGSAXParser - Class in org.apache.flex.compiler.internal.fxg.sax
-
FXGSAXParser implements a SAX parser for an input stream that represents a
FXG document
- FXGSAXParser() - Constructor for class org.apache.flex.compiler.internal.fxg.sax.FXGSAXParser
-
Constructs a new FXGSAXParser.
- FXGSAXScanner - Class in org.apache.flex.compiler.internal.fxg.sax
-
This SAX2 based scanner converts an FXG document (an XML based description of
a graphical asset) to a simple object graph to serve as an intermediate
representation.
- FXGSAXScanner(Collection<ICompilerProblem>) - Constructor for class org.apache.flex.compiler.internal.fxg.sax.FXGSAXScanner
-
Construct a new FXGSAXScanner
- FXGScanningProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when an error occurs while scanning an FXG file.
- FXGScanningProblem(String, int, int, String) - Constructor for class org.apache.flex.compiler.problems.FXGScanningProblem
-
- FXGSourceFileHandler - Class in org.apache.flex.compiler.internal.projects
-
Implementation of ISourceFileHandler that constructs
FXGCompilationUnit
's
- FXGSymbolClass - Class in org.apache.flex.compiler.fxg.flex
-
Used to map a SWF symbol generated for a particular FXG node to
an ActionScript class.
- FXGSymbolClass() - Constructor for class org.apache.flex.compiler.fxg.flex.FXGSymbolClass
-
- FXGUndefinedPropertyProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a supplied attribute on an element cannot be resolved.
- FXGUndefinedPropertyProblem(String) - Constructor for class org.apache.flex.compiler.problems.FXGUndefinedPropertyProblem
-
- FXGUnknownAttributeValueProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a supplied value for an attribute cannot be resolved.
- FXGUnknownAttributeValueProblem(String, int, int, String, String) - Constructor for class org.apache.flex.compiler.problems.FXGUnknownAttributeValueProblem
-
- FXGUnknownElementInVersionProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when an element used in an FXG document cannot be resolved
for the specified FXG version.
- FXGUnknownElementInVersionProblem(String, int, int, String, double) - Constructor for class org.apache.flex.compiler.problems.FXGUnknownElementInVersionProblem
-
- FXGVersion - Class in org.apache.flex.compiler.fxg
-
FXGVersion is an enumeration of the different versions of FXG Specification.
- FXGVersion.FXGVersionException - Exception in org.apache.flex.compiler.fxg
-
- FXGVersion.FXGVersionException(String) - Constructor for exception org.apache.flex.compiler.fxg.FXGVersion.FXGVersionException
-
- FXGVersionHandlerNotRegisteredProblem - Class in org.apache.flex.compiler.problems
-
Problem generated when a version handler cannot be found for the specified
version in an FXG document .
- FXGVersionHandlerNotRegisteredProblem(double) - Constructor for class org.apache.flex.compiler.problems.FXGVersionHandlerNotRegisteredProblem
-
- FXGVersionHandlerRegistry - Class in org.apache.flex.compiler.internal.fxg.sax
-
Maintains a registry of FXGVersionHandlers
- FXGVersionHandlerRegistry() - Constructor for class org.apache.flex.compiler.internal.fxg.sax.FXGVersionHandlerRegistry
-
G
- generate(String, IASNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
- generate(ExecutorService, boolean, String, IASNode, ICompilerProject, boolean, Map<String, String>) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
- generate(String, IASNode, ICompilerProject) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Generate an ABC file equivalent to the input syntax tree.
- generate(ExecutorService, boolean, String, IASNode, ICompilerProject, boolean, Map<String, String>) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Generate an ABC file equivalent to the input syntax tree.
- generate() - Method in class org.apache.flex.swf.io.SizeReport
-
- generateBindableGetter(IDefinition, Name, Name, Name, IMetaInfo[]) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- generateBindableSetter(IDefinition, Name, Name, Name, IMetaInfo[]) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- generateConstantValue(IASNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Helper method to expose the constant folding code to clients outside of the burm, such
as org.apache.flex.compiler.internal.as.definitions.ConstantDefinition.
- generateConstantValue(IASNode, ICompilerProject) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Helper method to expose the constant folding code to clients outside of the burm, such
as org.apache.flex.compiler.internal.as.definitions.ConstantDefinition.
- generatedClassExtendsAnother() - Method in class org.apache.flex.compiler.internal.embedding.EmbedData
-
Check if the generated class extends another
- generateDescriptorCode(IASNode, MXMLClassDirectiveProcessor.Context) - Method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
-
Determines whether the specified node should generate
code to be incorporated into a UIComponentDescriptor.
- generateFunction(IABCVisitor, MethodInfo, InstructionList) - Static method in class org.apache.flex.compiler.internal.abc.FunctionGeneratorHelper
-
Adds the specified
MethodInfo
with the specified
InstructionList
as its body to the specified IABCVisitor
After calling the method, the specified MethodInfo
and
InstructionList
must not be modified.
- generateFunction(FunctionNode, LexicalScope, InstructionList, Name) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Generate code for a function declaration, and put its initialization code
on the relevant instruction list.
- generateFunction(FunctionNode, LexicalScope, InstructionList, Name) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Generate code for a function declaration, and put its initialization code
on the relevant instruction list.
- generateFunctionInParallel(ExecutorService, FunctionNode, LexicalScope) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Generate code for a function declaration, using a background thread
provided by the specified
ExecutorService
.
- generateFunctionInParallel(ExecutorService, FunctionNode, LexicalScope) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Generate code for a function declaration, using a background thread
provided by the specified
ExecutorService
.
- GenerateFunctionInParallelResult - Class in org.apache.flex.compiler.internal.as.codegen
-
- generateGetter(IABCVisitor, InstructionList, List<IExpressionNode>, LexicalScope) - Static method in class org.apache.flex.compiler.internal.codegen.databinding.BindingCodeGenUtils
-
emits the code for anonymous getter function, then adds to the instruction list for instantiating one onto the stack
- generateID(IMXMLInstanceNode) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- generateInstructions(IASNode, int, LexicalScope) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Translate an AST into ABC instructions.
- generateInstructions(IASNode, int, LexicalScope, InstructionList) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Translate an AST into ABC instructions.
- generateInstructions(IASNode, int, LexicalScope) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Translate an AST into ABC instructions.
- generateKey() - Method in class org.apache.flex.compiler.internal.caches.AssetTagCache.AssetTagCacheKey
-
- generateKey() - Method in class org.apache.flex.compiler.internal.caches.CacheStoreKeyBase
-
Generate a string key based on concrete classes' fields.
- generateKey() - Method in class org.apache.flex.compiler.internal.caches.CSSDocumentCache.CSSDocumentCacheKey
-
- generateKey() - Method in class org.apache.flex.compiler.internal.caches.CSSDocumentCache.CSSDocumentCacheKey2
-
- generateKey() - Method in class org.apache.flex.compiler.internal.caches.FileScopeCache.FileScopeCacheKey
-
- generateKey() - Method in class org.apache.flex.compiler.internal.caches.SWFCache.SWFFileCacheKey
-
- generateKey() - Method in class org.apache.flex.compiler.internal.caches.SWFCache.SWFInSWCCacheKey
-
- generateKey() - Method in class org.apache.flex.swc.SWCManager.SWCCacheKey
-
- generateMainClass(IABCVisitor, ICompilerProject, Name) - Static method in class org.apache.flex.compiler.internal.css.codegen.CSSModuleGenerator
-
Generate CSS module main class.
- generateMethodBodyForFunction(MethodInfo, IASNode, LexicalScope, InstructionList) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Helper method used by
generateFunction()
(and also by
generateEventHandler()
in MXMLDocumentDirectiveProcessor).
- generateMethodBodyForFunction(MethodInfo, IASNode, LexicalScope, InstructionList) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Helper method used by
generateFunction()
(and also by
generateEventHandler()
in MXMLDocumentDirectiveProcessor).
- generateMXMLDataBindingGetterFunction(MethodInfo, List<IExpressionNode>, LexicalScope) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Helper method used by databinding codegen to emit an anonymous function
based on a list of
IExpressionNode
's.
- generateMXMLDataBindingGetterFunction(MethodInfo, List<IExpressionNode>, LexicalScope) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Helper method used by databinding codegen to emit an anonymous function
based on a list of
IExpressionNode
's.
- generateMXMLDataBindingSetterFunction(MethodInfo, IExpressionNode, LexicalScope) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Helper method used by mxml databinding codegen to emit an anonymous
function used by an mxml data binding destination function.
- generateMXMLDataBindingSetterFunction(MethodInfo, IExpressionNode, LexicalScope) - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator
-
Helper method used by mxml databinding codegen to emit an anonymous
function used by an mxml data binding destination function.
- generatePropertyGetterFunction(IABCVisitor, ICompilerProject, ASScope) - Static method in class org.apache.flex.compiler.internal.codegen.databinding.BindingCodeGenUtils
-
generate this function: function(propertyName:String):* { return
target[propertyName]; } where target == "this"
- generateSetter(InstructionList, IExpressionNode, LexicalScope) - Static method in class org.apache.flex.compiler.internal.codegen.databinding.BindingCodeGenUtils
-
emits the code for anonymous setter function, then adds to the instruction list for instantiating one onto the stack
- generateStyleDataClass(IABCVisitor, FlexProject, ICSSDocument, CSSCompilationSession, Name) - Static method in class org.apache.flex.compiler.internal.css.codegen.CSSModuleGenerator
-
Generating CSS module style data class.
- GenericTokenStream - Class in org.apache.flex.compiler.parsing
-
Implementation of TokenStream that allows us to feed lists of ASTokens to ASTreeAssembler.
- GenericTokenStream(List<? extends ICMToken>) - Constructor for class org.apache.flex.compiler.parsing.GenericTokenStream
-
Constructor
- GenericTokenStream(TokenBase[]) - Constructor for class org.apache.flex.compiler.parsing.GenericTokenStream
-
Constructor
- get(Object) - Method in class org.apache.flex.abc.graph.algorithms.DominatorTree.Multimap
-
Fetch the set for a given key, creating it if necessary.
- get(int) - Method in interface org.apache.flex.abc.graph.IBasicBlock
-
Fetch the Instruction at the specified position.
- get(int) - Method in class org.apache.flex.abc.semantics.Block
-
- get(IWorkspace, String) - Static method in class org.apache.flex.compiler.common.ASImportTarget
-
- get(char) - Static method in enum org.apache.flex.compiler.common.DependencyType
-
Gets the enum object from its symbol.
- GET - Static variable in interface org.apache.flex.compiler.constants.IASKeywordConstants
-
- get() - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGeneratorFactory
-
Method to get an instance of the code generator
- get(CacheStoreKeyBase) - Method in class org.apache.flex.compiler.internal.caches.ConcurrentCacheStoreBase
-
Get a value from the cache store.
- get(String, boolean) - Method in class org.apache.flex.compiler.internal.caches.PackageNamespaceDefinitionCache
-
- get() - Static method in class org.apache.flex.compiler.internal.config.localization.LocalizationManager
-
- get() - Static method in class org.apache.flex.compiler.internal.definitions.AmbiguousDefinition
-
Get the AmbiguousDefinition instance - currently there is only 1
AmbiguousDefinition instance, but we may modify that if each
AmbiguousDefinition needs to keep track of it's ambiguous results
- get(IFileSpecification) - Method in class org.apache.flex.compiler.internal.mxml.MXMLDataManager
-
- get() - Static method in class org.apache.flex.compiler.internal.parsing.as.NilASDocDelegate
-
Gets the single instance of this delegate.
- get() - Static method in class org.apache.flex.compiler.internal.parsing.as.SimpleASDocDelegate
-
Gets the single instance of this delegate.
- get(String) - Method in class org.apache.flex.compiler.internal.units.StringToCompilationUnitMap
-
Gets a
Collection
of ICompilationUnit
's that refer to
the specified file as their root source file.
- get(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.units.StringToCompilationUnitMap
-
Gets the a
Collection
of ICompilationUnit
's that refer to
the specified file as their root source file for a specific project
- get(IFileSpecification) - Method in interface org.apache.flex.compiler.mxml.IMXMLDataManager
-
Gets the
IMXMLData
for the specified MXML file.
- get() - Method in interface org.apache.flex.compiler.units.requests.IRequest
-
Blocks until requested operation is complete.
- get(File) - Method in interface org.apache.flex.swc.ISWCManager
-
Get the SWC model of the given SWC file.
- get(File) - Method in class org.apache.flex.swc.SWCManager
-
- get(int, Object) - Static method in class org.apache.flex.utils.CheapArray
-
Get a particular item from a cheapArray.
- get(int) - Method in class org.apache.flex.utils.IntMap
-
- get(int) - Method in class org.apache.flex.utils.IntMapLRUCache
-
Retrieve an object from the cache using the specified key.
- get4x5FloatMatrix(String, String, float[], Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.ColorMatrixFilterNode
-
Convert a comma delimited String of 20 numbers to an array of 20 float
values representing a 4 x 5 color transform matrix.
- GET_INSTANCE_CALL_OPERANDS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
-
- getABCBytes(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.units.ABCCompilationUnit
-
- getABCBytes() - Method in class org.apache.flex.compiler.internal.units.requests.ABCBytesRequestResult
-
- getABCBytes() - Method in interface org.apache.flex.compiler.units.requests.IABCBytesRequestResult
-
- getABCBytesRequest() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getABCBytesRequest() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getABCBytesRequest() - Method in interface org.apache.flex.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.flex.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.
- getABCFuture() - Method in class org.apache.flex.compiler.clients.ASC
-
- getABCGeneratorFactory() - Static method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
-
Get an ICodeGeneratorFactory that will always return the same ABCGenerator instance
- getAbsoluteEnd() - Method in interface org.apache.flex.compiler.common.ISourceLocation
-
Gets the absolute starting offset.
- getAbsoluteEnd() - Method in class org.apache.flex.compiler.common.SourceLocation
-
- getAbsoluteEnd() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the absolute ending offset of the entire definition (not just the
name).
- getAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getAbsoluteEnd() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getAbsoluteFilename() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getAbsoluteFilename() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getAbsoluteFilename() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
Gets the path to the compilation unit instance.
- getAbsoluteOffset() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
- getAbsoluteOffset(String, int) - Method in class org.apache.flex.compiler.internal.parsing.as.OffsetLookup
-
Convert a local offset to an absolute offset.
- getAbsoluteStart() - Method in interface org.apache.flex.compiler.common.ISourceLocation
-
Gets the absolute starting offset.
- getAbsoluteStart() - Method in class org.apache.flex.compiler.common.NodeReference
-
Get the start offset for the node
- getAbsoluteStart() - Method in class org.apache.flex.compiler.common.SourceLocation
-
- getAbsoluteStart() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the absolute starting offset of the entire definition (not just the
name).
- getAbsoluteStart() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getAbsoluteStart() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getAbsoluteStart() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getAbsoluteStart() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getAbsoluteStart() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getAbsoluteStart() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getAccessibilityDependencies(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.targets.FlexTarget
-
Find the accessible compilation units on a set of compilation units.
- getAccessorKeyword() - Method in class org.apache.flex.compiler.internal.tree.as.parts.AccessorFunctionContentsPart
-
- getAccessorKeyword() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IAccessorFunctionContentsPart
-
- getAccessorKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.AccessorNode
-
- getAccessorKeywordNode() - Method in interface org.apache.flex.compiler.tree.as.IAccessorNode
-
Gets the node containing the
get
or set
keyword.
- getActionOffset() - Method in class org.apache.flex.swf.tags.DefineButton2Tag
-
- getActions() - Method in class org.apache.flex.swf.tags.DefineButtonTag
-
- getActionScriptFileEncoding() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getActionScriptFileEncoding() - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Returns the file encoding use to compile ActionScript files.
- getActiveLabels() - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
- getActualDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope.DefinitionPromise
-
- getActualNamespaceNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Get the real namespace node, or null if there isn't one.
- getActualPackageName(String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Override this to permit package aliasing on imports and elsewhere
- getActualPackageName(String) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getActualPackageName(String) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Override this to permit package aliasing on imports and elsewhere
- getAdditionalSymbolClasses() - Method in class org.apache.flex.compiler.fxg.flex.FXGSymbolClass
-
- getAdjustment() - Method in class org.apache.flex.swf.types.KerningRecord
-
- getAdjustOpDebugLine() - Method in class org.apache.flex.compiler.config.Configuration
-
- getAdvanceBits() - Method in class org.apache.flex.swf.tags.DefineTextTag
-
- getAdvancedAntiAliasing() - Method in interface org.apache.flex.compiler.css.ICSSFontFace
-
The advancedAntiAliasing property determines whether to include the
advanced anti-aliasing information when embedding the font.
- getAdvancedAntiAliasing() - Method in class org.apache.flex.compiler.internal.css.CSSFontFace
-
- getAETName(IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Downcast an IDefinition and get an AET name from it.
- getAETName(IDefinition) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Downcast an IDefinition and get an AET name from it.
- getAETNamespace() - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Gets the
Namespace
object for this INamespaceDefinition
needed by the code generator to generate an ABC namespace using the AET
library.
- getAliases() - Static method in class org.apache.flex.compiler.config.Configuration
-
- getAliases() - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
- getAliases() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
Return an array of other names for this variable.
- getAlign() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
0 = Left 1 = Right 2 = Center 3 = Justify
- getAlignmentBaseline(IFXGNode, String, AlignmentBaseline, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a AlignmentBaseline enumeration.
- getAllAttributes() - Method in interface org.apache.flex.compiler.common.IMetaInfo
-
Returns an in-order list of all of the attributes contained within this
IMetaInfo
- getAllAttributes() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getAllAttributes() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- getAllDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.EmptyDefinitionStore
-
- getAllDefinitions() - Method in interface org.apache.flex.compiler.internal.scopes.IDefinitionStore
-
Gets all the definitions in this store.
- getAllDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionStore
-
- getAllDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- getAllDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- getAllDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- getAllDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- getAllDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.EmptyDefinitionStore
-
- getAllDefinitionSets() - Method in interface org.apache.flex.compiler.internal.scopes.IDefinitionStore
-
Gets all the definitions sets in this store.
- getAllDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionStore
-
- getAllDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- getAllDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- getAllDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- getAllDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- getAllExternallyVisibleDefinitions(Collection<ICompilationUnit>) - Static method in class org.apache.flex.compiler.internal.targets.Target
-
Find all the externally visible definitions in the given compilation unit
list.
- getAllImportNodes(Collection<IImportNode>) - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
-
- getAllImportNodes(Collection<IImportNode>) - Method in class org.apache.flex.compiler.internal.tree.as.ScopedBlockNode
-
- getAllImportNodes(Collection<IImportNode>) - Method in class org.apache.flex.compiler.internal.tree.as.WithNode
-
- getAllImportNodes(Collection<IImportNode>) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getAllImportNodes(Collection<IImportNode>) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getAllImportNodes(Collection<IImportNode>) - Method in interface org.apache.flex.compiler.tree.as.IScopedNode
-
Returns all the imports that are relevant in the current scope.
- getAllImports(Collection<String>) - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
-
- getAllImports(Collection<String>) - Method in class org.apache.flex.compiler.internal.tree.as.ScopedBlockNode
-
- getAllImports(Collection<String>) - Method in class org.apache.flex.compiler.internal.tree.as.WithNode
-
- getAllImports(Collection<String>) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getAllImports(Collection<String>) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getAllImports(Collection<String>) - Method in interface org.apache.flex.compiler.tree.as.IScopedNode
-
Returns all the imports that are relevant in the current scope.
- getAllLocalDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getAllLocalDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
- getAllLocalDefinitions() - Method in interface org.apache.flex.compiler.scopes.IASScope
-
Gets all the definitions in this one scope.
- getAllLocalDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getAllLocalDefinitionSets() - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
- getAllLocalDefinitionSets() - Method in interface org.apache.flex.compiler.scopes.IASScope
-
Gets all the definition sets in this one scope.
- getAllLocalNames() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getAllLocalNames() - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
- getAllLocalNames() - Method in interface org.apache.flex.compiler.scopes.IASScope
-
Gets all the base names of definitions in this one scope.
- getAllLocalProperties(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>, INamespaceDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
Adds all local definitions from this scope to the specified collections
of definitions that have a namespace qualifier in the specified
definition set.
- getAllLocalProperties(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>, INamespaceDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getAllMemberDefinitionNodes() - Method in class org.apache.flex.compiler.internal.tree.as.MemberedNode
-
- getAllMemberDefinitionNodes() - Method in interface org.apache.flex.compiler.tree.as.IInterfaceNode
-
Returns an array of
IDefinitionNode
objects that represent all
the children of this interface that are members.
- getAllMemberNodes() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getAllMemberNodes() - Method in interface org.apache.flex.compiler.tree.as.IClassNode
-
Returns an array of
IDefinitionNode
objects that represent all
the children of this class that are members.
- getAllMetaTags() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Returns all the
IMetaTagNode
objects as an array
- getAllMetaTags() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getAllMetaTags() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getAllModifiers() - Method in class org.apache.flex.compiler.common.ModifiersSet
-
- getAllNames() - Method in class org.apache.flex.compiler.internal.scopes.EmptyDefinitionStore
-
- getAllNames() - Method in interface org.apache.flex.compiler.internal.scopes.IDefinitionStore
-
Gets the base names of all the definition sets in this store.
- getAllNames() - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionStore
-
- getAllNames() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- getAllNames() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- getAllNames() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- getAllNames() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- getAllNamespaces() - Method in class org.apache.flex.compiler.common.PrefixMap
-
Returns all the namespace URIs known to this map
- getAllocatedTemps() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope.TempManager
-
- getAllowedValues() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getAllowedValues() - Method in interface org.apache.flex.compiler.tree.metadata.IInspectableTagNode
-
- getAllowSourcePathOverlap() - Method in class org.apache.flex.compiler.config.Configuration
-
- getAllowSubclassOverrides() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getAllowSubclassOverrides() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
- getAllPrefixes() - Method in class org.apache.flex.compiler.common.PrefixMap
-
Returns all the prefixes known to this map.
- getAllProperties(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Adds all definitions ( including definitions from base types ) in the
current scope to the specified collections of definitions that have a
namespace qualifier in the specified definition set.
- getAllPropertiesForMemberAccess(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Adds all definitions ( including definitions from base types ) in the
current scope to the specified collections of definitions that have a
namespace qualifier in the specified definition set, when looking for
definitions through a member access.
- getAllPropertiesForMemberAccess(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getAllPropertiesForMemberAccess(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getAllPropertiesForMemberAccess(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>, TypeScope.ScopeKind) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getAllPropertiesForScopeChain(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Adds all definitions ( including definitions from base types ) in the
current scope to the specified collections of definitions that have a
namespace qualifier in the specified definition set, when looking for
definitions in the scope chain.
- getAllPropertiesForScopeChain(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getAllPropertiesForScopeChain(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getAllPropertiesForScopeChain(CompilerProject, Collection<IDefinition>, Set<INamespaceDefinition>, TypeScope.ScopeKind) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getAllQualifiedNames() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Gets a collection of the qualified names for all the definitions in this
project scope.
- getAllSelectors(ICSSDocument) - Static method in class org.apache.flex.compiler.internal.css.semantics.CSSSemanticAnalyzer
-
Collect all the selectors in the CSS document including the subjects and
the combination selectors.
- getAllStateDependentNodes() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getAllStateDependentNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets the set of nodes in this class that are dependent on a state, either
through an
includeIn
or excludeFrom
attribute
or through a suffix.
- getAllTags() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
-
- getAllTags() - Method in interface org.apache.flex.compiler.tree.metadata.IMetaTagsNode
-
Returns all the
IMetaTagNode
objects as an array
- getAlpha() - Method in class org.apache.flex.swf.types.RGBA
-
Get alpha component.
- getAlphaAddTerm() - Method in class org.apache.flex.swf.types.CXFormWithAlpha
-
- getAlphaDataOffset() - Method in class org.apache.flex.swf.tags.DefineBitsJPEG3Tag
-
Get count of bytes in ImageData.
- getAlphaMultTerm() - Method in class org.apache.flex.swf.types.CXFormWithAlpha
-
- getAlternativeClasses(ICompilerProject, Version) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Returns the classes that are specified as replacing the given class.
- getAlternativeClasses(ICompilerProject, Version) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
- getAncestorOfType(Class<? extends IDefinition>) - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets an ancestor definition of this definition.
- getAncestorOfType(Class<? extends IDefinition>) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getAncestorOfType(Class<? extends IASNode>) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getAncestorOfType(Class<? extends IASNode>) - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Get the nearest ancestor of this node that has the specified type.
- getAnchorDeltaX() - Method in class org.apache.flex.swf.types.CurvedEdgeRecord
-
- getAnchorDeltaY() - Method in class org.apache.flex.swf.types.CurvedEdgeRecord
-
- getAngle() - Method in class org.apache.flex.swf.types.BevelFilter
-
- getAngle() - Method in class org.apache.flex.swf.types.DropShadowFilter
-
- getAngle() - Method in class org.apache.flex.swf.types.GradientGlowFilter
-
- getAnyNamespaceReference() - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getAnyTypeClassDefinition() - Static method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getApiVersion() - Method in class org.apache.flex.abc.semantics.Namespace
-
- getApiVersion() - Method in class org.apache.flex.compiler.clients.ASC
-
- getApplicationDomain(String) - Method in class org.apache.flex.compiler.config.Configuration
-
Get the application domain an RSL should be loaded into.
- getApplicationDomain() - Method in class org.apache.flex.compiler.config.RSLSettings
-
One of
ApplicationDomainTarget
that control which domain an RSL
is loaded into.
- getApplicationDomainValue() - Method in enum org.apache.flex.compiler.config.ApplicationDomainTarget
-
The value the Flex runtime understands.
- getArgCount() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
- getArgName(int) - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
Return the name of each parameter.
- getArgs() - Method in class org.apache.flex.compiler.config.ConfigurationValue
-
getArgs
- getArgType(int) - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
Return the type of each parameter.
- getArgumentName(int) - Static method in class org.apache.flex.compiler.internal.config.RSLArgumentNameGenerator
-
Converts a zero based index into an argument name.
- getArgumentNodes() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getArgumentNodes() - Method in interface org.apache.flex.compiler.tree.as.IFunctionCallNode
-
Returns an array of
IExpressionNode
nodes that are passed in as
parameters to this function call
- getArgumentsNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getArgumentsNode() - Method in interface org.apache.flex.compiler.tree.as.IFunctionCallNode
-
Get the arguments being passed
- getArity() - Method in interface org.apache.flex.compiler.css.ICSSNode
-
Get the node's child count.
- getArrayDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getArrayElementType(FlexProject) - Method in interface org.apache.flex.compiler.definitions.IVariableDefinition
-
If this
IVariableDefinition
is of type Array
and has
[ArrayElementType("...")]
- getArrayElementType(FlexProject) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Returns the type specified by
[ArrayElementType("...")]
- getArrayType() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the value of this style's
arrayType
attribute.
- getArrayType() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getArrayType() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getArrayType() - Method in interface org.apache.flex.compiler.tree.metadata.IInspectableTagNode
-
- getArrayTypeNode() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.StyleTagNode
-
- getAS3NamespaceDefinition() - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getAS3NamespaceReference() - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getASDocBundleDelegate() - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- getASDocComment() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
Returns the raw
IASDocComment
without any processing
- getASDocComment() - Method in class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
- getASDocComment() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
Returns the raw
IASDocComment
without any processing
- getASDocComment() - Method in class org.apache.flex.compiler.internal.tree.as.parts.DecorationPart
-
- getASDocComment() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IDecorationPart
-
- getASDocComment() - Method in class org.apache.flex.compiler.internal.tree.as.parts.SparseDecorationPart
-
- getASDocComment() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getASDocComment() - Method in interface org.apache.flex.compiler.tree.as.IDocumentableDefinitionNode
-
Gets the
IASDocComment
attached to this IDocumentableDefinitionNode
.
- getASDocDelegate() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- getASDocDelegate() - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Gets the
IASDocDelegate
that instances of
ASParser
will use to record information about ASDoc comments.
- getASMetadataNames() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getASMetadataNames() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Get the set of metadata names.
- getASMetadataNames() - Method in interface org.apache.flex.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.flex.compiler.targets.ITargetSettings
-
The names of ActionScript metadata that will be preserved in the target.
- getASMetadataNames() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getASModifier(String) - Static method in class org.apache.flex.compiler.common.ASModifier
-
Returns the
ASModifier
for the given string literal
- getASNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLEventSpecifierNode
-
Gets the event-handling code as parsed ActionScript nodes.
- getASNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLScriptNode
-
Gets the parsed ActionScript code for <Script> tag.
- getASParserASDocDelegate() - Method in interface org.apache.flex.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.
- getASParserASDocDelegate() - Method in class org.apache.flex.compiler.internal.parsing.as.NilASDocDelegate
-
- getASParserASDocDelegate() - Method in class org.apache.flex.compiler.internal.parsing.as.SimpleASDocDelegate
-
- getASScope(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the given node's containing scope.
- getASScope() - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
- getASScope() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Get the scope this Node uses for name resolution as an ASScope.
- getASScope() - Method in class org.apache.flex.compiler.internal.tree.as.ScopedBlockNode
-
- getAssetNames() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getAssetNames() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the names of all the assets that are involved in the
ITarget
.
- getAssetTagCache() - Method in interface org.apache.flex.swc.ISWCManager
-
Get asset tags cache.
- getAssetTagCache() - Method in class org.apache.flex.swc.SWCManager
-
- getAssignedValue() - Method in class org.apache.flex.compiler.internal.tree.as.parts.VariableDecorationPart
-
- getAssignedValueNode() - Method in class org.apache.flex.compiler.internal.tree.as.AccessorNode
-
- getAssignedValueNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
- getAssignedValueNode() - Method in class org.apache.flex.compiler.internal.tree.as.GetterNode
-
- getAssignedValueNode() - Method in class org.apache.flex.compiler.internal.tree.as.SetterNode
-
- getAssignedValueNode() - Method in interface org.apache.flex.compiler.tree.as.IVariableNode
-
- getAssumedType() - Method in interface org.apache.flex.compiler.tree.as.INumericLiteralNode.INumericValue
-
Returns the assumed type of this numeric value based on the range of
the number.
- getAST() - Method in class org.apache.flex.compiler.internal.units.requests.SyntaxTreeRequestResult
-
- getAST() - Method in interface org.apache.flex.compiler.units.requests.ISyntaxTreeRequestResult
-
- getAtNamespaces() - Method in interface org.apache.flex.compiler.css.ICSSDocument
-
- getAtNamespaces() - Method in class org.apache.flex.compiler.internal.css.CSSDocument
-
- getAttachedSourceDirectory(String) - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- getAttachedSourceDirectory(String) - Method in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
Find the directory were a given library might live.
- getAttachedSourceDirectory(String) - Method in interface org.apache.flex.compiler.projects.IASProject
-
Get the Directory for the specified library.
- getAttachedSourceFilename(String, String) - Static method in class org.apache.flex.compiler.common.LibraryPathUtils
-
- getAttachedSourceFilename(String, String) - Static method in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
Finds a source file in the source directory
for the specified qualified name.
- getAttr(String) - Method in class org.apache.flex.abc.semantics.Trait
-
Get an attribute's value.
- getAttribute(String) - Method in interface org.apache.flex.compiler.common.IMetaInfo
-
Gets the
IMetaTagAttribute
found on the tag for the given key
- getAttribute(String) - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getAttribute(EmbedAttribute) - Method in class org.apache.flex.compiler.internal.embedding.EmbedData
-
Returns the value of an attribute.
- getAttribute(String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- getAttributeDatas() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getAttributeDatas() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets all of the attributes in this tag.
- getAttributeNames() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Get all of the attribute names in this tag
- getAttributes() - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getAttributes() - Method in class org.apache.flex.compiler.internal.embedding.EmbedData
-
- getAttributes() - Method in class org.apache.flex.compiler.internal.tree.as.EmbedNode
-
- getAttributes() - Method in interface org.apache.flex.compiler.tree.as.IEmbedNode
-
Gets the attributes associated with the IEmbedNode
- getAttributes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLCompilerDirectiveNodeBase
-
Gets the attributes associated with this node.
- getAttributesEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Get the end position of the attribute list (before the ">" or "/>" or the
start of the next tag).
- getAttributesStart() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Get the start position of the attribute list (after the first whitespace
after the tag name).
- getAttributeValue(String) - Method in interface org.apache.flex.compiler.common.IMetaInfo
-
Gets the value of the given attribute found on the tag
- getAttributeValue(String) - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getAttributeValue(String) - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getAttributeValue(String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- getAvmplusFilename() - Method in class org.apache.flex.compiler.clients.ASC
-
- getBackgroundColor() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
- getBackgroundColor() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getBackgroundColor() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
- getBackgroundColor() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getBackgroundColor() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the background color.
- getBackgroundColor() - Method in interface org.apache.flex.swf.ISWF
-
Get SWF movie background color.
- getBackgroundColor() - Method in class org.apache.flex.swf.SWF
-
- getBalancingToken(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
If this is an open token, get the matching close token.
- getBalancingToken() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
If this is an open token, get the matching close token.
- getBaseClassAsDisplayString() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Converts this class's
IReference
for its base class
to a human-readable String.
- getBaseClassAsDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getBaseClassAsDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getBaseClassDefinition(IASNode, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Fetch the definition of the given node's
class' base class.
- getBaseClassDefinition(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Fetch the definiton of the given node's
class' base class.
- getBaseClassExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getBaseClassExpressionNode() - Method in interface org.apache.flex.compiler.tree.as.IClassNode
-
- getBaseClassName() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getBaseClassName() - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
- getBaseClassName() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getBaseClassName() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getBaseClassName() - Method in interface org.apache.flex.compiler.tree.as.ICommonClassNode
-
Returns the name of this class' base class, if it exists.
- getBaseClassNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the node containing the base class, if one exists
- getBaseClassQName() - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
- getBaseClassQName() - Method in class org.apache.flex.compiler.internal.targets.FlexLibrarySWFTarget
-
- getBaseClassQName() - Method in interface org.apache.flex.compiler.internal.targets.ILibrarySWFTarget
-
Get the qualified name of the base class of the root class.
- getBaseClassQName() - Method in class org.apache.flex.compiler.internal.targets.LibrarySWFTarget
-
- getBaseClassReference() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Gets a reference to the base class for this class.
- getBaseClassReference() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getBaseClassReference() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getBasedOn() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLStateNode
-
Gets the name of the state on which this state is based, as specified by
the
basedOn
attribute.
- getBaseExpression() - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Get the base expression, if any.
- getBaseInterfacesNode() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
Get the container of base interfaces for this interfaces
- getBaselineOffsetAsDbl() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.BaselineOffset
-
- getBaselineOffsetAsEnum() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.BaselineOffset
-
- getBaselineShiftAsDbl() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.BaselineShift
-
- getBaselineShiftAsEnum() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.BaselineShift
-
- getBaseName() - Method in class org.apache.flex.abc.semantics.Name
-
- getBaseName() - Method in class org.apache.flex.compiler.common.Multiname
-
Gets the base name for this
Multiname
.
- getBaseName() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the base (i.e., unqualified) name of this definition.
- getBaseName() - Method in interface org.apache.flex.compiler.definitions.references.INamespaceReference
-
- getBaseName() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getBaseName() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getBaseName() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getBaseName() - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getBaseName() - Method in class org.apache.flex.compiler.internal.definitions.PackageDefinition
-
- getBaseName() - Method in class org.apache.flex.compiler.internal.mxml.MXMLStateSplitter
-
Gets the part of the name before the dot, or the whole name if no dot.
- getBaseName() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope.DefinitionPromise
-
- getBaseName(IDefinitionSet) - Static method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
-
Gets the base name of the definitions stored in the specified definition set.
- getBaseNameForQName(String) - Static method in class org.apache.flex.compiler.common.Multiname
-
Returns the base name part of a dotted fully qualified AS3 name.
- getBaseNode(Binding) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get an ExpressionNodeBase's base node.
- getBasePriority() - Method in class org.apache.flex.compiler.internal.projects.DefinitionPriority
-
Gets the base priority.
- getBaseTypeNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
- getBaseTypeNode() - Method in interface org.apache.flex.compiler.tree.as.ILiteralContainerNode
-
- getBevelFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getBevelType(String, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.AbstractFilterNode
-
Convert an FXG String value to a BevelType enumeration.
- getBf15bitRgbImage() - Static method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getBf24bitRgbImage() - Static method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getBf8bitColormappedImage() - Static method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getBias() - Method in class org.apache.flex.swf.types.ConvolutionFilter
-
- getBindableEventNames() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
- getBindableEventNames() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getBinding(IDefinition) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Get or create the Binding for an IDefinition.
- getBinding(IASNode, Name, IDefinition) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Get or create the Binding for a Name and its associated IDefinition.
- getBindingClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Get the fully-qualified name of the runtime class
for internal Binding object
Currently this is "mx.binding.Binding".
- getBindingClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Get the AET Name for bindingClass
- getBindingEventHandlerClass() - Method in class org.apache.flex.compiler.config.Configuration
-
- getBindingEventHandlerEvent() - Method in class org.apache.flex.compiler.config.Configuration
-
- getBindingEventHandlerInterface() - Method in class org.apache.flex.compiler.config.Configuration
-
- getBindingInfo() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
- getBindingManagerClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getBindingManagerClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getBindings() - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
get a list of the BindingInfo objects that correspond to the Binding objects that will
be associated with the Watcher
- getBindingValueChangeEvent() - Method in class org.apache.flex.compiler.config.Configuration
-
- getBindingValueChangeEventKind() - Method in class org.apache.flex.compiler.config.Configuration
-
- getBindingValueChangeEventType() - Method in class org.apache.flex.compiler.config.Configuration
-
- getBitmap() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
Bitmap character for fill.
- getBitmapAlphaData() - Method in class org.apache.flex.swf.tags.DefineBitsJPEG3Tag
-
ZLIB compressed array of alpha data.
- getBitmapCache() - Method in class org.apache.flex.swf.tags.PlaceObject3Tag
-
- getBitmapCharacter() - Method in class org.apache.flex.swf.types.FillStyle
-
- getBitmapColorTableSize() - Method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getBitmapFormat() - Method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getBitmapHeight() - Method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getBitmapMatrix() - Method in class org.apache.flex.swf.types.FillStyle
-
- getBitmapWidth() - Method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getBitPos() - Method in class org.apache.flex.swf.io.OutputBitStream
-
- getBlendMode() - Method in class org.apache.flex.swf.tags.PlaceObject3Tag
-
- getBlendMode() - Method in class org.apache.flex.swf.types.ButtonRecord
-
- getBlock(Label) - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Get a Label's target Block.
- getBlock(Label) - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Get a Label's target Block.
- getBlock(Label) - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
Get the block that the label corresponds to.
- getBlock(Label, boolean) - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
Get the block that the label corresponds to.
- getBlockProgression(IFXGNode, String, BlockProgression, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a BlockProgression enumeration.
- getBlocksInEntryOrder() - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Get the graph's blocks in their original order.
- getBlocksInEntryOrder() - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Get the graph's blocks in their original order.
- getBlue() - Method in class org.apache.flex.swf.types.RGB
-
Get blue component.
- getBlueAddTerm() - Method in class org.apache.flex.swf.types.CXForm
-
- getBlueMultTerm() - Method in class org.apache.flex.swf.types.CXForm
-
- getBlurFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getBlurX() - Method in class org.apache.flex.swf.types.BevelFilter
-
- getBlurX() - Method in class org.apache.flex.swf.types.BlurFilter
-
- getBlurX() - Method in class org.apache.flex.swf.types.DropShadowFilter
-
- getBlurX() - Method in class org.apache.flex.swf.types.GlowFilter
-
- getBlurY() - Method in class org.apache.flex.swf.types.BevelFilter
-
- getBlurY() - Method in class org.apache.flex.swf.types.BlurFilter
-
- getBlurY() - Method in class org.apache.flex.swf.types.DropShadowFilter
-
- getBlurY() - Method in class org.apache.flex.swf.types.GlowFilter
-
- getBOM(BufferedInputStream) - Static method in class org.apache.flex.compiler.filespecs.CombinedFile
-
Get the BOM tag of a stream.
- getBooleanAttr(String) - Method in class org.apache.flex.abc.semantics.Trait
-
Get a boolean attribute's value.
- getBooleanContent(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
- getBooleanDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getBounds(List<ShapeRecord>, LineStyle) - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractShapeNode
-
Returns the bounds of the shapes
Default implementation - to be overridden by individual classes
- getBounds(List<ShapeRecord>, LineStyle) - Method in class org.apache.flex.compiler.internal.fxg.dom.EllipseNode
-
Returns the bounds of the ellipse
- getBounds(List<ShapeRecord>, LineStyle) - Method in class org.apache.flex.compiler.internal.fxg.dom.LineNode
-
Returns the bounds of the line
- getBounds(List<ShapeRecord>, LineStyle) - Method in class org.apache.flex.compiler.internal.fxg.dom.PathNode
-
Returns the bounds of the path
- getBounds(List<ShapeRecord>, LineStyle) - Method in class org.apache.flex.compiler.internal.fxg.dom.RectNode
-
Returns the bounds of the rect
- getBounds(List<ShapeRecord>, LineStyle, AbstractStrokeNode) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ShapeHelper
-
Utility method that calculates the minimum bounding rectangle that
encloses a list of ShapeRecords, taking into account the possible maximum
stroke width of any of the supplied linestyles.
- getBounds() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Rectangle that completely encloses the text field.
- getBreakLabel() - Method in class org.apache.flex.compiler.internal.as.codegen.LoopControlFlowContext
-
- getBreakOpportunity(IFXGNode, String, BreakOpportunity, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a BreakOpportunity enumeration.
- getBuffer() - Method in class org.apache.flex.compiler.config.ConfigurationValue
-
getBuffer
- getBufferToken() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
-
- getBufferToken() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- getBugFix() - Method in class org.apache.flex.utils.Version
-
Gets the bug-fix version number.
- getBuild() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
- getBuild() - Method in class org.apache.flex.swf.tags.ProductInfoTag
-
- getBuild() - Method in class org.apache.flex.utils.Version
-
Gets the build version number.
- getBuildLong() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
Get the build number as a long.
- getBuiltCompilationUnitSet() - Method in class org.apache.flex.compiler.internal.targets.Target
-
- getBuiltinName() - Method in exception org.apache.flex.compiler.exceptions.MissingBuiltinException
-
- getBuiltinType(IASLanguageConstants.BuiltinType) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getBuiltinType(IASLanguageConstants.BuiltinType, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Fetch a builtin type.
- getBuiltinType(IASLanguageConstants.BuiltinType) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Fetch a builtin type.
- getBuiltinType(String) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
- getBuiltinType(IASLanguageConstants.BuiltinType) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Helper method to get some of the built-in types (*, String, Number, etc).
- getBundle() - Static method in class org.apache.flex.compiler.Messages
-
- getBundleName() - Method in class org.apache.flex.compiler.internal.tree.properties.ResourceBundleFileNode
-
- getBundleName() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLResourceNode
-
Returns the string representation of the resource bundle name as found in
compiler directive
- getBundleName() - Method in interface org.apache.flex.compiler.tree.properties.IResourceBundleFileNode
-
Returns the bundle name of the associated .properties file which is the
name of the file without file extension.
- getBundleNameInColonSyntax() - Method in class org.apache.flex.compiler.internal.units.ResourceBundleCompilationUnit
-
Returns the name of the bundle processed by this compilation unit.
- getButtonTag() - Method in class org.apache.flex.swf.tags.DefineButtonCxformTag
-
- getButtonTag() - Method in class org.apache.flex.swf.tags.DefineButtonSoundTag
-
- getBytecode() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
Retrieve this method's bytecode.
- getBytes() - Method in class org.apache.flex.swf.io.OutputBitStream
-
- getCacheForScope(ASScope) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Get the cache for a particular scope
- getCallable(RequesteeType) - Method in class org.apache.flex.compiler.internal.units.requests.RequestMaker
-
Called to get the callable that computes the result of the request.
- getCallAt(Throwable, int) - Static method in class org.apache.flex.utils.ExceptionUtil
-
Return the "nth" method call from the stack trace of "t", where 0 is
the top.
- getCanonicalEmbedData(EmbedData) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
If there is an existing EmbedData which is equivalent to the data
EmbedData, return the equiv. otherwise return the entered EmbedData
- getCapacity() - Method in class org.apache.flex.compiler.internal.scopes.EmptyDefinitionStore
-
- getCapacity() - Method in interface org.apache.flex.compiler.internal.scopes.IDefinitionStore
-
Gets the maximum number of definition sets that this
definition store can hold.
- getCapacity() - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionStore
-
- getCapacity() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- getCapacity() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- getCapacity() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- getCapacity() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- getCapacity() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
-
Gets the number of fields for storing definition sets.
- getCaps(String, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
-
Convert an FXG String value to a Caps enumeration.
- getCaseNodes() - Method in class org.apache.flex.compiler.internal.tree.as.SwitchNode
-
- getCaseNodes() - Method in interface org.apache.flex.compiler.tree.as.ISwitchNode
-
Returns an in-order array of case statements that are branches of this
switch statement
- getCastFunctionNode() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
Get the dummy node representing the cast function
- getCatchNode(int) - Method in class org.apache.flex.compiler.internal.tree.as.TryNode
-
- getCatchNode(int) - Method in interface org.apache.flex.compiler.tree.as.ITryNode
-
Returns the
i
th catch
clause for this
try
statement.
- getCatchNodeCount() - Method in class org.apache.flex.compiler.internal.tree.as.TryNode
-
- getCatchNodeCount() - Method in interface org.apache.flex.compiler.tree.as.ITryNode
-
Returns the number of
catch
clauses for this
try
statement.
- getCatchParameterNode() - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
-
- getCatchParameterNode() - Method in interface org.apache.flex.compiler.tree.as.ICatchNode
-
Returns the
IParameterNode
that this catch node executes against
- getCatchVar() - Method in class org.apache.flex.abc.semantics.ExceptionInfo
-
- getCategory() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getCfg() - Method in class org.apache.flex.abc.models.TreeModelEncoder
-
Get the method's flowgraph.
- getCfg() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
Get the method's control flow graph, building it as necessary.
- getCharacter() - Method in class org.apache.flex.swf.tags.DefineScalingGridTag
-
- getCharacter() - Method in class org.apache.flex.swf.tags.PlaceObjectTag
-
- getCharacter() - Method in class org.apache.flex.swf.tags.RemoveObjectTag
-
- getCharacterID() - Method in class org.apache.flex.swf.tags.CharacterTag
-
- getCharacterID() - Method in interface org.apache.flex.swf.tags.ICharacterTag
-
Get the UI16 character ID.
- getCharacterID() - Method in class org.apache.flex.swf.types.ButtonRecord
-
- getCharacterNames() - Method in class org.apache.flex.swf.tags.ExportAssetsTag
-
Get all the symbol names.
- getCharacters() - Method in class org.apache.flex.swf.tags.DefineButtonTag
-
- getCharacterTagByName(String) - Method in class org.apache.flex.swf.tags.ExportAssetsTag
-
Get a character tag by its assigned name.
- getCharSequence() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
Returns the underlying CharSequence that represents the contents of this
token
- getChild(int) - Method in class org.apache.flex.compiler.internal.as.codegen.InstructionListNode
-
Get a particular child of this node
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.BaseStatementExpressionNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.ConditionalNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.DefaultXMLNamespaceNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.DoWhileLoopNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.FunctionObjectNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.IterationFlowNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.LabeledStatementNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralValuePairNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.RuntimeNameExpressionNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.TerminalNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.TernaryOperatorNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorNodeBase
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.UseNamespaceNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.VariableExpressionNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.as.VectorLiteralNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getChild(int) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
-
- getChild(int) - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Get a particular child of this node
- getChildCount() - Method in class org.apache.flex.compiler.internal.as.codegen.InstructionListNode
-
Get the number of children
- getChildCount(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the child count for nodes whose
CodeModel-centric child count isn't
reliable.
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.BaseStatementExpressionNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.ConditionalNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigConditionBlockNode
-
Disabled configuration condition block doesn't have children.
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.DefaultXMLNamespaceNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.DoWhileLoopNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionObjectNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.IterationFlowNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.LabeledStatementNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralValuePairNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.RuntimeNameExpressionNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.TerminalNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.TernaryOperatorNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorNodeBase
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.UseNamespaceNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.VariableExpressionNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.VectorLiteralNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getChildCount() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
-
- getChildCount() - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Get the number of children
- getChildNodeList() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase.MXMLNodeInfo
-
- getChildren() - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
-
debug method, do not use
- getChildren() - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractShapeNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.DefinitionNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.BitmapFillNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupDefinitionNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.LibraryNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractTextNode
-
- getChildren() - Method in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- getChildren(boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Get the start tags for all children of this tag.
- getCircularDependency() - Method in exception org.apache.flex.compiler.exceptions.CircularDependencyException
-
Get the details of the circular dependency.
- getCircularDependency() - Method in exception org.apache.flex.compiler.exceptions.LibraryCircularDependencyException
-
Details of the circular dependency.
- getClassByAlias - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- getClassClassification() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Returns the classification of this ActionScript class
- getClassClassification() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getClassClassification() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getClassClassification() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getClassClassification() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getClassClassification() - Method in interface org.apache.flex.compiler.tree.as.ICommonClassNode
-
Returns the classification of this ActionScript class
- getClassDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getClassDefinition() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getClassDefinition() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets the definition of the class defined by this node.
- getClassDefinitionForComponentTag(IMXMLTagData) - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
-
Gets the
ClassDefinition
for a class defined by a
<fx:Component>
tag.
- getClassDefinitionForComponentTagName(XMLName) - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
-
Gets the
ClassDefinition
for a class defined by a
<fx:Component> tag.
- getClassDefinitionForDefinitionTag(IMXMLTagData) - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
-
Gets the
ClassDefinition
for a class defined by a
<fx:Definition>
tag.
- getClassDefinitionForDefinitionTagName(XMLName) - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
-
Gets the
ClassDefinition
for a class defined by a
<fx:Definition> tag.
- getClassDefinitionNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
-
- getClassDefinitionNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLNode
-
Gets the closest ancestor node that defines a class.
- getClassDefinitionSet(Collection<IDefinition>) - Static method in class org.apache.flex.compiler.internal.css.semantics.CSSSemanticAnalyzer
-
Find all the class definitions in the given collection.
- getClassFactoryClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getClassId(ClassInfo) - Method in class org.apache.flex.abc.PoolingABCVisitor
-
- getClassInitializationInstructions() - Method in class org.apache.flex.compiler.internal.css.codegen.CSSReducer
-
- getClassInitializationInstructions() - Method in interface org.apache.flex.compiler.internal.css.codegen.ICSSCodeGenResult
-
- getClassKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the node containing the class keyword
- getClassKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
Get the node containing the class keyword
- getClassName() - Method in class org.apache.flex.compiler.fxg.flex.FXGSymbolClass
-
- getClassName() - Method in enum org.apache.flex.compiler.internal.fxg.dom.types.BlendMode
-
Returns the qualified name of the class that this blend mode
requires.
- getClassName() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLComponentNode
-
Gets the name of the class being defined.
- getClassName() - Method in class org.apache.flex.swf.tags.PlaceObject3Tag
-
- getClassNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDeferredInstanceNode
-
If the sole child is an
IMXMLClassNode
, this method gets it and
IMXMLDeferredInstanceNode.getInstanceNode()
returns null
- getClassNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLFactoryNode
-
Gets the
IMXMLClassNode
that is this node's sole child.
- getClassReference(ICompilerProject) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassReferenceNode
-
Gets the definition of the ActionScript class corresponding to this MXML
tag.
- getClassScope() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLScopeBuilder
-
- getClassScope(IASNode, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the ASScope of the class that contains an inode.
- getClassScope(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the ASScope of the class that contains an inode.
- getClipActions() - Method in class org.apache.flex.swf.tags.PlaceObject2Tag
-
- getClipDepth() - Method in class org.apache.flex.swf.tags.PlaceObject2Tag
-
- getCode() - Method in enum org.apache.flex.compiler.clients.MXMLC.ExitCode
-
- getCode() - Method in enum org.apache.flex.compiler.tree.as.IRegExpLiteralNode.RegExpFlag
-
Returns the char that represents this flag
- getCode() - Method in enum org.apache.flex.swf.tags.ProductInfoTag.Edition
-
- getCode() - Method in enum org.apache.flex.swf.tags.ProductInfoTag.Product
-
- getCode1() - Method in class org.apache.flex.swf.types.KerningRecord
-
- getCode2() - Method in class org.apache.flex.swf.types.KerningRecord
-
- getCodecID() - Method in class org.apache.flex.swf.tags.DefineVideoStreamTag
-
- getCodeGenerator() - Static method in class org.apache.flex.compiler.internal.as.codegen.CodeGeneratorManager
-
- getCodeModelImplicitDefinitionNamespace() - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
We have a single global private namespace, in which we can place implicit
code model definitions that only exist for code model compatibility. this
and super definitions are in this namespace.
- getCodeTable() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getCodeTable() - Method in class org.apache.flex.swf.tags.DefineFontInfoTag
-
- getCodeTable() - Method in interface org.apache.flex.swf.tags.IFontInfo
-
- getCodeTableOffset() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getCollectionNode() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- getCollectionNode() - Method in interface org.apache.flex.compiler.tree.as.ITypedExpressionNode
-
Returns the node representing the type of collection that this typed
collection contains
- getCollectionType() - Method in interface org.apache.flex.compiler.tree.as.ITypedClassNode
-
Returns the type of the collection that this IAppliedVectorDefinition
contains
- getCollectionTypeNode() - Method in class org.apache.flex.compiler.internal.tree.as.VectorLiteralNode
-
- getCollectionTypeNode() - Method in interface org.apache.flex.compiler.tree.as.ITypedClassNode
-
- getColor() - Method in class org.apache.flex.swf.tags.SetBackgroundColorTag
-
Get background color.
- getColor() - Method in class org.apache.flex.swf.types.FillStyle
-
- getColor() - Method in class org.apache.flex.swf.types.GradRecord
-
- getColor() - Method in class org.apache.flex.swf.types.LineStyle
-
- getColorAsInt() - Method in class org.apache.flex.compiler.internal.css.CSSColorPropertyValue
-
- getColorAsInt() - Method in class org.apache.flex.compiler.internal.css.CSSRgbaColorPropertyValue
-
- getColorAsInt() - Method in class org.apache.flex.compiler.internal.css.CSSRgbColorPropertyValue
-
- getColorAsInt(String) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Convert a color to an integer value.
- getColorMatrixFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getColorTransform() - Method in class org.apache.flex.swf.tags.DefineButtonCxformTag
-
- getColorTransform() - Method in class org.apache.flex.swf.tags.PlaceObject2Tag
-
- getColorTransform() - Method in class org.apache.flex.swf.tags.PlaceObjectTag
-
- getColorTransform() - Method in class org.apache.flex.swf.types.ButtonRecord
-
- getColorWithEnumAsEnum() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.ColorWithEnum
-
- getColorWithEnumAsString() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.ColorWithEnum
-
- getColumn() - Method in interface org.apache.flex.compiler.common.ISourceLocation
-
Gets the local column number.
- getColumn() - Method in class org.apache.flex.compiler.common.SourceLocation
-
Get the column number where this node starts.
- getColumn() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the local column number of the entire definition (not just the
name).
- getColumn() - Method in exception org.apache.flex.compiler.exceptions.ConfigurationException
-
- getColumn() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getColumn() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getColumn() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getColumn() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Gets the current column number of the tokenizer.
- getColumn() - Method in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
Gets the current column number of the tokenizer.
- getColumn() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Gets the current column number of the tokenizer.
- getColumn() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getColumn() - Method in interface org.apache.flex.compiler.parsing.ICMToken
-
Returns the column of this token.
- getColumn() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getCombinator() - Method in interface org.apache.flex.compiler.css.ICSSSelector
-
Get the combinator of this selector if it exists.
- getCombinator() - Method in class org.apache.flex.compiler.internal.css.CSSSelector
-
- getCombinatorType() - Method in interface org.apache.flex.compiler.css.ICSSCombinator
-
Get the combinator type.
- getCombinatorType() - Method in class org.apache.flex.compiler.internal.css.CSSCombinator
-
- getCombinedSelectorList(ICSSSelector) - Static method in class org.apache.flex.compiler.internal.css.CSSSelector
-
Convert the selectors chained by combinators into a list of simple
selectors ordering from ancestors to descendants.
- getComment(IDocumentableDefinition, String) - Method in interface org.apache.flex.compiler.asdoc.IASDocBundleDelegate
-
Retrieves the localized
IASDocComment
for the
specified IDocumentableDefinition
in the specified
SWC file.
- getComment(ICompilerProject, IDocumentableDefinition) - Method in class org.apache.flex.compiler.internal.scopes.SWCFileScopeProvider.SWCFileScope
-
- getComment(IDefinition) - Method in interface org.apache.flex.swc.dita.IDITAEntry
-
Returns the comment for the specific
IDefinition
if it exists.
- getComment(IDefinition) - Method in interface org.apache.flex.swc.dita.IDITAList
-
Returns an
IASDocComment
for the given IDefinition
we are looking for.
- getCommentToken() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getCompatibilityVersion() - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- getCompatibilityVersion() - Method in interface org.apache.flex.compiler.projects.IASProject
-
Returns the compatibility version encoded as an integer.
- getCompatibilityVersionString() - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- getCompatibilityVersionString() - Method in interface org.apache.flex.compiler.projects.IASProject
-
Returns the compatibility version encoded as a string.
- getCompilableText() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getCompilableText() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getCompilableText() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets this compilable text inside this tag.
- getCompilableText() - Method in interface org.apache.flex.compiler.mxml.IMXMLTextData
-
Gets this unit's compilable text as a String.
- getCompilableTextColumn() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getCompilableTextColumn() - Method in interface org.apache.flex.compiler.mxml.IMXMLTextData
-
Gets the column of this unit's compilable text.
- getCompilableTextEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getCompilableTextEnd() - Method in interface org.apache.flex.compiler.mxml.IMXMLTextData
-
Gets the end of this unit's compilable text.
- getCompilableTextLine() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getCompilableTextLine() - Method in interface org.apache.flex.compiler.mxml.IMXMLTextData
-
Gets the line of this unit's compilable text.
- getCompilableTextStart() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getCompilableTextStart() - Method in interface org.apache.flex.compiler.mxml.IMXMLTextData
-
Gets the start of this unit's compilable text.
- getCompilationUnit(EmbedData) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Return the compilation unit related this EmbedData, or it's equivalent.
- getCompilationUnit() - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
Get the
ICompilationUnit
related to this ASFileScope
.
- getCompilationUnit() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope.DefinitionPromise
-
Gets the
ICompilationUnit
that can satisfy this promise.
- getCompilationUnit() - Method in class org.apache.flex.compiler.internal.scopes.SWCFileScopeProvider.SWCFileScope
-
- getCompilationUnit() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the compilation unit which is building the MXML tree.
- getCompilationUnit(CompilerProject, String, ISourceLocation, IMetaTagAttribute[], Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.units.EmbedCompilationUnitFactory
-
Return an EmbedCompilationUnit based on information from the EmbedData.
- getCompilationUnitForDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Gets the
ICompilationUnit
that contains the specified
IDefinition
.
- getCompilationUnitForScope(IASScope) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Get the ICompilationUnit from which the scope is declared
- getCompilationUnits() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getCompilationUnits(String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getCompilationUnits() - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
-
- getCompilationUnits() - Method in interface org.apache.flex.compiler.internal.targets.ILibrarySWFTarget
-
Get the compilation units included in this SWF.
- getCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.LibrarySWFTarget
-
- getCompilationUnits(String) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Get all compilation units from the filename across all projects
- getCompilationUnits(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- getCompilationUnits() - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
- getCompilationUnits(String) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Get all compilation units from the filename
- getCompilationUnits(String, ICompilerProject) - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Get all compilation units in the specified project related to the
specified file name.
- getCompilationUnitsByDefinitionName(String) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Finds all the compilation units in the project that define or should
define a symbol with the specified base name.
- getCompilationUnitScopeList(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Gets the
List
of IASScope
s that have an associated ASScopeCache
or define
IDefinition
s currently in the ASProjectScope
for the specified ICompilationUnit
.
- getCompilationUnitsForReferences(Iterable<IResolvedQualifiersReference>) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Find the
ICompilationUnit
's in the project that define or should
define the definitions that the specified list of references refer to.
- getCompilationUnitsForReferences(Iterable<IResolvedQualifiersReference>, Collection<IResolvedQualifiersReference>) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Find the
ICompilationUnit
's in the project that define or should
define the definitions that the specified list of references refer to.
- getCompilationUnitsWithConflictingDefinitions(IWorkspace, Iterable<ICompilationUnit>) - Static method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Find all the
ICompilationUnit
s that define definitions with the same qualified name as the definitions defined by the
specified Iterable
of ICompilationUnit
s.
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.ABCCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.ASCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.EmbedCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.FXGCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.MXMLCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.ResourceBundleCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.ResourceModuleCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.StyleModuleCompilationUnit
-
- getCompilationUnitType() - Method in class org.apache.flex.compiler.internal.units.SWCCompilationUnit
-
- getCompilationUnitType() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
- getCompileDate() - Method in class org.apache.flex.swf.tags.ProductInfoTag
-
- getCompilerAccessible() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerActionscriptFileEncoding() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerAllowSubclassOverrides() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerBuild() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
The build number of the compiler.
- getCompilerBuild() - Method in interface org.apache.flex.swc.ISWCVersion
-
The build number of the compiler that created the SWC.
- getCompilerBuild() - Method in class org.apache.flex.swc.SWCVersion
-
- getCompilerCompatibilityVersion() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerCompatibilityVersionString() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerContextRoot() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerDefaultsCssUrl() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerDefine() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerDoc() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerExternalLibraryPath() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerGenerateAbstractSyntaxTree() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerGeneratedDirectory() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerIncludeLibraries() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerIsolateStyles() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerKeepAs3Metadata() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerLibraryPath() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerLocales() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMinimumSupportedVersion() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMinimumSupportedVersionString() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlChildrenAsData() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlCompatibilityVersion() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlCompatibilityVersionString() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlImplicitImports() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlMajorCompatibilityVersion() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlMinimumSupportedVersion() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlMinimumSupportedVersionString() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlMinorCompatibilityVersion() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerMxmlRevisionCompatibilityVersion() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerName() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
The name of the compiler.
- getCompilerName() - Method in interface org.apache.flex.swc.ISWCVersion
-
The name of the compiler that created the SWC.
- getCompilerName() - Method in class org.apache.flex.swc.SWCVersion
-
- getCompilerNamespacesManifestMappings() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerOptimize() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerPreloader() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerProblems(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getCompilerProblems(Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.units.IInvisibleCompilationUnit
-
Finds all the
ICompilerProblem
's in this IInvisibleCompilationUnit
.
- getCompilerProblemSettings() - Method in class org.apache.flex.compiler.config.Configurator
-
- getCompilerProblemSettings() - Method in interface org.apache.flex.compiler.internal.config.IConfigurator
-
Get the settings that control how compiler problems are reported.
- getCompilerProject() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getCompilerProject() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLFileNode
-
Returns the project that created this file node.
- getCompilerResourceBundlePathForLocale(String) - Method in class org.apache.flex.compiler.config.Configuration
-
Get the source paths computed from the given
locale
.
- getCompilerServices() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerSourcePath() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerSourcePathInfo() - Static method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerThemeCssFiles() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCompilerThemeFiles() - Method in class org.apache.flex.compiler.config.Configuration
-
Get normalized theme file paths.
- getCompilerVersion() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
The version of the compiler.
- getCompilerVersion() - Method in interface org.apache.flex.swc.ISWCVersion
-
The version of the compiler that created the SWC.
- getCompilerVersion() - Method in class org.apache.flex.swc.SWCVersion
-
- getCompilingForAIR() - Method in class org.apache.flex.compiler.config.Configuration
-
- getComponentFactoryClass() - Method in class org.apache.flex.compiler.config.Configuration
-
- getComponentFactoryInterface() - Method in class org.apache.flex.compiler.config.Configuration
-
- getComponents() - Method in interface org.apache.flex.swc.ISWC
-
Get the manifest information.
- getComponents() - Method in class org.apache.flex.swc.SWC
-
- getComponentTagType() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Gets the fully-qualified type name corresponding to a
tag.
- getCompositePrefixMap() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
Returns the
PrefixMap
that represents all prefix->namespace
mappings are in play on this tag.
- getCompositePrefixMap() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getCompositePrefixMap() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the namespace mapping that apply to this tag, taking ancestor tags
into account.
- getCompressedLength() - Method in class org.apache.flex.swf.Header
-
Length is the LZMA "compressedLength" from the header
- getCompression() - Method in class org.apache.flex.swf.Header
-
Check if the SWF file uses compression.
- getConditionalExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.ConditionalNode
-
- getConditionalExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.IfNode
-
- getConditionalExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.SwitchNode
-
- getConditionalExpressionNode() - Method in interface org.apache.flex.compiler.tree.as.IConditionalNode
-
Returns the
IExpressionNode
that contains the conditional
expression within this conditional
- getConditionalExpressionNodes() - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
- getConditionalExpressionNodes() - Method in interface org.apache.flex.compiler.tree.as.IForLoopNode
-
Returns an array containing the conditional expression(s)
for the
for
statement.
- getConditionalNode() - Method in class org.apache.flex.compiler.internal.tree.as.ConditionalNode
-
- getConditionalNode() - Method in class org.apache.flex.compiler.internal.tree.as.TernaryOperatorNode
-
- getConditionalNode() - Method in interface org.apache.flex.compiler.tree.as.ITernaryOperatorNode
-
returns the conditional expression that determines branch for this
expression
- getConditionalsContainerNode() - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
- getConditionalsContainerNode() - Method in interface org.apache.flex.compiler.tree.as.IForLoopNode
-
Returns the container node containing the conditional expression(s)
for the
for
statement.
- getConditions() - Method in interface org.apache.flex.compiler.css.ICSSSelector
-
Get selector conditions.
- getConditions() - Method in class org.apache.flex.compiler.internal.css.CSSSelector
-
- getConditionType() - Method in interface org.apache.flex.compiler.css.ICSSSelectorCondition
-
- getConditionType() - Method in class org.apache.flex.compiler.internal.css.CSSSelectorCondition
-
- getConfigChildren() - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
-
Returns any children created by this config processor
- getConfigNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigExpressionNode
-
- getConfigNamespaceNames() - Method in interface org.apache.flex.compiler.internal.parsing.as.IProjectConfigVariables
-
Returns the config namespace names built from commandline and project
arguments
- getConfigNamespaceNode() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigExpressionNode
-
- getConfigNamespaces() - Method in interface org.apache.flex.compiler.internal.parsing.as.IProjectConfigVariables
-
Returns the config namespaces built from commandline and project
arguments
- getConfiguration() - Method in class org.apache.flex.compiler.config.Configurator
-
- getConfigurationBuffer() - Method in class org.apache.flex.compiler.config.Configurator
-
- getConfigurationDefaultVariable() - Method in class org.apache.flex.compiler.clients.ASDOC
-
- getConfigurationDefaultVariable() - Method in class org.apache.flex.compiler.clients.COMPC
-
- getConfigurationDefaultVariable() - Method in class org.apache.flex.compiler.clients.MXMLC
-
Get the default variable for this configuration.
- getConfigurationDefaultVariable() - Method in class org.apache.flex.compiler.clients.Optimizer
-
- getConfigurationProblems() - Method in class org.apache.flex.compiler.config.Configuration
-
Get the configuration problems.
- getConfigurationProblems() - Method in class org.apache.flex.compiler.config.Configurator
-
- getConfigurationProblems() - Method in interface org.apache.flex.compiler.internal.config.IConfigurator
-
Get the configuration problems.
- getConfigValue() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigExpressionNode
-
- getConfigValueNode() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigExpressionNode
-
- getConfigVariables() - Method in interface org.apache.flex.compiler.internal.parsing.as.IProjectConfigVariables
-
Returns the config variables from commandline and project arguments
- getConfigVars() - Method in class org.apache.flex.compiler.clients.ASC
-
- getConstantValue(ConstantDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeCache
-
get the constant value for the given const definition.
- getConstructor() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Gets the constructor function for this class.
- getConstructor() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getConstructor() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getConstructorCode() - Method in class org.apache.flex.compiler.internal.codegen.databinding.MXMLBindingDirectiveHelper
-
get the instruction list for code to be added to constructor
to set up data binding.
- getConstructorNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the node representing the constructor
- getContainedClassDefinition() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLComponentNode
-
Gets the class definition of the defined class.
- getContainedClassDefinition() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDefinitionNode
-
Gets the class definition of the defined class.
- getContainedClassDefinitionNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLComponentNode
-
Gets the class-defining node which is the sole child of this node.
- getContainedClassDefinitionNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDefinitionNode
-
Gets the class-defining node which is the sole child of this node.
- getContainedScope() - Method in interface org.apache.flex.compiler.definitions.IScopedDefinition
-
Returns the scope that is contained within this definition.
- getContainedScope() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
Get the scope for this traits - will return the static scope so lookups
in the returned scope will only find statics.
- getContainedScope() - Method in class org.apache.flex.compiler.internal.definitions.ScopedDefinitionBase
-
- getContainerInterface() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getContainerType() - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
- getContainerType() - Method in interface org.apache.flex.compiler.tree.as.IContainerNode
-
Returns the type of the container that his node represents
- getContainingASScope() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getContainingClass(ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.databinding.StaticPropertyWatcherInfo
-
- getContainingClass() - Method in class org.apache.flex.compiler.internal.mxml.StateDefinitionBase
-
- getContainingClass() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Helper method to return the ClassDefinition this scope is inside of, if
there is one.
- getContainingClass() - Method in interface org.apache.flex.compiler.mxml.IStateDefinitionBase
-
Gets the
IClassDefinition
in which this
IStateDefinitionBase
occurs.
- getContainingDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
- getContainingDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Get's the
ScopedDefinitionBase
that contains this scope.
- getContainingDefinition() - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
-
- getContainingDefinition() - Method in class org.apache.flex.compiler.internal.scopes.PackageScope
-
- getContainingDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getContainingFilePath() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the file path in which this definition is defined.
- getContainingFilePath() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getContainingFilePath() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getContainingFilePath() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Get the path of the file in which this parse tree node resides.
- getContainingFilePath() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the file path in which this type is defined
- getContainingNode(int) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getContainingNode(int) - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Gets the child node that contains the offset
- getContainingPath() - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
- getContainingPath() - Method in interface org.apache.flex.compiler.scopes.IFileScope
-
- getContainingScope() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the scope in which this definition exists.
- getContainingScope() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getContainingScope() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getContainingScope() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getContainingScope() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
- getContainingScope() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getContainingScope() - Method in interface org.apache.flex.compiler.scopes.IASScope
-
Gets the scope that lexically contains this scope.
- getContainingScope() - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Gets the containing scope for this node
- getContainingScopeExplicitImports(CompilerProject, String, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Get the additional namespaces for a reference, if the name has been explicitly imported in
a containing scope
- getContainingScopeExplicitImports(CompilerProject, String, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.PackageScope
-
Get the additional namespaces for a reference, if the name has been explicitly imported in
a containing scope.
- getContainingSourceFilePath(ICompilerProject) - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the source file path in which this definition is defined.
- getContainingSourceFilePath(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getContainingSourceFilePath(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getContainingSourcePath(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
Resolve the source file path of the given definition QName.
- getContainingSourcePath(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
- getContainingSourcePath(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getContainingSourcePath(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.scopes.SWCFileScopeProvider.SWCFileScope
-
- getContainingSourcePath(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getContainingSWCPath() - Method in interface org.apache.flex.swc.ISWCFileEntry
-
Get the path of the SWC in which this file is contained
- getContainingTag(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getContainingTag(int) - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Get the nearest containing tag.
- getContent() - Method in class org.apache.flex.compiler.internal.mxml.MXMLInstructionData
-
- getContent() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getContent() - Method in interface org.apache.flex.compiler.mxml.IMXMLInstructionData
-
Returns the content of the processing instruction.
- getContent() - Method in interface org.apache.flex.compiler.mxml.IMXMLTextData
-
Gets the content of the text.
- getContentEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getContentEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getContentEnd() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Returns the offset after the last character of actual content.
- getContents() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
Return the text contained within this unit, without any opening or
closing delimiters
- getContents() - Method in class org.apache.flex.compiler.internal.tree.as.parts.FunctionContentsPart
-
- getContents() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IFunctionContentsPart
-
Get the contents of this function
- getContentsColumn() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getContentsEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getContentsLine() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getContentsNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
-
- getContentsNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseStatementNode
-
- getContentsNode() - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
- getContentsNode() - Method in class org.apache.flex.compiler.internal.tree.as.TryNode
-
- getContentsNode() - Method in interface org.apache.flex.compiler.tree.as.ILiteralContainerNode
-
- getContentsStart() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getContentStart() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getContentStart() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getContentStart() - Method in interface org.apache.flex.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.flex.compiler.config.ConfigurationValue
-
getContext
- getContext(int) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Get the current context as a string (to help with debugging)
- getContext(int) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Get the current context as a string (to help with debugging)
- getContext() - Method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
Helper method to determine in what context this expression is being used
in.
- getContingentDefinitions() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getControlDeltaX() - Method in class org.apache.flex.swf.types.CurvedEdgeRecord
-
- getControlDeltaY() - Method in class org.apache.flex.swf.types.CurvedEdgeRecord
-
- getControlTags() - Method in class org.apache.flex.swf.tags.DefineSpriteTag
-
- getConvolutionFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getCount(String) - Method in class org.apache.flex.compiler.internal.common.Counter
-
Gets the count with the specified name.
- getCreateTargetWithErrors() - Method in class org.apache.flex.compiler.config.Configuration
-
- getCsmTableHint() - Method in class org.apache.flex.swf.tags.DefineFontAlignZonesTag
-
- getCSMTextSettings() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
- getCSMTextSettings() - Method in class org.apache.flex.swf.tags.DefineTextTag
-
- getCSS(String) - Method in interface org.apache.flex.compiler.css.ICSSManager
-
Get a CSS model from the CSS cache.
- getCSS(String) - Method in class org.apache.flex.compiler.internal.css.CSSManager
-
- getCSSCompilationSession() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getCSSCompilationSession() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
Get the CSS semantic information.
- getCSSCompilationSession() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLFileNode
-
Get the CSS semantic information.
- getCSSDocument(Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLStyleNode
-
Get the CSS model from the
<fx:Style>
tag.
- getCSSDocumentCache() - Method in interface org.apache.flex.swc.ISWCManager
-
- getCSSDocumentCache() - Method in class org.apache.flex.swc.SWCManager
-
- getCSSFromStyleModules() - Method in interface org.apache.flex.compiler.css.ICSSManager
-
- getCSSFromStyleModules() - Method in class org.apache.flex.compiler.internal.css.CSSManager
-
- getCSSFromSWCDefaultStyle() - Method in interface org.apache.flex.compiler.css.ICSSManager
-
- getCSSFromSWCDefaultStyle() - Method in class org.apache.flex.compiler.internal.css.CSSManager
-
- getCSSFromThemes(Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.css.ICSSManager
-
- getCSSFromThemes(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.css.CSSManager
-
- getCSSManager() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getCSSManager() - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Get the project-level CSS manager.
- getCSSStyleDeclarationClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getCSSStyleDeclarationClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getCSSSyntax() - Method in interface org.apache.flex.compiler.css.ICSSSelector
-
This API is explicitly added so that no CSS compilation logic will depend
on
toString()
value of an ICSSNode
.
- getCSSSyntax() - Method in class org.apache.flex.compiler.internal.css.CSSSelector
-
- getCTraitsVisitor() - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
- getCurrentBlock() - Method in class org.apache.flex.abc.models.TreeModelEncoder
-
Get the block currently being analyzed.
- getCurrentFillStyle0() - Method in class org.apache.flex.swf.builders.ShapeBuilder
-
Gets the current fill style index.
- getCurrentFillStyle1() - Method in class org.apache.flex.swf.builders.ShapeBuilder
-
Gets the current fill style 1 index.
- getCurrentLineStyle() - Method in class org.apache.flex.swf.builders.ShapeBuilder
-
Gets the current line style index.
- getCurrentSourceLocation(int) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Create a
ISourceLocation
object based on the current lexer state.
- getCursor() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getData() - Method in class org.apache.flex.swf.tags.DefineBinaryDataTag
-
A blob of binary data, up to the end of the tag.
- getData() - Method in class org.apache.flex.swf.tags.DefineBitsLosslessTag
-
- getData() - Method in class org.apache.flex.swf.tags.DefineBitsTag
-
- getData() - Method in interface org.apache.flex.swf.tags.IDefineBinaryImageTag
-
- getData() - Method in class org.apache.flex.swf.types.ZoneData
-
- getDataBytes(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
Read the original bytes of the embedded asset
- getDataStream(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
-
Get the input stream of the embedded asset
- getDeblocking() - Method in class org.apache.flex.swf.tags.DefineVideoStreamTag
-
- getDebugFile() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getDebugPassword() - Method in class org.apache.flex.compiler.config.Configuration
-
Lets you engage in remote debugging sessions with the Flash IDE.
- getDeclarationEnd() - Method in class org.apache.flex.compiler.internal.tree.as.AccessorNode
-
- getDeclarationEnd() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
- getDeclarationEnd() - Method in class org.apache.flex.compiler.internal.tree.as.VariableNode
-
- getDeclarationEnd() - Method in interface org.apache.flex.compiler.tree.as.IVariableNode
-
Get the local end offset of this variable declaration.
- getDeclarationInstanceNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDeclarationsNode
-
Gets the instance nodes which are the children of this node.
- getDeclarationsNodes() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getDeclarationsNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets an array of all the child nodes that represent
tags.
- getDecoratedDefinition() - Method in interface org.apache.flex.compiler.definitions.IMetadataDefinition
-
Gets the definition that this metadata is decorating.
- getDecoratedDefinition() - Method in interface org.apache.flex.compiler.definitions.metadata.IMetaTag
-
Gets the definition to which this metadata annotation is attached.
- getDecoratedDefinition() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getDecoratedDefinition() - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getDecoratedDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
-
- getDecoratedDefinitionNode() - Method in interface org.apache.flex.compiler.common.IDecoration
-
Returns the parent that is being decorated by this
IDecoration
- getDecoratedDefinitionNode() - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getDecoratedDefinitionNode() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- getDecoratedDefinitionNode() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- getDecoratedDefinitionNode() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNamespaceExpressionNode
-
- getDecorationNode() - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Get the appropriate node at which to start decoration.
- getDecorationNode() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- getDecorationPart() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getDefaultArgValues() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
Get any default values for an argument
- getDefaultBackgroundColor() - Method in class org.apache.flex.compiler.config.Configuration
-
- getDefaultBackgroundColor() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultBackgroundColor() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the default background color.
- getDefaultBackgroundColor() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDefaultColor() - Method in class org.apache.flex.swf.types.ConvolutionFilter
-
- getDefaultConstructorNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the node representing the default constructor (if there's no explicit
constructor)
- getDefaultCSS(File) - Method in interface org.apache.flex.compiler.css.ICSSManager
-
Get the model for "defaults.css" in the given SWC file.
- getDefaultCSS() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultCSS(File) - Method in class org.apache.flex.compiler.internal.css.CSSManager
-
- getDefaultCSS() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the location of the default CSS file.
- getDefaultCSS() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDefaultFrameRate() - Method in class org.apache.flex.compiler.config.Configuration
-
- getDefaultFrameRate() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultFrameRate() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the default frame rate.
- getDefaultFrameRate() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDefaultHandler() - Static method in class org.apache.flex.compiler.internal.fxg.sax.FXGVersionHandlerRegistry
-
Returns the default FXGVersion Handler - FXG 2.0 in this case
- getDefaultHeight() - Method in class org.apache.flex.compiler.config.Configuration
-
- getDefaultHeight() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultHeight() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the default height.
- getDefaultHeight() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDefaultNamespaceDefinition() - Method in interface org.apache.flex.compiler.css.ICSSDocument
-
Get the default
ICSSNamespaceDefinition
for this CSS document.
- getDefaultNamespaceDefinition() - Method in class org.apache.flex.compiler.internal.css.CSSDocument
-
- getDefaultNamespaceDefinition(IASScope) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getDefaultNode() - Method in class org.apache.flex.compiler.internal.tree.as.SwitchNode
-
- getDefaultNode() - Method in interface org.apache.flex.compiler.tree.as.ISwitchNode
-
Returns the default clause of this switch statement
- getDefaultPropertyName(ICompilerProject) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Gets the name of the default property for this class.
- getDefaultPropertyName() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getDefaultPropertyName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getDefaultPropertyName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getDefaultScriptRecursionLimit() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultScriptRecursionLimit() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the default script recursion limit.
- getDefaultScriptRecursionLimit() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDefaultScriptTimeLimit() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultScriptTimeLimit() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the default script time limit.
- getDefaultScriptTimeLimit() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDefaultsCSS(ISWC, Integer) - Method in class org.apache.flex.compiler.internal.caches.CSSDocumentCache
-
Get the "default" CSS model in a SWC library.
- getDefaultsCSSFiles() - Method in class org.apache.flex.compiler.config.Configuration
-
List of filenames of defaults style stylesheets (css only).
- getDefaultsCSSFiles() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultsCSSFiles() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
- getDefaultsCSSFiles() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDefaultValue() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getDefaultValue(String, String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- getDefaultValue() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getDefaultValue() - Method in interface org.apache.flex.compiler.tree.as.IParameterNode
-
Returns the optional default value specified by the default value passed
into an argument
- getDefaultValues() - Method in class org.apache.flex.abc.semantics.MethodInfo
-
- getDefaultWidth() - Method in class org.apache.flex.compiler.config.Configuration
-
- getDefaultWidth() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getDefaultWidth() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the default width.
- getDefaultWidth() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getDeferredImmediateInstruction(int) - Static method in class org.apache.flex.abc.semantics.InstructionFactory
-
- getDeferredInstanceFromClassClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getDeferredInstanceFromFunctionClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getDeferredInstanceFromFunctionName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getDeferredInstanceInterface() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getDeferredInstantiationUIComponentInterface() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getDefinedClasses() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Get a list of the defined classes
- getDefinition() - Method in class org.apache.flex.compiler.internal.as.codegen.Binding
-
- getDefinition(int) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getDefinition(String) - Method in class org.apache.flex.compiler.internal.fxg.dom.LibraryNode
-
Locates a Definition node in this Library by name.
- getDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
- getDefinition(int) - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionSet
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
-
Always returns null, these scopes don't have associated defns
- getDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getDefinition(int) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionSet
-
- getDefinition(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the definition associated with a IASNode.
- getDefinition(IASNode, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the definition associated with a IASNode.
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigConstNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigNamespaceNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EffectTagNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EventTagNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.StyleTagNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getDefinition() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getDefinition() - Method in interface org.apache.flex.compiler.scopes.IASScope
-
Gets the scoped definition that produced this scope.
- getDefinition(int) - Method in interface org.apache.flex.compiler.scopes.IDefinitionSet
-
Gets a definition in this set, by index.
- getDefinition() - Method in interface org.apache.flex.compiler.tree.as.ICommonClassNode
-
Returns the class definition corresponding to this class node.
- getDefinition() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
- getDefinition() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
- getDefinition() - Method in interface org.apache.flex.compiler.tree.as.IInterfaceNode
-
Gets the symbol that represents this
IInterfaceNode
- getDefinition() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLSpecifierNode
-
Resolves the name of the property, style, or event to its definition.
- getDefinitionByName - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
-
- getDefinitionInstance(String) - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getDefinitionName(Name) - Static method in class org.apache.flex.compiler.internal.abc.ScopedDefinitionTraitsVisitor
-
- getDefinitionName() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDefinitionNode
-
Gets the tag name of the definition as specified by the
name
attribute on the <Definition>
tag.
- getDefinitionNames() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getDefinitionNames() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the list of all the top-level, externally-visible definitions in the
ITarget
.
- getDefinitionNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLLibraryNode
-
Gets the nodes representing the
<fx:Definition>
tags
inside the <fx:Library>
tag.
- getDefinitionOfUnderlyingType(IASNode, boolean, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the definition of the explicit or implicit type underlying
an iNode's reference(s).
- getDefinitionOfUnderlyingType(IASNode, boolean) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the definition of the explicit or implicit type underlying
an iNode's reference(s).
- getDefinitionPriority() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getDefinitionPriority() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getDefinitionPriority() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
Gets the definition priority for definitions defined by the compilation
unit.
- getDefinitionPromises() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getDefinitionPromises() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getDefinitionPromises() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
- getDefinitions() - Method in interface org.apache.flex.swc.ISWCScript
-
Get a list of QNames declared in the
<def>
tags.
- getDefinitions() - Method in class org.apache.flex.swc.SWCScript
-
- getDefinitionSet(int) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- getDefinitionSet(int) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- getDefinitionSet(int) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- getDefinitionSet(int) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- getDefinitionSet(int) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
-
Gets the definition set stored in the specified field.
- getDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.EmptyDefinitionStore
-
- getDefinitionSetByName(String) - Method in interface org.apache.flex.compiler.internal.scopes.IDefinitionStore
-
Gets the set of definitions in this store that have a specified base name.
- getDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionStore
-
- getDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore1
-
- getDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore2
-
- getDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore4
-
- getDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStore8
-
- getDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
-
- getDelegate() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getDelegates() - Method in class org.apache.flex.compiler.internal.css.CSSLexer
-
- getDelegates() - Method in class org.apache.flex.compiler.internal.css.CSSLexer
-
- getDelegates() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- getDelegates() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- getDelegates() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- getDelegates() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- getDeltaX() - Method in class org.apache.flex.swf.types.StraightEdgeRecord
-
- getDeltaY() - Method in class org.apache.flex.swf.types.StraightEdgeRecord
-
- getDependencies() - Method in class org.apache.flex.compiler.fxg.flex.FlexFXG2SWFTranscoder
-
- getDependencies() - Method in interface org.apache.flex.compiler.fxg.IFXGTranscoder
-
Returns a list of types the FXG processed by this transcoder depends
on.
- getDependencies() - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
-
- getDependencies(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Gets the set of dependencies referenced by the specified
ICompilationUnit
. in the absence of wierd things like
defaults/theme css, this is just the set of ICompilationUnit
's
that define definitions directly referenced by the specified
ICompilationUnit
.
- getDependencies(String) - Method in class org.apache.flex.compiler.internal.projects.LibraryDependencyGraph
-
Get the set of all libraries a given library is dependent on.
- getDependencies() - Method in interface org.apache.flex.swc.ISWCScript
-
Get a map of dependencies and their dependency types.
- getDependencies() - Method in class org.apache.flex.swc.SWCScript
-
- getDependenciesOnDefinition(String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getDependenciesOnUnfoundDefinition(String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getDependenciesOnUnfoundReferencedSourceFile(String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
gets the set of all compilation units that have an unsatisfied reference to a given file.
- getDependencyGraph() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getDependencyGraphOutput() - Method in class org.apache.flex.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.
- getDependencyOrder() - Method in class org.apache.flex.compiler.internal.projects.LibraryDependencyGraph
-
- getDependencyReport() - Method in class org.apache.flex.swc.SWCDepends.DependencyConfiguration
-
- getDependencySet(ICompilationUnit, ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
-
Finds the named dependencies between two compilation unit
- getDependencySet(String, String) - Method in class org.apache.flex.compiler.internal.projects.LibraryDependencyGraph
-
Finds the named dependencies between two compilation units.
- getDependencyType() - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Compute the type of dependency between two compilation unit this
expression node creates.
- getDependencyTypes(ICompilationUnit, ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
-
Finds the dependencies between two
ICompilationUnit
s
- getDependencyTypes(String, String) - Method in class org.apache.flex.compiler.internal.projects.LibraryDependencyGraph
-
Finds the dependencies between two compilation units.
- getDependentCompilationUnits(Collection<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.Target
-
Computes the set of all all
ICompilationUnit
's whose output is
part of the output of this target.
- getDependentCompilationUnitsFromCSS(CSSCompilationSession, ICSSDocument, Collection<IDefinition>, Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.css.ICSSManager
-
Find all the compilation units that the given
definitions
depend
on in the given cssDocument
.
- getDependentCompilationUnitsFromCSS(CSSCompilationSession, ICSSDocument, Collection<IDefinition>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.css.CSSManager
-
- getDependingProjects() - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- getDependingProjects() - Method in interface org.apache.flex.compiler.projects.IASProject
-
- getDeprecatedMessage() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
- getDeprecatedMessage() - Method in interface org.apache.flex.compiler.definitions.IMetadataDefinition
-
Gets the value of the
deprecatedMessage
attribute.
- getDeprecatedMessage() - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getDeprecatedReplacement() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
- getDeprecatedReplacement() - Method in interface org.apache.flex.compiler.definitions.IMetadataDefinition
-
Gets the value of the
deprecatedReplacement
attribute.
- getDeprecatedReplacement() - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getDeprecatedSince() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
- getDeprecatedSince() - Method in interface org.apache.flex.compiler.definitions.IMetadataDefinition
-
Gets the value of the
deprecatedSince
attribute.
- getDeprecatedSince() - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getDeprecationInfo() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the information in the definition's
[Deprecated]
metadata.
- getDeprecationInfo() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getDepth() - Method in class org.apache.flex.swf.tags.PlaceObjectTag
-
- getDepth() - Method in class org.apache.flex.swf.tags.RemoveObject2Tag
-
- getDepth() - Method in class org.apache.flex.swf.tags.RemoveObjectTag
-
- getDepth() - Method in class org.apache.flex.swf.tags.SetTabIndexTag
-
- getDescription() - Method in class org.apache.flex.compiler.asdoc.ASDocComment
-
- getDescription() - Method in interface org.apache.flex.compiler.asdoc.IASDocComment
-
- getDescription() - Method in interface org.apache.flex.compiler.asdoc.IASDocTag
-
- getDescription(ConfigurationBuffer, String, LocalizationManager, String) - Static method in class org.apache.flex.compiler.config.CommandLineConfigurator
-
- getDescription() - Method in class org.apache.flex.compiler.internal.css.CSSLexer.DFA42
-
- getDescription() - Method in class org.apache.flex.compiler.internal.css.CSSLexer.DFA42
-
- getDesignLayerQName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getDesiredScriptDependencyTypes() - Method in class org.apache.flex.swc.SWCDepends.DependencyConfiguration
-
- getDestinationAttributeNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLBindingNode
-
The destination of the binding, as specified by the
destination
attribute.
- getDestinationString() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingInfo
-
- getDiagnosticString(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get an abstract string description of a node, suitable for a diagnostic.
- getDialect() - Method in class org.apache.flex.compiler.clients.ASC
-
- getDialectForLanguageNamespace(String) - Static method in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
Gets the
MXMLDialect
object corresponding to a specified
language namespace.
- getDigests() - Method in interface org.apache.flex.swc.ISWCLibrary
-
Get the digests of the library.
- getDigests() - Method in class org.apache.flex.swc.SWCLibrary
-
- getDigitCase(IFXGNode, String, DigitCase, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a DigitCase enumeration.
- getDigitWidth(IFXGNode, String, DigitWidth, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a DigitWidth enumeration.
- getDirectByteArray() - Method in class org.apache.flex.utils.DAByteArrayOutputStream
-
Get the byte array contained within this stream.
- getDirectDependencies(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getDirectDependencies(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
-
Get the Set of
ICompilationUnit
's depended on directly by the specified ICompilationUnit
.
- getDirectDependencies(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.targets.FlexAppSWFTarget
-
- getDirectDependencies(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.targets.FlexLibrarySWFTarget
-
- getDirectDependencies(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.targets.Target
-
- getDirectDependencies(ICompilationUnit) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Gets the set of compilation units depended on directly
by the specified compilation unit.
- getDirection(IFXGNode, String, Direction, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a Direction enumeration.
- getDirectReverseDependencies(ICompilationUnit, DependencyTypeSet) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getDirectReverseDependencies(ICompilationUnit, DependencyTypeSet) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
-
Get the Set of
ICompilationUnit
's that directly depended on the specified ICompilationUnit
.
- getDirectReverseDependencies(ICompilationUnit, DependencyTypeSet) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Gets the set of compilation units that directly depend on the specified compilation unit.
- getDisplayString() - Method in interface org.apache.flex.compiler.definitions.references.IReference
-
Gets a string representation of this reference suitable for display
in the description of a compiler problem.
- getDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.references.BuiltinReference
-
- getDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.references.LexicalReference
-
- getDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.references.NotATypeReference
-
- getDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.references.ParameterizedReference
-
- getDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedQualifiersReference
-
- getDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedReference
-
- getDisplayString() - Method in class org.apache.flex.compiler.internal.tree.as.MemberAccessExpressionNode
-
- getDisplayString() - Method in interface org.apache.flex.compiler.tree.as.IMemberAccessExpressionNode
-
Returns a string representation of this member access node, including the operator.
- getDisplayString() - Method in class org.apache.flex.utils.Version
-
Converts this
Version to a string for display.
- getDistance() - Method in class org.apache.flex.swf.types.BevelFilter
-
- getDistance() - Method in class org.apache.flex.swf.types.DropShadowFilter
-
- getDistance() - Method in class org.apache.flex.swf.types.GradientGlowFilter
-
- getDITAList() - Method in interface org.apache.flex.swc.ISWC
-
Get the
IDITAList
for any DITA entries contained in this SWC
- getDITAList() - Method in class org.apache.flex.swc.SWC
-
- getDivisor() - Method in class org.apache.flex.swf.types.ConvolutionFilter
-
- getDoABCTagName() - Method in class org.apache.flex.compiler.internal.units.requests.SWFTagsRequestResult
-
- getDoABCTagName() - Method in interface org.apache.flex.compiler.units.requests.ISWFTagsRequestResult
-
Gets the name of the abc tag that
ISWFTagsRequestResult.addToFrame(SWFFrame)
will add to a
frame.
- getDocumentNode() - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
-
- getDocumentNode() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- getDocumentNode() - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- getDocumentNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getDocumentNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
-
- getDocumentNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLFileNode
-
Returns the node representing the root tag within this file.
- getDocumentNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLNode
-
Gets the closest ancestor node that is the root node of the MXML file.
- getDocumentPath() - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
-
- getDocumentPath() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- getDocumentPath() - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- getDocumentPath() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getDocumentPath() - Method in class org.apache.flex.compiler.internal.fxg.sax.FXGSAXScanner
-
Get document path used for logging.
- getDocumentPrefixMap() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Returns a collection of prefix->namespaces mappings found within this
document.
- getDominanceFrontiers() - Method in class org.apache.flex.abc.graph.algorithms.DominatorTree
-
Compute and/or fetch the dominance frontiers as a Multimap.
- getDominantBaseline(IFXGNode, String, DominantBaseline, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a DominantBaseline enumeration.
- getDominatorTree() - Method in class org.apache.flex.abc.graph.algorithms.DominatorTree
-
Compute and/or fetch the dominator tree as a Multimap.
- getDominatorTree() - Method in interface org.apache.flex.abc.graph.IFlowgraph
-
Touch the graph's dominator tree and fetch it.
- getDominatorTree() - Method in class org.apache.flex.abc.semantics.ControlFlowGraph
-
Touch the graph's dominator tree and fetch it.
- getDotSWCExt() - Static method in class org.apache.flex.compiler.common.LibraryPathUtils
-
- getDoubleContent(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
- getDoublePool() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
double pool, has default zero entry.
- getDoubleValue() - Method in class org.apache.flex.abc.semantics.PooledValue
-
- getDropShadowColor() - Method in class org.apache.flex.swf.types.DropShadowFilter
-
- getDropShadowFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getDumpConfig() - Method in class org.apache.flex.compiler.config.Configuration
-
- getEdge(V, V) - Method in class org.apache.flex.compiler.internal.graph.Graph
-
- getEdge(V, V) - Method in interface org.apache.flex.compiler.internal.graph.IGraph
-
Gets the edge in the graph that connects the two specified vertices.
- getEdge(V, V) - Method in class org.apache.flex.compiler.internal.graph.SynchronizedGraph
-
- getEdgeBounds() - Method in class org.apache.flex.swf.tags.DefineShape4Tag
-
- getEdition() - Method in class org.apache.flex.swf.tags.ProductInfoTag
-
- getEffectDefinition(IWorkspace, String) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Gets an effect definition for an effect declared on this class with a
particular name such as
"moveEffect"
.
- getEffectDefinition(IWorkspace, String) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getEffectDefinition(IWorkspace, String) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getEffectDefinitions(IWorkspace) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Gets the effect definitions for effects declared on this class.
- getEffectDefinitions(IWorkspace) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getEffectDefinitions(IWorkspace) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getEffectiveID() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLInstanceNode
-
The compile-time identifier used by the compiler for this instance.
- getElementName() - Method in interface org.apache.flex.compiler.css.ICSSSelector
-
Get the element name.
- getElementName() - Method in class org.apache.flex.compiler.internal.css.CSSSelector
-
- getElementNodes(String) - Method in class org.apache.flex.compiler.internal.fxg.sax.AbstractFXGVersionHandler
-
- getElementNodes(String) - Method in interface org.apache.flex.compiler.internal.fxg.sax.IFXGVersionHandler
-
- getElements() - Method in class org.apache.flex.compiler.internal.css.CSSArrayPropertyValue
-
- getElseIfNodes() - Method in class org.apache.flex.compiler.internal.tree.as.IfNode
-
- getElseIfNodes() - Method in interface org.apache.flex.compiler.tree.as.IIfNode
-
Returns an in-order array of else if statements that are branches of this
if statement
- getElseNode() - Method in class org.apache.flex.compiler.internal.tree.as.IfNode
-
- getElseNode() - Method in interface org.apache.flex.compiler.tree.as.IIfNode
-
Returns the else clause of this if statement
- getEmbedAsCFF() - Method in class org.apache.flex.compiler.internal.css.CSSFontFace
-
- getEmbedData() - Method in class org.apache.flex.compiler.internal.units.EmbedCompilationUnit
-
- getEmbedData(CompilerProject, String, String, ISourceLocation, IMetaTagAttribute[], Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.units.EmbedCompilationUnitFactory
-
Return an EmbedData based on information from the meta data attributes.
- getEmbedDatas() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Returns all EmbedDatas
- getEmbeddedAsset(CompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Get any embedded data decorating the class definition
- getEmbeddedFilenames() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getEmbeddedFilenames() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getEmbeddedFilenames() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
- getEmbedNodes() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getEmbedNodes() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getEmbedNodes() - Method in interface org.apache.flex.compiler.tree.as.IFileNodeAccumulator
-
Returns the list of EmbedNodes
- getEmbedNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLFileNode
-
Returns a list of nodes representing embedded assets.
- getEmbeds() - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getEmbeds() - Method in class org.apache.flex.compiler.internal.units.requests.ABCBytesRequestResult
-
- getEmbeds() - Method in interface org.apache.flex.compiler.units.requests.IABCBytesRequestResult
-
- getEmitDebugInfo() - Method in class org.apache.flex.compiler.clients.ASC
-
- getEmitDocInfo() - Method in class org.apache.flex.compiler.clients.ASC
-
- getEmitMetadata() - Method in class org.apache.flex.compiler.clients.ASC
-
- getEmittingLocalFunctions() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getEmittingLocalFunctions() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
flag to determine whether to emit the local function
or a reference to it
- getEnableDebugger2() - Method in interface org.apache.flex.swf.ISWF
-
- getEnableDebugger2() - Method in class org.apache.flex.swf.SWF
-
- getEnableRuntimeDesignLayers() - Method in class org.apache.flex.compiler.config.Configuration
-
- getEnableSwcVersionFiltering() - Method in class org.apache.flex.compiler.config.Configuration
-
- getEnableTelemetry() - Method in interface org.apache.flex.swf.ISWF
-
Get the
EnableTelemetryTag
tag.
- getEnableTelemetry() - Method in class org.apache.flex.swf.SWF
-
- getEnclosingClassName(IASNode, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the name of the class enclosing an instance function in which
some problematic construct resides.
- getEnclosingClassName(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the name of the class enclosing an instance function in which
some problematic construct resides.
- getEnclosingFrame() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getEnclosingFunctionDefinition(IASNode, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find the definition of the function that encloses the given node, if any.
- getEnclosingFunctionDefinition(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Find the definition of the function that encloses the given node, if any.
- getEncodedDebugFile(String) - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getEncodedDebugFiles() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getEnd() - Method in interface org.apache.flex.compiler.common.ISourceLocation
-
Gets the local ending offset.
- getEnd() - Method in class org.apache.flex.compiler.common.SourceLocation
-
- getEnd() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the local ending offset of this entire definition (not just the
name).
- getEnd() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getEnd() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getEnd() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getEnd() - Method in class org.apache.flex.compiler.internal.definitions.MetadataDefinitionBase
-
- getEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getEnd() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getEnd() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Get the node's local end offset.
- getEnd() - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Gets the ending offset of the last unit.
- getEnd() - Method in interface org.apache.flex.compiler.parsing.ICMToken
-
Returns the end offset of this token
- getEnd() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getEndBitmapMatrix() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
Matrix for bitmap fill for end shape.
- getEndBounds() - Method in class org.apache.flex.swf.tags.DefineMorphShapeTag
-
Bounds of the end shape.
- getEndCapStyle() - Method in class org.apache.flex.swf.types.LineStyle2
-
- getEndCapStyle() - Method in class org.apache.flex.swf.types.MorphLineStyle2
-
Get end cap style.
- getEndColor() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
Solid fill color with opacity information for end shape.
- getEndColor() - Method in class org.apache.flex.swf.types.MorphGradRecord
-
Get color of gradient for end shape.
- getEndColor() - Method in class org.apache.flex.swf.types.MorphLineStyle
-
Color value including alpha channel information for end shape.
- getEndColumn() - Method in interface org.apache.flex.compiler.common.ISourceLocation
-
Gets the local column number at the end.
- getEndColumn() - Method in class org.apache.flex.compiler.common.SourceLocation
-
Get the column number where this node ends.
- getEndColumn() - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
-
- getEndColumn() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getEndColumn() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- getEndColumn() - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- getEndColumn() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getEndColumn() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getEndEdgeBounds() - Method in class org.apache.flex.swf.tags.DefineMorphShape2Tag
-
Bounds of the end shape, excluding strokes.
- getEndEdges() - Method in class org.apache.flex.swf.tags.DefineMorphShapeTag
-
Get end edges.
- getEndGradientMatrix() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
Matrix for gradient fill for end shape.
- getEndLine() - Method in interface org.apache.flex.compiler.common.ISourceLocation
-
Gets the local line number at the end.
- getEndLine() - Method in class org.apache.flex.compiler.common.SourceLocation
-
Get the line number where this node ends.
- getEndLine() - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
-
- getEndLine() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getEndLine() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- getEndLine() - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- getEndLine() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getEndLine() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getEndOffset() - Method in class org.apache.flex.compiler.internal.parsing.as.StreamingASTokenizer
-
Retrieve the end offset of the file.
- getEndRatio() - Method in class org.apache.flex.swf.types.MorphGradRecord
-
Get the ratio value for end shape.
- getEndWidth() - Method in class org.apache.flex.swf.types.MorphLineStyle
-
Width of line in end shape in twips.
- getEntries() - Method in interface org.apache.flex.compiler.internal.filespecs.IZipFileSpecification
-
Returns an iterator to the names of all the entries in this zip file
- getEntries() - Method in class org.apache.flex.compiler.internal.filespecs.ZipFileSpecification
-
- getEntries() - Method in interface org.apache.flex.swc.dita.IDITAList
-
Returns all of the
IDITAEntry
elements contained within this SWC
- getEntry(String) - Method in interface org.apache.flex.swc.dita.IDITAList
-
Returns the IDITAEntry for the given package.
- getEntryStream(String) - Method in interface org.apache.flex.compiler.internal.filespecs.IZipFileSpecification
-
Creates a stream to a given entry within the SWC file
- getEntryStream(String) - Method in class org.apache.flex.compiler.internal.filespecs.ZipFileSpecification
-
- getEnumeration() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the possible values of this style, as specified by
its
enumeration
attribute.
- getEnumeration() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getEnvelopeRecords() - Method in class org.apache.flex.swf.types.SoundInfo
-
- getEnvironment() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getEnvironment() - Method in interface org.apache.flex.compiler.tree.metadata.IInspectableTagNode
-
- getEnvPoints() - Method in class org.apache.flex.swf.types.SoundInfo
-
- getEqualsOperatorEnd() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
Get the offset at which the equals operator ("=") ends
- getEqualsOperatorStart() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
Get the offset at which the equals operator ("=") starts
- getErrorProblems() - Method in class org.apache.flex.compiler.config.Configuration
-
Get the collection of user specified problem classes that should be treated as errors.
- getErrorProblems() - Method in interface org.apache.flex.compiler.config.ICompilerProblemSettings
-
A collection of problem classes that should be report as errors.
- getErrorProblems() - Method in class org.apache.flex.compiler.internal.config.CompilerProblemSettings
-
- getErrors() - Method in class org.apache.flex.abc.diagnostics.DiagnosticsAggregator
-
Get problem-level diagnostics seen by this visitor.
- getErrorsAndWarnings(Collection<ICompilerProblem>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
-
Categorize the compiler problems into two bins, errors and warning.
- getEvent() - Method in interface org.apache.flex.compiler.definitions.IEffectDefinition
-
Gets the value of this effect's
event
attribute.
- getEvent() - Method in class org.apache.flex.compiler.internal.definitions.EffectDefinition
-
- getEventDefinition(IWorkspace, String) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Gets an event definition for an event declared on this class with a
particular name such as
"click"
.
- getEventDefinition(IWorkspace, String) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getEventDefinition(IWorkspace, String) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getEventDefinitions(IWorkspace) - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Gets the event definitions for events declared on this class.
- getEventDefinitions(IWorkspace) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getEventDefinitions(IWorkspace) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getEventHandlerName(IMXMLEventSpecifierNode) - Method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
-
Determines the Name of the event handler method for an event node.
- getEventName() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EffectTagNode
-
- getEventName() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EventTriggerTagNode
-
- getEventName() - Method in interface org.apache.flex.compiler.tree.metadata.IEffectTagNode
-
Gets the name of the event that triggers the effect.
- getEventNames() - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
- getEventNode() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EffectTagNode
-
- getEventOverrideClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getEventOverrideClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getEventParameterDefinition() - Method in class org.apache.flex.compiler.internal.definitions.mxml.MXMLEventHandlerScope
-
Gets the definition of the
event
argument of the implied
event handler method.
- getEventParameterDefinition() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLEventSpecifierNode
-
Gets the definition of the
event
argument of the implied
event handler method.
- getEventSpecifierNode(String) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassReferenceNode
-
Gets the child node specifying a particular event.
- getEventSpecifierNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassReferenceNode
-
Gets all the child nodes that specify events.
- getException() - Method in exception org.apache.flex.compiler.exceptions.CodegenInterruptedException
-
- getExceptions() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getExceptionStorage() - Method in class org.apache.flex.compiler.internal.as.codegen.ExceptionHandlingContext
-
- getExceptionType() - Method in class org.apache.flex.abc.semantics.ExceptionInfo
-
- getExcludeFrom() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLInstanceNode
-
The states (or state groups) from which this instance is excluded.
- getExcludeFrom() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLReparentNode
-
The states (or state groups) in which this reparenting operation does not
apply.
- getExecutorService() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Gets the
ExecutorService
to use in this workspace.
- getExplicitFramesInformation() - Method in class org.apache.flex.compiler.internal.targets.AppSWFTarget
-
Get's a cached
FramesInformation
for frames created by the
-frames command line option.
- getExplicitImportQualifiers(CompilerProject, String) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Return the additional namespaces for a reference, if the name has been
explicitly imported.
- getExplicitImportQualifiers(CompilerProject, String) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getExplicitSourceComment() - Method in interface org.apache.flex.compiler.definitions.IDocumentableDefinition
-
Gets the
IASDocComment
for the ASDoc comment attached to
this IDocumentableDefinition
.
- getExplicitSourceComment() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseStatementExpressionNode
-
Gets the expression contained within this statement.
- getExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.DefaultXMLNamespaceNode
-
- getExpressionNode() - Method in interface org.apache.flex.compiler.tree.as.IDefaultXMLNamespaceNode
-
Gets the child node representing the namespace expression
on the right-hand-side of the statement.
- getExpressionNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLBindingAttributeNode
-
Gets the sole child of this node, which represents a binding expression.
- getExpressionNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLExpressionNode
-
Gets the value of the node as an
IExpressionNode
.
- getExpressionNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLSingleDataBindingNode
-
Gets the sole child of this node, which represents the expression within
the databinding.
- getExpressionNodeForDestination() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingInfo
-
Get the IExpressionNode that represents the destination
- getExpressionNodesForGetter() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingInfo
-
- getExpressionType() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
- getExpressionType() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorNodeBase
-
- getExpressionType() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostDecrementNode
-
- getExpressionType() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostIncrementNode
-
- getExpressionType() - Method in interface org.apache.flex.compiler.tree.as.IOperatorNode
-
Returns the type of expression that is represented by this node
- getExtendedInterfaceNodes() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- getExtendedInterfaceNodes() - Method in interface org.apache.flex.compiler.tree.as.IInterfaceNode
-
Returns the names of any interfaces that this
IInterfaceNode
directly references.
- getExtendedInterfaceReferences() - Method in interface org.apache.flex.compiler.definitions.IInterfaceDefinition
-
Returns
IReference
objects that will resolve to any interface this
interface directly extends.
- getExtendedInterfaceReferences() - Method in class org.apache.flex.compiler.internal.definitions.InterfaceDefinition
-
- getExtendedInterfaces() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- getExtendedInterfaces() - Method in interface org.apache.flex.compiler.tree.as.IInterfaceNode
-
Returns the names of any interfaces that this
IInterfaceNode
directly references.
- getExtendedInterfacesAsDisplayStrings() - Method in interface org.apache.flex.compiler.definitions.IInterfaceDefinition
-
Returns the names of any interfaces that this interface
directly references.
- getExtendedInterfacesAsDisplayStrings() - Method in class org.apache.flex.compiler.internal.definitions.InterfaceDefinition
-
- getExtendsKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the node containing the extends keyword, if one exists
- getExtendsKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
Get the node containing the extends keyword, if one exists
- getExtension() - Method in enum org.apache.flex.compiler.targets.ITarget.TargetType
-
- getExtensionLibraries() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getExtensionLibraries() - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Returns a map of extension element files to extension paths.
- getExtensions() - Method in class org.apache.flex.compiler.config.Configurator
-
- getExtensions() - Method in class org.apache.flex.compiler.internal.projects.ASSourceFileHandler
-
- getExtensions() - Method in class org.apache.flex.compiler.internal.projects.FXGSourceFileHandler
-
- getExtensions() - Method in interface org.apache.flex.compiler.internal.projects.ISourceFileHandler
-
Gets an array of Strings containing the file extensions that handler
supports.
- getExtensions() - Method in class org.apache.flex.compiler.internal.projects.MXMLSourceFileHandler
-
- getExtensions() - Method in class org.apache.flex.compiler.internal.projects.ResourceBundleSourceFileHandler
-
- getExternalLibraries() - Method in class org.apache.flex.compiler.clients.ASC
-
- getExternalLibraryPath() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getExternalLibraryPath() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a collection of libraries whose classes are not be linked
into the target.
- getExternalLibraryPath() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getExternallyVisibleDefinitions() - Method in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
Get all the public definitions.
- getExternallyVisibleDefinitions() - Method in interface org.apache.flex.compiler.units.requests.IFileScopeRequestResult
-
- getExternalMXMLData(IMXMLTagAttributeData, String) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the
IMXMLData
representation of an external file specified by
a source
attribute.
- getExterns() - Method in class org.apache.flex.compiler.config.Configuration
-
- getExterns() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getExterns() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a list of fully qualified class names that should not be linked
into the target.
- getExterns() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getFactoryInterface() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getFatalProblems() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Check for fatal problems, that would prevent us from successfully compiling.
- getFatalProblems() - Method in class org.apache.flex.compiler.internal.targets.Target
-
- getFile() - Method in interface org.apache.flex.swc.io.ISWCReader
-
Get the file handler of the SWC file.
- getFile() - Method in class org.apache.flex.swc.io.SWCReader
-
- getFile(String) - Method in interface org.apache.flex.swc.ISWC
-
Get the asset information encoded in the file tags for the specific filename
- getFile(String) - Method in class org.apache.flex.swc.SWC
-
- getFile() - Method in class org.apache.flex.utils.FileID
-
- getFileAttributes(ISWF) - Static method in class org.apache.flex.swf.SWF
-
Get a
FileAttributes
tag from an ISWF
object.
- getFileAttributes() - Method in class org.apache.flex.swf.SWF
-
Expose the FileAttributes tag for
SWFWriter
.
- getFileContent(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.units.ResourceBundleCompilationUnit
-
Returns the content of the file processed by this compilation unit.
- getFileEntryFromLibraryPath(String) - Method in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
Search the library path for file entries matching the filename
- getFileHandle() - Method in class org.apache.flex.compiler.filespecs.BaseFileSpecification
-
Returns the file handle.
- getFileLastModified() - Method in class org.apache.flex.compiler.internal.units.ResourceBundleCompilationUnit
-
Get the time-stamp of the properties file processed by this compilation
unit.
- getFilename(int) - Method in class org.apache.flex.compiler.internal.parsing.as.OffsetLookup
-
Get the name of the file that contains the given absolute offset.
- getFileName(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Helper method to get the file path from an IASNode
- getFilename() - Method in class org.apache.flex.compiler.workspaces.IInvalidationListener.InvalidatedDefinition
-
- getFilenameNoPath() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getFileNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
-
- getFileNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
- getFileNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLNode
-
Gets the root file node.
- getFilePrivateNamespaceReference() - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
- getFiles() - Method in interface org.apache.flex.swc.ISWC
-
Get the assets information encoded in the file tags.
- getFiles() - Method in class org.apache.flex.swc.SWC
-
- getFileScope() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getFileScope() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getFileScope() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getFileScope() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
- getFileScope() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getFileScope() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the file scope previously built for thsi compilation unit.
- getFileScopeCache() - Method in interface org.apache.flex.swc.ISWCManager
-
Get file scope cache.
- getFileScopeCache() - Method in class org.apache.flex.swc.SWCManager
-
- getFileScopeRequest() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getFileScopeRequest() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getFileScopeRequest() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
Gets the request object from which the caller can extract the root scope,
AST, and any parsing ICompilerProblems, for the CompilationUnit.
- getFileScopes() - Method in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
- getFileSpecificaitonGetter() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
Gets the
IFileSpecificationGetter
for that was used to open
included files when this FileNode
was parsed.
- getFileSpecification(String) - Method in interface org.apache.flex.compiler.common.IFileSpecificationGetter
-
Returns the most recent
IFileSpecification
given to the
implementation for a specified path.
- getFileSpecification() - Method in class org.apache.flex.compiler.common.NodeReference
-
Get the file spec for this Node
- getFileSpecification() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getFileSpecification() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getFileSpecification() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getFileSpecification() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getFileSpecification() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getFileSpecification() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getFileSpecification() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the file specification of the MXML file.
- getFileSpecification(String) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Returns the most recent
IFileSpecification
given to the workspace
for a specified path.
- getFileSpecification() - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Gets the file on disk that created this
MXMLData
.
- getFileSpecification() - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Get the
IFileSpecification
that produced this node
- getFileSpecificationForCompilationUnit(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Gets the
IFileSpecification
for the root source file of the
specified ICompilationUnit
.
- getFileSpecificationForInclude(String, String) - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Given an the canonical path of a file that contains an include directive
with the specified string, return an
IFileSpecification
for the
file the include directive references.
- getFileSpecificationGetter() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
- getFileSpecificationGetter() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getFileSpecs() - Method in class org.apache.flex.compiler.config.Configuration
-
- getFileVersion() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
- getFillstyle0() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
Get FillStyle0.
- getFillstyle1() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
Get FillStyle1
- getFillStyles() - Method in class org.apache.flex.swf.types.ShapeWithStyle
-
Get fill styles.
- getFillStyles() - Method in class org.apache.flex.swf.types.Styles
-
- getFillStyleType() - Method in class org.apache.flex.swf.types.FillStyle
-
- getFillStyleType() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
Get the type of fill style.
- getFillType() - Method in class org.apache.flex.swf.types.LineStyle2
-
- getFillType() - Method in class org.apache.flex.swf.types.MorphLineStyle2
-
Get fill type.
- getFilteredIterable(Collection<ICompilerProblem>, IProblemFilter) - Static method in class org.apache.flex.compiler.problems.collections.FilteredIterator
-
Convenience method extends the FilteredIterator concept to an Iterable.
- getFilteredProblems() - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
-
Get an iterator over the set of problems that
are to be reported based on the current settings.
- getFilterID() - Method in class org.apache.flex.swf.types.Filter
-
- getFilterList() - Method in class org.apache.flex.swf.types.ButtonRecord
-
- getFinallyAlternativesSize() - Method in class org.apache.flex.compiler.internal.as.codegen.ControlFlowContextManager
-
- getFinallyContext() - Method in class org.apache.flex.compiler.internal.as.codegen.ControlFlowContextManager
-
- getFinallyFailSignal() - Method in class org.apache.flex.compiler.internal.as.codegen.ControlFlowContextManager
-
- getFinallyNode() - Method in class org.apache.flex.compiler.internal.tree.as.TryNode
-
- getFinallyNode() - Method in interface org.apache.flex.compiler.tree.as.ITryNode
-
Returns the
finally
clause of this try
statement.
- getFinallySwitch() - Method in class org.apache.flex.compiler.internal.as.codegen.ControlFlowContextManager
-
- getFirst() - Method in interface org.apache.flex.compiler.definitions.IQualifiers
-
Get the first namespace.
- getFirst() - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getFirstChild(boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getFirstChild(boolean) - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the first child open tag of this tag.
- getFirstChildUnit() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getFirstChildUnit() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the first child unit inside this tag.
- getFirstNamespaceDirective() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Gets the first namespace definition or use namespace directive in the
scope.
- getFirstNamespaceDirective() - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
Gets the first namespace definition or use namespace directive in the
scope.
- getFixed() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLVectorNode
-
Gets the value specified for the
fixed
property of the
Vector, as specified by the optional fixed
attribute.
- getFlags() - Method in class org.apache.flex.abc.semantics.MethodInfo
-
- getFlags() - Method in class org.apache.flex.compiler.internal.tree.as.RegExpLiteralNode
-
- getFlags() - Method in interface org.apache.flex.compiler.tree.as.IRegExpLiteralNode
-
Returns a set of flags that are set on this regular expression, or an
empty set
- getFlags() - Method in class org.apache.flex.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.
- getFlagString() - Method in class org.apache.flex.compiler.internal.tree.as.RegExpLiteralNode
-
- getFlagString() - Method in interface org.apache.flex.compiler.tree.as.IRegExpLiteralNode
-
Returns a String of flags that are set on this regular expression, or an
empty String
- getFlexBuild() - Method in interface org.apache.flex.swc.ISWCVersion
-
- getFlexBuild() - Method in class org.apache.flex.swc.SWCVersion
-
- getFlexFontInfo() - Method in class org.apache.flex.compiler.internal.embedding.transcoders.MovieTranscoder
-
Get the font info if the SWF being embedded is a font, or null if not
a font.
- getFlexMinimumSupportedVersion() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getFlexMinimumSupportedVersion() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Used when creating a library.
- getFlexMinimumSupportedVersion() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getFlexMinSupportedVersion() - Method in interface org.apache.flex.swc.ISWCVersion
-
- getFlexMinSupportedVersion() - Method in class org.apache.flex.swc.SWCVersion
-
- getFlexMinSupportedVersionInt() - Method in interface org.apache.flex.swc.ISWCVersion
-
Get the flex min supported version as an integer.
- getFlexMinSupportedVersionInt() - Method in class org.apache.flex.swc.SWCVersion
-
- getFlexModuleInterface() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getFlexVersion() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
- getFlexVersion() - Method in interface org.apache.flex.swc.ISWCVersion
-
- getFlexVersion() - Method in class org.apache.flex.swc.SWCVersion
-
- getFlowManager() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Create a ControlFlowContextManager on demand.
- getFocalPoint() - Method in class org.apache.flex.swf.types.FocalGradient
-
Get focal point location.
- getFontAdvanceTable() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontAscent() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontBoundsTable() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontClass() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Class name of font to be loaded from another SWF and used for this text.
- getFontCopyright() - Method in class org.apache.flex.swf.tags.DefineFontNameTag
-
- getFontData() - Method in class org.apache.flex.swf.tags.DefineFont4Tag
-
- getFontDescent() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontFaces() - Method in interface org.apache.flex.compiler.css.ICSSDocument
-
- getFontFaces() - Method in class org.apache.flex.compiler.internal.css.CSSDocument
-
- getFontFamily() - Method in interface org.apache.flex.compiler.css.ICSSFontFace
-
The fontFamily property sets the alias for the font that you use to apply
the font in style sheets.
- getFontFamily() - Method in class org.apache.flex.compiler.internal.css.CSSFontFace
-
- getFontFlagsReserved() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontFlagsReserved() - Method in class org.apache.flex.swf.tags.DefineFontInfoTag
-
- getFontFlagsReserved() - Method in interface org.apache.flex.swf.tags.IFontInfo
-
- getFontHeight() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
- getFontInfo() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontKerningTable() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontLeading() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontName() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontName() - Method in class org.apache.flex.swf.tags.DefineFont4Tag
-
- getFontName() - Method in class org.apache.flex.swf.tags.DefineFontInfoTag
-
- getFontName() - Method in class org.apache.flex.swf.tags.DefineFontNameTag
-
- getFontName() - Method in interface org.apache.flex.swf.tags.IFontInfo
-
- getFontStyle() - Method in interface org.apache.flex.compiler.css.ICSSFontFace
-
Get the "style" type face value of the font.
- getFontStyle() - Method in class org.apache.flex.compiler.internal.css.CSSFontFace
-
- getFontStyle(IFXGNode, String, FontStyle, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a FontStyle enumeration.
- getFontTag() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Get the font to use.
- getFontTag() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getFontTag() - Method in class org.apache.flex.swf.tags.DefineFontAlignZonesTag
-
- getFontTag() - Method in class org.apache.flex.swf.tags.DefineFontInfoTag
-
- getFontTag() - Method in class org.apache.flex.swf.tags.DefineFontNameTag
-
- getFontTag() - Method in interface org.apache.flex.swf.tags.IFontInfo
-
- getFontTag() - Method in class org.apache.flex.swf.types.TextRecord
-
- getFontWeight() - Method in interface org.apache.flex.compiler.css.ICSSFontFace
-
Get the "weight" type face value of the font.
- getFontWeight() - Method in class org.apache.flex.compiler.internal.css.CSSFontFace
-
- getFontWeight(IFXGNode, String, FontWeight, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a FontWeight enumeration.
- getForceRsls() - Method in class org.apache.flex.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.
- getFormat() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the value of this style's
format
attribute.
- getFormat() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getFormat() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getFormat() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.StyleTagNode
-
- getFormat() - Method in interface org.apache.flex.compiler.tree.metadata.IInspectableTagNode
-
- getFormat() - Method in interface org.apache.flex.compiler.tree.metadata.IStyleTagNode
-
- getFragments(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTextData
-
- getFragments(Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.mxml.IMXMLTextData
-
Gets the source fragments that make up this text.
- getFrame(IBasicBlock) - Method in class org.apache.flex.abc.models.TreeModelEncoder
-
Get the Frame that corresponds to a Block.
- getFrameAt(int) - Method in interface org.apache.flex.swf.ISWF
-
Get frame by index.
- getFrameAt(int) - Method in class org.apache.flex.swf.SWF
-
- getFrameClasses() - Method in class org.apache.flex.compiler.internal.config.FrameInfo
-
- getFrameCount() - Method in class org.apache.flex.swf.Header
-
Get frame count.
- getFrameCount() - Method in interface org.apache.flex.swf.ISWF
-
Get number of frames.
- getFrameCount() - Method in class org.apache.flex.swf.SWF
-
- getFrameCount() - Method in class org.apache.flex.swf.tags.DefineSpriteTag
-
- getFrameLabels() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getFrameLabels() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
- getFrameLabels() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getFrameList() - Method in class org.apache.flex.compiler.config.Configuration
-
- getFrameNum() - Method in class org.apache.flex.swf.tags.VideoFrameTag
-
- getFrameRate() - Method in class org.apache.flex.compiler.clients.ASC
-
- getFrameRate() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
- getFrameRate() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getFrameRate() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLApplicationNode
-
Gets the frame rate specified by the
frameRate
attribute on
the application tag.
- getFrameRate() - Method in class org.apache.flex.swf.Header
-
Get frame rate.
- getFrameRate() - Method in interface org.apache.flex.swf.ISWF
-
Get frame delay in 8.8 fixed number of frames per second.
- getFrameRate() - Method in class org.apache.flex.swf.SWF
-
- getFrames() - Method in class org.apache.flex.swf.SWF
-
Return all the frames in the SWF.
- getFramesInformation() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
- getFrameSize() - Method in class org.apache.flex.swf.Header
-
Frame size in twips.
- getFrameSize() - Method in interface org.apache.flex.swf.ISWF
-
Get SWF frame size in Twips.
- getFrameSize() - Method in class org.apache.flex.swf.SWF
-
- getFrom() - Method in class org.apache.flex.abc.semantics.ExceptionInfo
-
- getFrom() - Method in class org.apache.flex.compiler.internal.graph.GraphEdge
-
- getFrom() - Method in interface org.apache.flex.compiler.internal.graph.IGraphEdge
-
Gets the vertex for which this edge is an outgoing edge.
- getFromStore(byte) - Method in class org.apache.flex.compiler.internal.tree.as.parts.DecorationPart
-
- getFullKindByte() - Method in class org.apache.flex.abc.semantics.Trait
-
- getFunctionClassification() - Method in interface org.apache.flex.compiler.definitions.IFunctionDefinition
-
Get the classification for this function (local, argument, class member,
etc)
- getFunctionClassification() - Method in class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
- getFunctionClassification() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getFunctionClassification() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
Get the classification for this function (local, argument, class member,
etc)
- getFunctionDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getFunctionDefinition(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Locate a FunctionDefinition that encloses the given i-node.
- getFunctionKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Get the function keyword
- getFunctionKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.parts.FunctionContentsPart
-
- getFunctionKeywordNode() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IFunctionContentsPart
-
Get the function keyword
- getFunctionName() - Method in class org.apache.flex.compiler.internal.codegen.databinding.FunctionWatcherInfo
-
- getFunctionName() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getFunctionName() - Method in interface org.apache.flex.compiler.tree.as.IFunctionCallNode
-
The name of the function being called
- getFunctionNode() - Method in interface org.apache.flex.compiler.definitions.IFunctionDefinition
-
Returns the
IFunctionNode
from which this definition was created,
if the definition came from the AST for a source file.
- getFunctionNode() - Method in class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
- getFunctionNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionObjectNode
-
- getFunctionNode() - Method in interface org.apache.flex.compiler.tree.as.IFunctionObjectNode
-
Get the associated function node
- getFunctionProblemNode(IFunctionNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Helper method to get the node to report a problem with a Function.
- getFunctionReturnWatcherClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Get the fully-qualified name of the runtime class
for internal StaticPropertyWatcher object
Currently this is "mx.binding.StaticPropertyWatcher".
- getFunctionReturnWatcherClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Get the AET Name for staticPropertyWatcherClass
- getGeneratedID(IMXMLInstanceNode) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getGeneratedID(IMXMLInstanceNode) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets the compiler-generated id, if one is necessary, for a specified
instance tag that doesn't have a specified id.
- getGeneratedIDBase() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
The base for compiler-generated id's on instance tags that need an id but
don't have one specified in MXML.
- getGeneratedSource() - Method in class org.apache.flex.compiler.fxg.flex.FXGSymbolClass
-
- getGeneratedURIPrefix() - Method in interface org.apache.flex.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.
- getGenerator() - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getGenerator() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getGetterMethod() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
- getGlobalScope() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getGlowColor() - Method in class org.apache.flex.swf.types.GlowFilter
-
- getGlowFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getGlyphAdvance() - Method in class org.apache.flex.swf.types.GlyphEntry
-
- getGlyphBits() - Method in class org.apache.flex.swf.tags.DefineTextTag
-
- getGlyphCount() - Method in class org.apache.flex.swf.types.TextRecord
-
- getGlyphEntries() - Method in class org.apache.flex.swf.types.TextRecord
-
- getGlyphIndex() - Method in class org.apache.flex.swf.types.GlyphEntry
-
- getGlyphShapeTable() - Method in class org.apache.flex.swf.tags.DefineFontTag
-
- getGradient() - Method in class org.apache.flex.swf.types.FillStyle
-
- getGradient() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
Gradient fill.
- getGradientBevelFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getGradientColors() - Method in class org.apache.flex.swf.types.GradientBevelFilter
-
- getGradientColors() - Method in class org.apache.flex.swf.types.GradientGlowFilter
-
- getGradientGlowFilter() - Method in class org.apache.flex.swf.types.Filter
-
- getGradientMatrix() - Method in class org.apache.flex.swf.types.FillStyle
-
- getGradientRatio() - Method in class org.apache.flex.swf.types.GradientBevelFilter
-
- getGradientRatio() - Method in class org.apache.flex.swf.types.GradientGlowFilter
-
- getGradientRecords() - Method in class org.apache.flex.swf.types.Gradient
-
- getGrammarFileName() - Method in class org.apache.flex.compiler.internal.css.CSSLexer
-
- getGrammarFileName() - Method in class org.apache.flex.compiler.internal.css.CSSLexer
-
- getGrammarFileName() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- getGrammarFileName() - Method in class org.apache.flex.compiler.internal.css.CSSParser
-
- getGrammarFileName() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- getGrammarFileName() - Method in class org.apache.flex.compiler.internal.css.CSSTree
-
- getGreen() - Method in class org.apache.flex.swf.types.RGB
-
Get green component.
- getGreenAddTerm() - Method in class org.apache.flex.swf.types.CXForm
-
- getGreenMultTerm() - Method in class org.apache.flex.swf.types.CXForm
-
- getGridFit() - Method in class org.apache.flex.swf.tags.CSMTextSettingsTag
-
- getHandledFileExtensions() - Method in class org.apache.flex.compiler.internal.units.SourceCompilationUnitFactory
-
Utility method to get an array of all file extensions for which there
is a handler.
- getHasDataBindings() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getHasDataBindings() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Determines whether this class contains data binding nodes
- getHasnext2Instruction() - Static method in class org.apache.flex.abc.semantics.InstructionFactory
-
- getHasNexts() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getHeader() - Method in class org.apache.flex.swf.SWF
-
- getHeight() - Method in class org.apache.flex.compiler.clients.ASC
-
- getHeight() - Method in class org.apache.flex.compiler.internal.fxg.swf.DefineImage
-
- getHeight() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
- getHeight() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getHeight() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getHeight() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the user-defined height.
- getHeight() - Method in class org.apache.flex.swf.tags.DefineVideoStreamTag
-
- getHeight() - Method in class org.apache.flex.swf.types.Rect
-
- getHeightPercent() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getHeightPercent() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the user-defined height percentage.
- getHeightPercentage() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
- getHeightPercentage() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getHighlightColor() - Method in class org.apache.flex.swf.types.BevelFilter
-
- getHoistedChildCount() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDesignLayerNode
-
Flatten
<fx:DesignLayer>
tags by hoisting direct children of a
"DesignLayer" tag.
- getHTTPServiceQName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getIClass() - Method in interface org.apache.flex.compiler.tree.mxml.IOldMXMLFileNode
-
Returns the
IClassDefinition
that this MXML file represents.
- getIcon() - Method in interface org.apache.flex.swc.ISWCComponent
-
Relative path of the icon image file.
- getIcon() - Method in class org.apache.flex.swc.SWCComponent
-
- getIconFile() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
For a Flex component class, gets the path to the icon file representing
the component, as specified by
[IconFile(...)]
- getIconFile() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
- getId(T) - Method in class org.apache.flex.abc.EntryOrderedStore
-
Looks up a record, and returns the index
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.CDATANode
-
An id attribute provides a well defined name to a text node.
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.AbstractFillNode
-
An id attribute provides a well defined name to a content node.
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.AbstractFilterNode
-
An id attribute provides a well defined name to a content node.
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
An id attribute provides a well defined name to a text node.
- getId() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IFillNode
-
An id attribute provides a well defined name to a fill node.
- getId() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IFilterNode
-
An id attribute provides a well defined name to a filter node.
- getId() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IStrokeNode
-
An id attribute provides a well defined name to a stroke node.
- getId() - Method in interface org.apache.flex.compiler.internal.fxg.dom.ITextNode
-
An id attribute provides a well defined name to a text node.
- getId() - Method in interface org.apache.flex.compiler.internal.fxg.dom.ITransformNode
-
An id attribute provides a well defined name to a transform node.
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextNode
-
An id attribute provides a well defined name to a text node.
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
-
An id attribute provides a well defined name to a content node.
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractTextNode
-
An id attribute provides a well defined name to a text node.
- getId() - Method in class org.apache.flex.compiler.internal.fxg.dom.transforms.AbstractTransformNode
-
An id attribute provides a well defined name to a content node.
- getID() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getID() - Method in interface org.apache.flex.compiler.problems.ICompilerProblem
-
Returns a unique identifier for this type of problem.
- getID(ICompilerProblem) - Static method in enum org.apache.flex.compiler.problems.ProblemID
-
- getID(Class<?>) - Static method in enum org.apache.flex.compiler.problems.ProblemID
-
- getID() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLInstanceNode
-
The compile-time identifier specified for this instance.
- getIdentifierContent(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
- getIdentifierType() - Method in class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
- getIdentifierType() - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- getIdentifierType() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNameExpressionNode
-
- getIdentifierType() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- getIdentifierType() - Method in interface org.apache.flex.compiler.tree.as.IIdentifierNode
-
Returns of the type of this identifier.
- getIdoms() - Method in class org.apache.flex.abc.graph.algorithms.DominatorTree
-
Create and/or fetch the map of immediate dominators.
- getIgnoreProblems() - Method in class org.apache.flex.compiler.config.Configuration
-
Get the collection of user specified problem classes that should be ignored.
- getIgnoreProblems() - Method in interface org.apache.flex.compiler.config.ICompilerProblemSettings
-
A collection of problem classes that should not be reported.
- getIgnoreProblems() - Method in class org.apache.flex.compiler.internal.config.CompilerProblemSettings
-
- getImageData() - Method in class org.apache.flex.swf.tags.DefineBitsTag
-
Get JPEG compressed image.
- getImageInfo(byte[], Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ImageTranscoder
-
- getImmediate() - Method in class org.apache.flex.abc.semantics.ImmediateOperandInstruction
-
- getImmediate() - Method in class org.apache.flex.abc.semantics.Instruction
-
- getImplementedInterfaceNodes() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getImplementedInterfaceNodes() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getImplementedInterfaceNodes() - Method in interface org.apache.flex.compiler.tree.as.IClassNode
-
- getImplementedInterfaceReferences() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Returns
IReference
objects that will resolve to any interface this
class directly implements.
- getImplementedInterfaceReferences() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getImplementedInterfaceReferences() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getImplementedInterfaceReferences() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinitionBase
-
- getImplementedInterfaces() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getImplementedInterfaces() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getImplementedInterfaces() - Method in interface org.apache.flex.compiler.tree.as.ICommonClassNode
-
Returns the names of any interfaces that this class declares it
implements.
- getImplementedInterfacesAsDisplayStrings() - Method in interface org.apache.flex.compiler.definitions.IClassDefinition
-
Returns the names of any interfaces that this class directly references.
- getImplementedInterfacesAsDisplayStrings() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getImplementedInterfacesAsDisplayStrings() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getImplementsKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the node containing the implements keyword, if one exists
- getImplicitImportNodesForMXML(MXMLDialect) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Gets a list of nodes representing the implicit imports, for CodeModel.
- getImplicitImports() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Gets the implicit imports created by MXML tags, for use by CodeModel.
- getImplicitImportsForAS() - Static method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
Returns the implicit imports for an ActionScript file.
- getImplicitImportsForMXML(MXMLDialect) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Gets the imports that are automatically imported into every MXML file.
- getImportFilenames() - Method in class org.apache.flex.compiler.clients.ASC
-
- getImportKind() - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- getImportKind() - Method in interface org.apache.flex.compiler.tree.as.IImportNode
-
Returns the type that this import represents
- getImportName() - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- getImportName() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLImplicitImportNode
-
- getImportName() - Method in interface org.apache.flex.compiler.tree.as.IImportNode
-
Get the name of the target definition we are importing
- getImportNameNode() - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- getImportNameNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLImplicitImportNode
-
- getImportNameNode() - Method in interface org.apache.flex.compiler.tree.as.IImportNode
-
Returns the expression underlying this import node
- getImportNodes() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getImportNodes() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getImportNodes() - Method in interface org.apache.flex.compiler.tree.as.IFileNodeAccumulator
-
Returns the list of the ImportNodes
- getImports() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
- getImports() - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
-
Get the imports from the containing scope
- getImportTarget() - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- getImportTarget() - Method in interface org.apache.flex.compiler.tree.as.IImportNode
-
Creates an import target for the given import
- getIncludeClasses() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeClasses() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludeClasses() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a collection of fully-qualified class names that are included in
the target library.
- getIncludeClasses() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludedFiles() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
- getIncludedFiles() - Method in class org.apache.flex.compiler.internal.units.requests.SyntaxTreeRequestResult
-
- getIncludedFiles() - Method in interface org.apache.flex.compiler.units.requests.ISyntaxTreeRequestResult
-
- getIncludedResourceBundlesCompilationUnits(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.Target
-
- getIncludedStates() - Method in class org.apache.flex.compiler.internal.mxml.StateGroupDefinition
-
- getIncludedStates() - Method in interface org.apache.flex.compiler.mxml.IStateGroupDefinition
-
Returns an array of
String
objects that represent the names found
in this IStateGroup
- getIncludeFilenames() - Method in class org.apache.flex.compiler.clients.ASC
-
- getIncludeFiles() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeFiles() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludeFiles() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a collection of files that are included in the target library.
- getIncludeFiles() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludeHandler() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLScopeBuilder
-
- getIncludeHandler() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
Gets the
IncludeHandler
for this file node.
- getIncludeIn() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLInstanceNode
-
The states (or state groups) in which this instance is included.
- getIncludeIn() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLReparentNode
-
The states (or state groups) in which this reparenting operation applies.
- getIncludeInheritanceDependenciesOnly() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeLibraries() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludeLibraries() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a collection of libraries whose classes are linked
into the target.
- getIncludeLibraries() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludeLibrariesCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Get a collection of compilation units for all of the classes found in
all of the libraries found in the -include-libraries path.
- getIncludeLookupOnly() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeNamespaces() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeNamespaces() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludeNamespaces() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a collection of namespaces that are included in the target
library.
- getIncludeNamespaces() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludeResourceBundles() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeResourceBundles() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludeResourceBundles() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a collection of resource bundle names that are included
in the target library.
- getIncludeResourceBundles() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludes() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludes() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludes() - Method in interface org.apache.flex.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.
- getIncludes() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludesCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Gets a set of
ICompilationUnit
s that are included into the build
process by -include-classes compiler argument.
- getIncludesCompilationUnits() - Method in interface org.apache.flex.compiler.targets.ITarget
-
Returns mixins.
- getIncludeSources() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeSources() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludeSources() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a collection of sources that are included in the target library.
- getIncludeSources() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludeStackTop() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Get the file on top of the include chain stack.
- getIncludeStyleSheets() - Method in class org.apache.flex.compiler.config.Configuration
-
- getIncludeStyleSheets() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getIncludeStyleSheets() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns a map of style sheet names and files that are included
in the target library.
- getIncludeStyleSheets() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getIncludeTree() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Get a tree of include relationship.
- getIncludeTreeLastModified() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getIncludeTreeLastModified() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getIncludeTreeLastModified() - Method in interface org.apache.flex.compiler.tree.as.IFileNode
-
Returns a last modification timestamp of the current include file tree
- getIncludingCompilationUnits(String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getIncludingCompilationUnits(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Get all compilation units from which the filename is included related to the specified
project
- getIncludingCompilationUnits(String) - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
Get all compilation units from which the filename is included.
- getIncomingEdges(V) - Method in class org.apache.flex.compiler.internal.graph.Graph
-
- getIncomingEdges(V) - Method in interface org.apache.flex.compiler.internal.graph.IGraph
-
Finds all the edges terminating at the specified vertex.
- getIncomingEdges(V) - Method in class org.apache.flex.compiler.internal.graph.SynchronizedGraph
-
- getIndent() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Indent in twips.
- getIndex() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingInfo
-
- getIndex() - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
- getIndex() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getIndex() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Get this unit's position in the
IMXMLData
.
- getIndex() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLModelPropertyContainerNode
-
If this node has the same name as a sibling, then this field stores that
it is the i'th one, in attribute-then-child-tag order.
- getInfo(String) - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
- getInherit() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the value of this style's
inherit
attribute.
- getInherit() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getInInvisibleCompilationUnit() - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getInInvisibleCompilationUnit() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getInit() - Method in class org.apache.flex.abc.semantics.ScriptInfo
-
Get the script's initialization method.
- getInitExpression() - Method in class org.apache.flex.compiler.internal.definitions.VariableDefinition
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BasicMetaTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.DefaultPropertyTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EffectTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EventTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.EventTriggerTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.ResourceBundleTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.StyleTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.TypedTagNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.TransparentContainerNode
-
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
-
Take a guess as to an efficient initial child count.
- getInitialChildCount() - Method in class org.apache.flex.compiler.internal.tree.as.VariableNode
-
- getInitialState() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getInitialState() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets the name of the state to which the
currentState
property should be initialized.
- getInitialText() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Text that is initially displayed.
- getInitInstructions() - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getInitInstructions() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getInitScopeDepth() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getInlinedFunctionCallSiteLabel() - Method in class org.apache.flex.compiler.internal.as.codegen.InlineFunctionLexicalScope
-
Returns the label to jump back to when returning
out of an inlined function
- getInnerString() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
For debugging only.
- getInPoint() - Method in class org.apache.flex.swf.types.SoundInfo
-
- getInput() - Method in class org.apache.flex.compiler.clients.Optimizer.OptimizerConfiguration
-
- getInputStream(ZipFile, String) - Static method in class org.apache.flex.swc.io.SWCReader
-
Get the
InputStream
of a file in the SWC archive.
- getInputType() - Method in interface org.apache.flex.utils.ILengthAwareReader
-
Returns the type of input we are dealing with
- getInputType() - Method in class org.apache.flex.utils.NonLockingStringReader
-
- getInstance() - Static method in class org.apache.flex.compiler.internal.common.Counter
-
Gets the singleton instance of this class.
- getInstance() - Static method in class org.apache.flex.compiler.internal.mxml.MXMLDialect2006
-
Gets the singleton instance of this class.
- getInstance() - Static method in class org.apache.flex.compiler.internal.mxml.MXMLDialect2009
-
Gets the singleton instance of this class.
- getInstance() - Static method in class org.apache.flex.compiler.internal.mxml.MXMLDialect2012
-
Gets the singleton instance of this class.
- getInstance() - Static method in class org.apache.flex.compiler.internal.scopes.ASFileScopeProvider
-
- getInstance() - Static method in class org.apache.flex.compiler.internal.scopes.SWCFileScopeProvider
-
- getInstanceInfo() - Method in interface org.apache.flex.abc.ClassDependencySort.IInstanceInfoProvider
-
- getInstanceInfo() - Method in class org.apache.flex.abc.PoolingABCVisitor.ClassVisitor
-
- getInstanceNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDeferredInstanceNode
-
If the sole child is not a
IMXMLClassNode
, this method gets it
and IMXMLDeferredInstanceNode.getClassNode()
returns null
- getInstanceNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLModelPropertyNode
-
- getInstanceNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLPropertySpecifierNode
-
Gets the value of the property.
- getInstanceOverrideClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getInstanceOverrideClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getInstanceScope() - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
Get the ASScope representing the itraits - this scope will only appear to
contain instance properties
- getInstanceType(FlexProject) - Method in interface org.apache.flex.compiler.definitions.IVariableDefinition
-
If this
IVariableDefinition
is of type
IDeferredInstance
and has [InstanceType("...")}
- getInstanceType(FlexProject) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Returns the type specified by
[InstanceType("...")]
- getInstruction(int) - Static method in class org.apache.flex.abc.semantics.InstructionFactory
-
- getInstruction(int, int) - Static method in class org.apache.flex.abc.semantics.InstructionFactory
-
- getInstruction(int, Object) - Static method in class org.apache.flex.abc.semantics.InstructionFactory
-
- getInstruction(int, Object[]) - Static method in class org.apache.flex.abc.semantics.InstructionFactory
-
- getInstructionIndex() - Method in class org.apache.flex.abc.models.FrameModelEncoder
-
Get the index of the current instruction in the current block.
- getInstructionIndex() - Method in class org.apache.flex.abc.models.TreeModelEncoder
-
Get the index of the instruction currently being analyzed.
- getInstructionList() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getInstructions() - Method in interface org.apache.flex.abc.graph.IBasicBlock
-
Get the contents of the block.
- getInstructions() - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
Fetch an InstructionList to which instructions can be appended.
- getInstructions() - Method in class org.apache.flex.abc.semantics.Block
-
- getInstructions() - Method in class org.apache.flex.compiler.internal.as.codegen.InstructionListNode
-
- getInstructionText() - Method in class org.apache.flex.compiler.internal.mxml.MXMLInstructionData
-
Returns the raw processing instruction.
- getInstructionText() - Method in interface org.apache.flex.compiler.mxml.IMXMLInstructionData
-
Returns the raw processing instruction, starting with the
<?
- getIntAttr(String) - Method in class org.apache.flex.abc.semantics.Trait
-
Get a integer attribute's value.
- getIntDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getIntegerContent(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
- getIntegerValue() - Method in class org.apache.flex.abc.semantics.PooledValue
-
- getInterfaceClassification() - Method in interface org.apache.flex.compiler.definitions.IInterfaceDefinition
-
Returns the classification of this ActionScript interface
- getInterfaceClassification() - Method in class org.apache.flex.compiler.internal.definitions.InterfaceDefinition
-
- getInterfaceClassification() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- getInterfaceClassification() - Method in interface org.apache.flex.compiler.tree.as.IInterfaceNode
-
Returns the classification of this ActionScript interface
- getInterfaceNames() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the implemented interface names (as they appear in the class
definition)
- getInterfaceNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.InterfaceDefinition
-
Get the namespace representing the special interface namespace.
- getInterfaceNamespaceSet(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.InterfaceDefinition
-
Generate a namespace set to use for references through a reference with a
static type of an interface.
- getInterfaceNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLImplementsNode
-
Gets the identifier nodes representing the implemented interfaces; these
are the children of this node.
- getInterfacesNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Get the container of interfaces for this class
- getInternalErrors() - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
-
Get an iterator over all internal errors.
- getInternalLibraries() - Method in class org.apache.flex.compiler.clients.ASC
-
- getInternalNamespace() - Method in class org.apache.flex.compiler.internal.scopes.PackageScope
-
Gets the
INamespaceReference
that resolves to the internal
namespace for this IPackageDefinition
.
- getInterpolationMode() - Method in class org.apache.flex.swf.types.Gradient
-
- getIntPool() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
int pool, has default zero entry.
- getIntValue(String) - Static method in class org.apache.flex.compiler.internal.css.CSSRgbaColorPropertyValue
-
Computes from the given rgb definition a int value.
- getIntValue(String) - Static method in class org.apache.flex.compiler.internal.css.CSSRgbColorPropertyValue
-
Computes from the given rgb definition a int value.
- getInvisible(String) - Method in class org.apache.flex.compiler.internal.units.StringToCompilationUnitMap
-
Gets a
Collection
of invisible ICompilationUnit
's that refer to
the specified file as their root source file.
- getInvisible(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.units.StringToCompilationUnitMap
-
Gets the a
Collection
of invisible ICompilationUnit
's that refer to
the specified file as their root source file for a specific project
- getInvisibleAndVisibleCompilationUnits(String, ICompilerProject) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- getInvisibleAndVisibleCompilationUnits(String, ICompilerProject) - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Gets an iterator that iterates first over all invisible
ICompilationUnit
's for the specified file path in the specified
ICompilerProject
and then over all visible
ICompilationUnit
's for the specified file path in the specified
ICompilerProject
.
- getInvisibleCompilationUnitReferenceQueue() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Returns the invisibleCompilationUnitReferenceQueue which is used to remove
the backing Compilation Units when invisible compilation units get gc'd
- getInvisibleCompilationUnits(String) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Get all invisible compilation units from the filename across all projects
- getItemCreationPolicy() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLInstanceNode
-
The item creation policy for this instance.
- getItemDestructionPolicy() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLInstanceNode
-
The item destruction policy for this instance.
- getITraitsVisitor() - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
- getJBurgAnnotation(IASNode) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- getJBurgAnnotation(IASNode) - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- getJBurgAnnotation(ICSSNode) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- getJBurgAnnotation(ICSSNode) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- getJoinStyle() - Method in class org.apache.flex.swf.types.LineStyle2
-
- getJoinStyle() - Method in class org.apache.flex.swf.types.MorphLineStyle2
-
Get join style.
- getJoints(String, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
-
Convert an FXG String value to a Joints enumeration.
- getJpegData() - Method in class org.apache.flex.swf.tags.JPEGTablesTag
-
Get JPEG compressed image.
- getJustificationRule(IFXGNode, String, JustificationRule, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a JustificationRule enumeration.
- getJustificationStyle(IFXGNode, String, JustificationStyle, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a JustificationStyle enumeration.
- getKeepAS3MetadataSet() - Method in interface org.apache.flex.swc.ISWCLibrary
-
Gets all the metadata names in the
<keep-as3-metadata>
tag.
- getKeepAS3MetadataSet() - Method in class org.apache.flex.swc.SWCLibrary
-
- getKerning(IFXGNode, String, Kerning, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a Kerning enumeration.
- getKerning(IFXGNode, String, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
Convert an FXG String value to a Kerning enumeration.
- getKerningCount() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getKey() - Method in interface org.apache.flex.compiler.css.ICSSMediaQueryCondition
-
Get the key of the media condition which is the left-hand side of the
colon character.
- getKey() - Method in interface org.apache.flex.compiler.definitions.metadata.IMetaTagAttribute
-
Gets the key of the attribute, or
null
if this attribute is
a keyless value.
- getKey() - Method in class org.apache.flex.compiler.internal.css.CSSMediaQueryCondition
-
- getKey() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTagAttribute
-
- getKey() - Method in interface org.apache.flex.compiler.internal.graph.IGraphable
-
- getKey() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLResourceNode
-
Returns the string representation of the value of key as found in
compiler directive
- getKeyNode() - Method in class org.apache.flex.compiler.internal.tree.properties.ResourceBundleEntryNode
-
- getKeyNode() - Method in interface org.apache.flex.compiler.tree.properties.IResourceBundleEntryNode
-
Returns the key node
- getKeys() - Method in class org.apache.flex.abc.semantics.Metadata
-
- getKeyword() - Method in class org.apache.flex.compiler.internal.css.CSSKeywordPropertyValue
-
- getKeyword() - Method in class org.apache.flex.compiler.internal.tree.as.KeywordNode
-
- getKeywordId() - Method in class org.apache.flex.compiler.internal.tree.as.KeywordNode
-
- getKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
-
- getKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.DefaultXMLNamespaceNode
-
- getKeywordNode() - Method in interface org.apache.flex.compiler.tree.as.IDefaultXMLNamespaceNode
-
Gets the node representing the
default xml namespace
keyword.
- getKeywordValue() - Method in class org.apache.flex.compiler.internal.tree.as.parts.VariableDecorationPart
-
- getKind() - Method in class org.apache.flex.abc.semantics.Name
-
- getKind() - Method in class org.apache.flex.abc.semantics.Namespace
-
- getKind() - Method in class org.apache.flex.abc.semantics.PooledValue
-
- getKind() - Method in class org.apache.flex.abc.semantics.Trait
-
- getKind() - Method in class org.apache.flex.compiler.internal.tree.as.DoWhileLoopNode
-
- getKind() - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
- getKind() - Method in class org.apache.flex.compiler.internal.tree.as.IterationFlowNode
-
- getKind() - Method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
- getKind() - Method in class org.apache.flex.compiler.internal.tree.as.TerminalNode
-
- getKind() - Method in class org.apache.flex.compiler.internal.tree.as.WhileLoopNode
-
- getKind() - Method in interface org.apache.flex.compiler.tree.as.IForLoopNode
-
Returns the kind of the
for
statement.
- getKind() - Method in interface org.apache.flex.compiler.tree.as.IIterationFlowNode
-
Represents an
IIterationFlowNode.IterationFlowKind
- getKind() - Method in interface org.apache.flex.compiler.tree.as.ILanguageIdentifierNode
-
Returns the kind of the identifier that his
LanguageIdentifierNode
represents
- getKind() - Method in interface org.apache.flex.compiler.tree.as.ITerminalNode
-
Represents the kind of the terminal condition
- getKind() - Method in interface org.apache.flex.compiler.tree.as.IWhileLoopNode
-
Returns the kind of the while loop
- getLabel() - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
Fetch this InstructionList's label.
- getLabel() - Method in class org.apache.flex.compiler.internal.config.FrameInfo
-
- getLabel() - Method in class org.apache.flex.compiler.internal.tree.as.LabeledStatementNode
-
- getLabel() - Method in interface org.apache.flex.compiler.tree.as.ILabeledStatementNode
-
- getLabeledStatement() - Method in class org.apache.flex.compiler.internal.tree.as.LabeledStatementNode
-
- getLabeledStatement() - Method in interface org.apache.flex.compiler.tree.as.ILabeledStatementNode
-
- getLabelNode() - Method in class org.apache.flex.compiler.internal.tree.as.IterationFlowNode
-
- getLabelNode() - Method in interface org.apache.flex.compiler.tree.as.IIterationFlowNode
-
Represents an optional label on the IIterationFlowNode
- getLanguageCode() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getLanguageCode() - Method in class org.apache.flex.swf.tags.DefineFontInfo2Tag
-
- getLanguageNamespace() - Method in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
Gets the language namespace for this dialect of MXML.
- getLastLabel() - Method in class org.apache.flex.abc.instructionlist.InstructionList
-
- getLastModified() - Method in class org.apache.flex.compiler.filespecs.BaseFileSpecification
-
Get the last modified timestamp of the file
- getLastModified() - Method in class org.apache.flex.compiler.filespecs.CombinedFile
-
Get the time stamp of the most recent modified file among the source
files.
- getLastModified() - Method in interface org.apache.flex.compiler.filespecs.IFileSpecification
-
Get the last modified timestamp of the file
- getLastModified() - Method in class org.apache.flex.compiler.internal.filespecs.StringFileSpecification
-
- getLastModified() - Method in class org.apache.flex.compiler.internal.filespecs.SWCFileSpecification
-
- getLastModified() - Method in class org.apache.flex.compiler.internal.filespecs.ZipFileSpecification
-
- getLastModified() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
This timestamp will be the latest modification time of all the root
source and all included files
- getLastModified() - Method in class org.apache.flex.compiler.internal.units.requests.SyntaxTreeRequestResult
-
- getLastModified() - Method in interface org.apache.flex.compiler.units.requests.ISyntaxTreeRequestResult
-
- getLastModified() - Method in interface org.apache.flex.swc.ISWCFileEntry
-
Get the time-stamp of the file.
- getLastModified() - Method in interface org.apache.flex.swc.ISWCScript
-
Get the last modified time-stamp of the script.
- getLastModified() - Method in class org.apache.flex.swc.SWCScript
-
- getLastTokenText() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- getLastTokenText() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- getLastTokenType() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- getLastTokenType() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- getLatencySeek() - Method in class org.apache.flex.swf.tags.SoundStreamHeadTag
-
- getLatestBinaryFileSpecification(String) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Returns the most recent
IBinaryFileSpecification
given to the workspace
for a specified path.
- getLatestVersionHandler() - Static method in class org.apache.flex.compiler.internal.fxg.sax.FXGVersionHandlerRegistry
-
Returns the IFXGVersionHandler for the latest version handler registered.
- getLeading() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Leading in twips (vertical distance between bottom of descender of one
line and top of ascender of the next).
- getLeadingModel(IFXGNode, String, LeadingModel, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a LeadingModel enumeration.
- getLeftLevel() - Method in class org.apache.flex.swf.types.SoundEnvelope
-
- getLeftMargin() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Left margin in twips.
- getLeftOperandNode() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
- getLeftOperandNode() - Method in interface org.apache.flex.compiler.tree.as.IBinaryOperatorNode
-
Get expression to the left of the operator
- getLeftOperandNode() - Method in interface org.apache.flex.compiler.tree.as.ITernaryOperatorNode
-
Returns the left side of the expression
- getLength() - Method in class org.apache.flex.swf.Header
-
Length of entire file in bytes.
- getLength() - Method in interface org.apache.flex.utils.ILengthAwareReader
-
- getLength() - Method in class org.apache.flex.utils.NonLockingStringReader
-
- getLengthOfCompressedPayload() - Method in class org.apache.flex.swf.io.LZMACompressor
-
- getLevel() - Method in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
-
- getLevel() - Method in class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
-
- getLexicalReference(String) - Method in class org.apache.flex.compiler.internal.definitions.references.ReferenceCache
-
Gets a
LexicalReference
representing name
.
- getLibraries() - Method in class org.apache.flex.compiler.internal.projects.ASProject
-
- getLibraries() - Method in interface org.apache.flex.compiler.projects.IASProject
-
The libraries available to compiler source in this project.
- getLibraries() - Method in interface org.apache.flex.swc.ISWC
-
Get the SWF libraries.
- getLibraries() - Method in class org.apache.flex.swc.SWC
-
- getLibrary(String) - Method in interface org.apache.flex.swc.ISWC
-
Get a library entry by path.
- getLibrary(String) - Method in class org.apache.flex.swc.SWC
-
- getLibraryDefinitions() - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
-
Gets the class definitions for all the <fx:Definition> tags in this
scope.
- getLibraryDefinitions() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getLibraryDefinitionTagNames() - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
-
Returns all the
XMLName
's that refer to <fx:Definition>'s
in this file scope.
- getLibraryFile() - Method in class org.apache.flex.compiler.config.RSLSettings
-
- getLibraryNames() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getLibraryNames() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the name of all the libraries that are involved in the
ITarget
.
- getLibrarySourcePath(File) - Method in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
Get source path for a SWC library.
- getLibrarySWCs() - Method in class org.apache.flex.compiler.internal.projects.LibraryPathManager
-
Get
ISWC
objects for the SWC files on the library path.
- getLibrarySWFTarget() - Method in class org.apache.flex.compiler.internal.targets.SWCTarget
-
- getLibrarySWFTarget() - Method in interface org.apache.flex.compiler.targets.ISWCTarget
-
Get's the
ISWFTarget
used by this target
to build the library.swf in the SWC.
- getLibVersion() - Static method in class org.apache.flex.compiler.common.VersionInfo
-
- getLicense() - Method in class org.apache.flex.swf.tags.DefineFont4Tag
-
- getLicense() - Method in class org.apache.flex.swf.tags.DefineFontTag
-
- getLicense() - Method in interface org.apache.flex.swf.tags.IDefineFontTag
-
Get a DefineFontNameTag associated with this defined font.
- getLigatureLevel(IFXGNode, String, LigatureLevel, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a LigatureLevel enumeration.
- getLine() - Method in interface org.apache.flex.compiler.common.ISourceLocation
-
Gets the local line number.
- getLine() - Method in class org.apache.flex.compiler.common.SourceLocation
-
Get the line number where this node starts.
- getLine() - Method in class org.apache.flex.compiler.config.ConfigurationValue
-
getLine
- getLine() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the local line number of this entire definition (not just the name).
- getLine() - Method in exception org.apache.flex.compiler.exceptions.ConfigurationException
-
- getLine() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getLine() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getLine() - Method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
-
- getLine() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Gets the current line number of the tokenizer.
- getLine() - Method in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
Gets the current line number of the tokenizer.
- getLine() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Gets the current line number of the tokenizer.
- getLine() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getLine() - Method in interface org.apache.flex.compiler.parsing.ICMToken
-
Returns the line of this token..
- getLine() - Method in class org.apache.flex.compiler.problems.CompilerProblem
-
- getLineBreak(IFXGNode, String, LineBreak, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
-
Convert an FXG String value to a LineBreak enumeration.
- getLineBreak(IFXGNode, String, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
-
Convert an FXG String value to a LineBreak enumeration.
- getLineColumnString() - Method in class org.apache.flex.compiler.common.SourceLocation
-
Displays Line and Column numbers
- getLinestyle() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
Get LineStyle
- getLineStyles() - Method in class org.apache.flex.swf.types.ShapeWithStyle
-
Get line styles.
- getLineStyles() - Method in class org.apache.flex.swf.types.Styles
-
- getLineText(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
-
Gets the text of the line specified problem occured or
null
if there is no line information.
- getLineType() - Method in class org.apache.flex.swf.types.StraightEdgeRecord
-
Get line type.
- getLinkageChecker() - Method in class org.apache.flex.compiler.internal.targets.Target
-
Get the target's linkage checker.
- getLinkReport() - Method in class org.apache.flex.compiler.config.Configuration
-
- getLinkReport() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getLinkReport() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the file that specifies where the link report should be written.
- getLinkReport() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getLinkReportName(ICompilationUnit) - Static method in class org.apache.flex.compiler.internal.units.SWCCompilationUnit
-
- getLiteralType() - Method in class org.apache.flex.compiler.internal.tree.as.ArrayLiteralNode
-
- getLiteralType() - Method in class org.apache.flex.compiler.internal.tree.as.LiteralNode
-
- getLiteralType() - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralNode
-
- getLiteralType() - Method in class org.apache.flex.compiler.internal.tree.as.VectorLiteralNode
-
- getLiteralType() - Method in class org.apache.flex.compiler.internal.tree.as.XMLListLiteralNode
-
- getLiteralType() - Method in class org.apache.flex.compiler.internal.tree.as.XMLLiteralNode
-
- getLiteralType() - Method in interface org.apache.flex.compiler.tree.as.ILiteralNode
-
Returns the
ILiteralNode.LiteralType
that this node represents
- getLoadConfig() - Method in class org.apache.flex.compiler.config.Configuration
-
- getLoadedConfigurationFiles() - Method in class org.apache.flex.compiler.config.Configurator
-
- getLoadedConfigurationFiles() - Method in interface org.apache.flex.compiler.internal.config.IConfigurator
-
Get the list of configuration files that were loaded while processing
compiler settings.
- getlocal(Instruction, int) - Method in interface org.apache.flex.abc.models.FrameModelVisitor
-
Get a local variable, leaving its value on the stack.
- getlocal() - Method in class org.apache.flex.compiler.internal.as.codegen.Binding
-
Fetch this Binding's getlocal instruction;
the Binding manages a single instruction
so that its register number can be assigned
at function wrap-up time.
- getLocalASScope() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getLocalBindings() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getLocalCount() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getLocalDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getLocalDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
- getLocalDefinitionSetByName(String) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getLocalDefinitionSetByName(String) - Method in interface org.apache.flex.compiler.scopes.IASScope
-
Gets the set of definitions in this one scope that have the specified base name.
- getLocale() - Method in class org.apache.flex.compiler.clients.ASC
-
- getLocale(String) - Static method in class org.apache.flex.compiler.internal.resourcebundles.ResourceBundleUtils
-
Extracts the locale from the specified qualified name for an auto generated
resource bundle class.
- getLocale() - Method in class org.apache.flex.compiler.internal.tree.properties.ResourceBundleFileNode
-
- getLocale() - Method in class org.apache.flex.compiler.internal.units.ResourceBundleCompilationUnit
-
Returns the locale of the properties file associated with this
compilation unit depends on or
null
if the file is not
locale dependent.
- getLocale() - Method in interface org.apache.flex.compiler.tree.properties.IResourceBundleFileNode
-
Returns the locale of this file node if the associated file is locale
dependent.
- getLocaleDependentSources() - Method in class org.apache.flex.compiler.config.Configuration
-
Returns a map that stores locale dependent files.
- getLocalEnd() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getLocales() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getLocales() - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Returns the requested locales for this project.
- getLocalFunctions() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getLocalFunctions() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
Get local functions within
- getLocalizedText(Locale, String) - Method in interface org.apache.flex.compiler.internal.config.localization.ILocalizer
-
- getLocalizedText(Locale, String) - Method in class org.apache.flex.compiler.internal.config.localization.ResourceBundleLocalizer
-
- getLocalizedTextString(String) - Method in class org.apache.flex.compiler.internal.config.localization.LocalizationManager
-
- getLocalizedTextString(String, Map<String, Object>) - Method in class org.apache.flex.compiler.internal.config.localization.LocalizationManager
-
- getLocalizedTextString(Locale, String, Map<String, Object>) - Method in class org.apache.flex.compiler.internal.config.localization.LocalizationManager
-
- getLocalizedTextString(Object) - Method in class org.apache.flex.compiler.internal.config.localization.LocalizationManager
-
- getLocalizedTextString(Locale, Object) - Method in class org.apache.flex.compiler.internal.config.localization.LocalizationManager
-
- getLocalOffset(int) - Method in class org.apache.flex.compiler.internal.parsing.as.OffsetLookup
-
Translate absolute offset to local offset.
- getLocalProperty(ICompilerProject, Collection<IDefinition>, String, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
Adds definitions with the specified base name whose namespaces match the
specified namespace set to the specified collection of definitions.
- getLocalProperty(ICompilerProject, Collection<IDefinition>, String, Set<INamespaceDefinition>, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
Adds definitions with the specified base name whose namespaces match the
specified namespace set to the specified collection of definitions.
- getLocalProperty(ICompilerProject, Collection<IDefinition>, String, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
Adds definitions with the specified base name to the specified collection of definitions.
- getLocalRegister() - Method in class org.apache.flex.compiler.internal.as.codegen.Binding
-
- getLocalStart() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
-
- getLocation() - Method in class org.apache.flex.compiler.internal.definitions.mxml.MXMLEventHandlerScope
-
Gets the
ISourceLocation
of this scope.
- getLocationOfChildUnits() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getLocationOfChildUnits() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the source location of this tag's child units.
- getLocationString() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getLocationString() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getLogger() - Static method in class org.apache.flex.compiler.fxg.logging.FXGLog
-
- getLogicalEnd() - Method in class org.apache.flex.compiler.internal.parsing.SourceFragmentsReader
-
- getLogicalText() - Method in interface org.apache.flex.compiler.internal.parsing.ISourceFragment
-
Gets the post-processed text for this fragment.
- getLogicalText() - Method in class org.apache.flex.compiler.internal.parsing.SourceFragment
-
- getLongValue() - Method in class org.apache.flex.abc.semantics.PooledValue
-
- getLoopCount() - Method in class org.apache.flex.swf.types.SoundInfo
-
- getLuminosityClip() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- getLuminosityClip() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getLuminosityClip() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IMaskableNode
-
- getLuminosityInvert() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- getLuminosityInvert() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getLuminosityInvert() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IMaskableNode
-
- getMainClassDefinition() - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
-
Returns the main class definition in this file scope.
- getMainDefinition() - Method in class org.apache.flex.compiler.config.Configuration
-
Main definition is the root class of a SWF.
- getMainDefinition(String) - Method in class org.apache.flex.compiler.internal.units.requests.ABCFileScopeRequestResult
-
ABC compilation unit can have multiple public definitions in a script, so
it doesn't know which one is the "main" definition.
- getMainDefinition(String) - Method in class org.apache.flex.compiler.internal.units.requests.ASFileScopeRequestResult
-
The only public definition in the file scope should match the given
QName.
- getMainDefinition(String) - Method in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
- getMainDefinition(String) - Method in interface org.apache.flex.compiler.units.requests.IFileScopeRequestResult
-
- getMainSource() - Method in class org.apache.flex.compiler.clients.MXMLC
-
- getMajor() - Method in class org.apache.flex.utils.Version
-
Gets the major version number.
- getMajorVersion() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Major version of the ABC
- getMajorVersion() - Method in class org.apache.flex.compiler.fxg.FXGVersion
-
- getMajorVersion() - Method in class org.apache.flex.swf.tags.ProductInfoTag
-
- getMakeMovieClip() - Method in class org.apache.flex.compiler.clients.ASC
-
- getManifestFileName() - Method in class org.apache.flex.compiler.internal.mxml.MXMLNamespaceMapping
-
- getManifestFileName() - Method in interface org.apache.flex.compiler.mxml.IMXMLNamespaceMapping
-
Returns the normalized absolute file name to the manifest file of the
mapping.
- getMask() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- getMask() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getMask() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IMaskableNode
-
- getMaskIndex() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupNode
-
- getMaskIndex() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IMaskingNode
-
- getMaskIndex() - Method in class org.apache.flex.compiler.internal.fxg.dom.PlaceObjectNode
-
- getMaskType() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
-
- getMaskType() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getMaskType() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IMaskableNode
-
- getMaskValue() - Method in class org.apache.flex.compiler.common.ASModifier
-
- getMatchedRules(CSSCompilationSession, IFlexProject, ICSSDocument, ImmutableSet<String>, Collection<ICompilerProblem>) - Static method in class org.apache.flex.compiler.internal.css.semantics.CSSSemanticAnalyzer
-
Get a set of
ICSSRule
's that match any of the class definitions
passed in.
- getMatrix() - Method in class org.apache.flex.swf.tags.PlaceObjectTag
-
- getMatrix() - Method in class org.apache.flex.swf.types.ConvolutionFilter
-
- getMatrixNode() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
-
- getMatrixNode() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- getMatrixNode() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IScalableGradientNode
-
- getMatrixNode() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
-
- getMatrixNode() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- getMatrixX() - Method in class org.apache.flex.swf.types.ConvolutionFilter
-
- getMatrixY() - Method in class org.apache.flex.swf.types.ConvolutionFilter
-
- getMaxLength() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
- getMaxRecursionDepth() - Method in class org.apache.flex.swf.tags.ScriptLimitsTag
-
The MaxRecursionDepth field sets the ActionScript maximum recursion
limit.
- getMaxScopeDepth() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getMaxSize() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getMaxSize() - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionSet
-
- getMaxSize() - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionSet
-
- getMaxSize() - Method in interface org.apache.flex.compiler.scopes.IDefinitionSet
-
- getMaxSize() - Method in class org.apache.flex.utils.IntMapLRUCache
-
Returns the number of elements that this cache can hold.
- getMaxSlotCount() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getMaxStack() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getMaxValue() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the value of this style's
maxValue
attribute.
- getMaxValue() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getMaxValueExclusive() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the value of this style's
maxValueExclusive
attribute.
- getMaxValueExclusive() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getMediaQueryConditions() - Method in interface org.apache.flex.compiler.css.ICSSRule
-
Get a list of media query conditions associated with this CSS rule.
- getMediaQueryConditions() - Method in class org.apache.flex.compiler.internal.css.CSSRule
-
- getMergeABCs() - Method in class org.apache.flex.compiler.clients.ASC
-
- getMessage(String) - Method in class org.apache.flex.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.flex.compiler.definitions.metadata.IDeprecationInfo
-
- getMessage() - Method in exception org.apache.flex.compiler.exceptions.ConfigurationException
-
- getMessage() - Method in exception org.apache.flex.compiler.exceptions.LibraryCircularDependencyException
-
- getMessage() - Method in class org.apache.flex.compiler.internal.definitions.metadata.DeprecationInfo
-
- getMetadata() - Method in class org.apache.flex.abc.semantics.Trait
-
- getMetadata() - Method in class org.apache.flex.compiler.internal.tree.as.parts.DecorationPart
-
- getMetadata() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IDecorationPart
-
- getMetadata() - Method in class org.apache.flex.compiler.internal.tree.as.parts.SparseDecorationPart
-
- getMetadata() - Method in interface org.apache.flex.swf.ISWF
-
Get the Metadata text.
- getMetadata() - Method in class org.apache.flex.swf.SWF
-
- getMetadata() - Method in class org.apache.flex.swf.tags.MetadataTag
-
Get metadata.
- getMetadataNodes() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getMetadataNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets an array of all the child nodes that represent
tags.
- getMetadataParserASDocDelegate() - Method in interface org.apache.flex.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.
- getMetadataPool() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
metadata pool, does not have default zero entry.
- getMetaInfos() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getMetaInfos() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getMetaInfos() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getMetaInfos() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the
IMetaInfo
s for all the metadat tags of this node.
- getMetaTagByName(String) - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Returns the first
IMetaTagNode
matching the given name
- getMetaTagByName(String) - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getMetaTagByName(String) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getMetaTagNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLMetadataNode
-
Gets the nodes representing the metadata declarations inside the
fx:Metadata
tag.
- getMetaTagNodesByName(String) - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getMetaTagNodesByName(String) - Method in interface org.apache.flex.compiler.tree.as.IClassNode
-
Retrieve all of the meta attributes (e.g.
- getMetaTags() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getMetaTags() - Method in class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
- getMetaTags() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getMetaTags() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getMetaTags() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getMetaTags() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getMetaTags() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the metadata tags of this node.
- getMetaTagsByName(String) - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets all the
IMetaTagNode
objects that match the given name
- getMetaTagsByName(String) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getMetaTagsByName(String) - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getMetaTagsByName(String) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getMetaTagsByName(String) - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getMetaTagsByName(String, RecursionGuard, ArrayList<IMetaTagNode>) - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
Retrieves all of the matching meta attributes associated with this class
or any of its base classes
- getMetaTagsByName(String) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getMetaTagsByName(String) - Method in interface org.apache.flex.compiler.tree.as.ICommonClassNode
-
Retrieve all of the meta attributes (e.g.
- getMetaTagsNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getMetaTagsNode() - Method in class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
- getMethodBodies() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Get a list of the method bodies
- getMethodBodyForMethodInfo(MethodInfo) - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Get the corresponding MethodBodyInfo for a given MethodInfo
- getMethodBodyInfo() - Method in class org.apache.flex.abc.models.TreeModelEncoder
-
Get the MethodBodyInfo of the method being analyzed.
- getMethodBodySemanticChecker() - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getMethodBodySemanticChecker() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getMethodInfo() - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
-
- getMethodInfo() - Method in class org.apache.flex.compiler.internal.as.codegen.GenerateFunctionInParallelResult
-
Gets the
MethodInfo
for the function for which code is being
generated.
- getMethodInfo() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getMethodInfos() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Get a list of the method infos
- getMethodName() - Method in class org.apache.flex.abc.semantics.MethodInfo
-
- getMethodName() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLRemoteObjectMethodNode
-
- getMimeTypeFromFilename(String) - Static method in enum org.apache.flex.compiler.internal.embedding.EmbedMIMEType
-
Look at the filename passed in and try and guess the MIME type
based on file extension.
- getMimeTypeFromMimeString(String) - Static method in enum org.apache.flex.compiler.internal.embedding.EmbedMIMEType
-
Convert a mime type string to the corresponding enum
- getMinor() - Method in class org.apache.flex.utils.Version
-
Gets the minor version number number.
- getMinorVersion() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Minor version of the ABC
- getMinorVersion() - Method in class org.apache.flex.swf.tags.ProductInfoTag
-
- getMinValue() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the value of this style's
minValue
attribute.
- getMinValue() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getMinValueExclusive() - Method in interface org.apache.flex.compiler.definitions.IStyleDefinition
-
Gets the value of this style's
minValueExclusive
attribute.
- getMinValueExclusive() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getMissingConfigurationFiles() - Method in class org.apache.flex.compiler.config.Configurator
-
- getMissingConfigurationFiles() - Method in interface org.apache.flex.compiler.internal.config.IConfigurator
-
Get the list of configuration files that were specified to be loaded but not found
while processing compiler settings.
- getMiterLimitFactor() - Method in class org.apache.flex.swf.types.LineStyle2
-
- getMiterLimitFactor() - Method in class org.apache.flex.swf.types.MorphLineStyle2
-
Get miter limit factor.
- getMName() - Method in class org.apache.flex.compiler.common.Multiname
-
Gets the AET name for this
Multiname
.
- getMName(ICompilerProject, ASScope) - Method in interface org.apache.flex.compiler.definitions.references.IReference
-
Gets the AET {link Name} that this reference represents in the given
project and scope.
- getMName() - Method in interface org.apache.flex.compiler.definitions.references.IResolvedQualifiersReference
-
Gets the AET
Name
that this reference represents.
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
Codegen should never ask for the AET Name of a class traits
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Generate an AET Name object for this definition, and log any Problems
encountered while constructing the Name, to the list of problems passed
in.
- getMName(ICompilerProject, ASScope) - Method in class org.apache.flex.compiler.internal.definitions.references.BuiltinReference
-
- getMName(ICompilerProject, ASScope) - Method in class org.apache.flex.compiler.internal.definitions.references.LexicalReference
-
- getMName(ICompilerProject, ASScope) - Method in class org.apache.flex.compiler.internal.definitions.references.NotATypeReference
-
- getMName(ICompilerProject, ASScope) - Method in class org.apache.flex.compiler.internal.definitions.references.ParameterizedReference
-
- getMName(ICompilerProject, ASScope) - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedQualifiersReference
-
- getMName() - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedQualifiersReference
-
- getMName(ICompilerProject, ASScope) - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedReference
-
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Gets the AET
Name
object to be used for an expression.
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.tree.as.MemberAccessExpressionNode
-
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- getMName(ICompilerProject) - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- getMobile() - Method in class org.apache.flex.compiler.config.Configuration
-
- getModelClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getModelClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getModifier() - Method in class org.apache.flex.compiler.internal.tree.as.ModifierNode
-
- getModifier() - Method in interface org.apache.flex.compiler.tree.as.IModifierNode
-
Gets the modifier as an
ASModifier
.
- getModifiers() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
- getModifiers() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getModifiers() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getModifiers() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
Get the modifiers of this variable.
- getModifiers() - Method in class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
- getModifiers() - Method in class org.apache.flex.compiler.internal.tree.as.parts.DecorationPart
-
- getModifiers() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IDecorationPart
-
- getModifiers() - Method in class org.apache.flex.compiler.internal.tree.as.parts.SparseDecorationPart
-
- getModifiersContainer() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getModifiersContainer() - Method in class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
- getModifierSet() - Method in class org.apache.flex.compiler.internal.tree.as.ModifiersContainerNode
-
- getModifierString() - Method in class org.apache.flex.compiler.internal.tree.as.ModifierNode
-
- getModifierString() - Method in interface org.apache.flex.compiler.tree.as.IModifierNode
-
Gets the modifier as a
String
.
- getMoveDeltaX() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
Get move delta on X-axis.
- getMoveDeltaY() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
Get move delta on Y-axis.
- getMultiDefinitionType(IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Is the given multiply defined, or ambiguous?
- getMxmlChildrenAsData() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getMxmlChildrenAsData() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
- getMXMLData() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the DOM representation of the MXML file.
- getMXMLDataManager() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- getMXMLDataManager() - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Gets the singleton that manages DOM-like
MXMLData
objects for
MXML files in the workspace.
- getMXMLDialect() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getMXMLDialect(PrefixMap) - Static method in class org.apache.flex.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 class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
- getMXMLDialect() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getMXMLDialect() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the version of MXML used by the MXML file.
- getMXMLDialect() - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Gets the MXML dialect being used.
- getMXMLDialect() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagAttributeData
-
Gets the MXML dialect used in the document containing this attribute.
- getMXMLDialect() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Returns the MXML dialect used in the MXML document that contains this
unit.
- getMXMLEventSpecifierContent(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
- getMxmlImplicitImports() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getMxmlImplicitImports() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Gets the implicit imports for MXML.
- getMXMLObjectInterface() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getMXMLTokenKind() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLToken
-
- getMXMLTokenKind() - Method in interface org.apache.flex.compiler.parsing.IMXMLToken
-
Returns the kind of token that we represent.
- getName() - Method in class org.apache.flex.abc.semantics.Metadata
-
- getName() - Method in class org.apache.flex.abc.semantics.Namespace
-
- getName() - Method in class org.apache.flex.abc.semantics.Trait
-
- getName() - Method in interface org.apache.flex.compiler.asdoc.IASDocTag
-
- getName() - Method in class org.apache.flex.compiler.clients.ASDOC
-
- getName() - Method in class org.apache.flex.compiler.clients.COMPC
-
- getName() - Method in class org.apache.flex.compiler.clients.MXMLC
-
- getName() - Method in class org.apache.flex.compiler.clients.Optimizer
-
- getName() - Method in class org.apache.flex.compiler.common.XMLName
-
Get the element's unqualified local name
- getName() - Method in enum org.apache.flex.compiler.constants.IASLanguageConstants.BuiltinType
-
- getName() - Method in interface org.apache.flex.compiler.css.ICSSProperty
-
- getName() - Method in interface org.apache.flex.compiler.definitions.references.IReference
-
Gets the base name for this reference.
- getName() - Method in class org.apache.flex.compiler.internal.as.codegen.Binding
-
Get the multiname for this binding - used to generate access by name
- getName() - Method in class org.apache.flex.compiler.internal.css.CSSProperty
-
- getName() - Method in class org.apache.flex.compiler.internal.definitions.references.BuiltinReference
-
- getName() - Method in class org.apache.flex.compiler.internal.definitions.references.LexicalReference
-
- getName() - Method in class org.apache.flex.compiler.internal.definitions.references.NotATypeReference
-
- getName() - Method in class org.apache.flex.compiler.internal.definitions.references.ParameterizedReference
-
- getName() - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedQualifiersReference
-
- getName() - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedReference
-
- getName() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
- getName() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.ClassReferenceNode
-
Returns the qualified name used in the ClassReference expression.
- getName(ICompilerProject, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.EmbedNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getName() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLRepeaterNode
-
- getName() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getName() - Method in class org.apache.flex.compiler.internal.units.EmbedCompilationUnit
-
- getName() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getName() - Method in class org.apache.flex.compiler.internal.units.SWCCompilationUnit
-
- getName() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagAttributeData
-
Gets the name of this attribute as written, such as
"s:width.over"
.
- getName() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the name of this tag as written, such as
"s:width.over"
.
- getName() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the name of the type
- getName() - Method in interface org.apache.flex.compiler.tree.as.IIdentifierNode
-
Gets the full name of this identifier
- getName() - Method in interface org.apache.flex.compiler.tree.metadata.IInspectableTagNode
-
- getName() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLNode
-
Gets the name of this node.
- getName() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLSpecifierNode
-
Gets the name of the property, style, or event.
- getName() - Method in interface org.apache.flex.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.flex.swc.ISWCComponent
-
Display name of a component.
- getName() - Method in interface org.apache.flex.swc.ISWCScript
-
Get the name of the script.
- getName() - Method in class org.apache.flex.swc.SWCComponent
-
- getName() - Method in class org.apache.flex.swc.SWCScript
-
- getName() - Method in class org.apache.flex.swf.SWFFrame
-
Get frame name.
- getName() - Method in class org.apache.flex.swf.tags.DoABCTag
-
The name assigned to the bytecode.
- getName() - Method in class org.apache.flex.swf.tags.FrameLabelTag
-
Get the frame name.
- getName() - Method in class org.apache.flex.swf.tags.PlaceObject2Tag
-
- getName() - Method in enum org.apache.flex.swf.tags.ProductInfoTag.Edition
-
- getName() - Method in enum org.apache.flex.swf.tags.ProductInfoTag.Product
-
- getNameAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getNameAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getNameAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getNameAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNameAbsoluteEnd() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the absolute end offset of the name
- getNameAbsoluteStart() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getNameAbsoluteStart() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getNameAbsoluteStart() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getNameAbsoluteStart() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNameAbsoluteStart() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the absolute start offset of the name
- getNameAttr(String) - Method in class org.apache.flex.abc.semantics.Trait
-
Get a Name attribute's value.
- getNameColumn() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the local column number of the name of this definition.
- getNameColumn() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getNameColumn() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Get column number for the name of this definition, if it can be
determined.
- getNameColumn() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
Get the column number for this attribute's name.
- getNamedColor(String) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getNamedEntity(String) - Method in class org.apache.flex.compiler.internal.mxml.MXMLDialect
-
Gets the character corresponding to an entity name in this dialect of
MXML.
- getNameEnd() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the local ending offset of the name of this definition.
- getNameEnd() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getNameEnd() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getNameEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
Gets the ending offset for this attribute's name.
- getNameEnd() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Get the end position of the tag name
- getNameEnd() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getNameEnd() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getNameEnd() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getNameEnd() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNameEnd() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the local end offset of the name
- getNameExpression() - Method in class org.apache.flex.compiler.internal.tree.as.RuntimeNameExpressionNode
-
Returns the name expression found within this runtime name expression
- getNameExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getNameExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getNameExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getNameExpressionNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNameExpressionNode() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Gets the expression that represents the name of this
IDefinitionNode
- getNameLine() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the local line number of the name of this definition.
- getNameLine() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getNameLine() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Get line number for the name of this definition, if it can be determined.
- getNameLine() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
Gets the line number for this attribute's name.
- getNameNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getNameNode() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getNameNode() - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralValuePairNode
-
- getNameNode() - Method in interface org.apache.flex.compiler.tree.as.IFunctionCallNode
-
The expression being called.
- getNameNode() - Method in interface org.apache.flex.compiler.tree.as.IObjectLiteralValuePairNode
-
Represents the name part of a ObjectLiteralValuePair.
- getNamePool() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Name pool, has default zero entry.
- getNamespace() - Method in class org.apache.flex.compiler.common.ASImportTarget
-
- getNamespace() - Method in interface org.apache.flex.compiler.common.IImportTarget
-
Gets the
INamespaceDefinition
for the imported package's public namespace.
- getNamespace() - Method in class org.apache.flex.compiler.internal.mxml.MXMLNamespaceAttributeData
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.parts.DecorationPart
-
- getNamespace() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IDecorationPart
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.as.parts.SparseDecorationPart
-
- getNamespace() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNamespace() - Method in interface org.apache.flex.compiler.mxml.IMXMLNamespaceAttributeData
-
Returns the namespace that this
xmlns
attribute represents.
- getNamespace() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Returns the namespace that this member belongs to
- getNamespaceClassification() - Method in interface org.apache.flex.compiler.definitions.INamespaceDefinition
-
Get the classification for this namespace (local, package level, etc,
etc)
- getNamespaceClassification() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceNode
-
- getNamespaceClassification() - Method in interface org.apache.flex.compiler.tree.as.INamespaceNode
-
Get the classification for this namespace (local, package level, etc,
etc)
- getNamespaceContext() - Method in class org.apache.flex.swc.catalog.XMLFormatter
-
- getNamespaceCount() - Method in interface org.apache.flex.compiler.definitions.IQualifiers
-
Gets the number of namespaces in the set.
- getNamespaceCount() - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getNamespaceDecorationKind() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- getNamespaceDecorationKind() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNamespaceExpressionNode
-
- getNamespaceDecorationKind() - Method in interface org.apache.flex.compiler.tree.as.INamespaceDecorationNode
-
Returns the type of namespace decoration kind this item represents
- getNamespaceDefinition(String) - Method in interface org.apache.flex.compiler.css.ICSSDocument
-
Get the
ICSSNamespaceDefinition
object from its associated prefix
name.
- getNamespaceDefinition(String) - Method in class org.apache.flex.compiler.internal.css.CSSDocument
-
- getNamespaceDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getNamespaceForPrefix(String) - Method in class org.apache.flex.compiler.common.PrefixMap
-
Returns the namespace for the given prefix.
- getNamespaceInClassContext(IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Resolve a definition's namespace, and if its parent is a class, normalize
that namespace against the parent class' superclass' protected namespace.
- getNamespaceMappings() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Gets the mappings from MXML namespace URI to manifest files, as specified
by -namespace options.
- getNamespaceMappings() - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Get all the namespace mappings.
- getNamespaceNode() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getNamespaceNode() - Method in class org.apache.flex.compiler.internal.tree.as.ChainedVariableNode
-
- getNamespaceNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getNamespacePackageName() - Method in interface org.apache.flex.compiler.definitions.INamespaceDefinition.INamespaceWithPackageName
-
Retrieves the package name associated with this namespace.
- getNamespacePrefix() - Method in interface org.apache.flex.compiler.css.ICSSSelector
-
Get the namespace prefix.
- getNamespacePrefix() - Method in class org.apache.flex.compiler.internal.css.CSSSelector
-
- getNamespacePrefix() - Method in class org.apache.flex.compiler.internal.mxml.MXMLNamespaceAttributeData
-
- getNamespacePrefix() - Method in interface org.apache.flex.compiler.mxml.IMXMLNamespaceAttributeData
-
Returns the prefix found in this
xmlns
attribute.
- getNamespaceReference() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the namespace that this definition belongs to.
- getNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getNamespaceReferenceAsString() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getNamespaceReferenceAsString() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getNamespaceReferenceForNamespace(Namespace) - Method in class org.apache.flex.compiler.internal.abc.ABCScopeBuilder
-
Constructs or otherwise obtains an
INamespaceReference
for an
Namespace
.
- getNamespaces() - Method in class org.apache.flex.compiler.clients.ASC
-
- getNamespaceSet() - Method in class org.apache.flex.compiler.common.Multiname
-
Gets the namespace set for this
Multiname
.
- getNamespaceSet() - Method in interface org.apache.flex.compiler.definitions.IQualifiers
-
Gets the set of namespaces.
- getNamespaceSet() - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getNamespaceSet(ICompilerProject, ASScope) - Method in class org.apache.flex.compiler.internal.definitions.references.LexicalReference
-
- getNamespaceSet(ICompilerProject) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Computes and returns the namespace set for this scope.
- getNamespaceSet() - Method in class org.apache.flex.compiler.internal.scopes.NamespaceSetPredicate
-
- getNamespaceSet(ICompilerProject) - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
-
Get the namespace set of the containing scope
- getNamespaceSetForName(ICompilerProject, String) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Calculate the namespace set to use to resolve name.
- getNamespaceSetForSuper(ICompilerProject, IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Helper method to get the namespace set to use for a super reference.
- getNamespaceURINode() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceNode
-
- getNamespaceURINode() - Method in interface org.apache.flex.compiler.tree.as.INamespaceNode
-
Return the initializer for this namespace decl
- getNamespaceValue() - Method in class org.apache.flex.abc.semantics.PooledValue
-
- getNameStart() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the local starting offset of the name of this definition.
- getNameStart() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getNameStart() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getNameStart() - Method in class org.apache.flex.compiler.internal.definitions.TypeDefinitionBase
-
If the definition has metadata "__go_to_definition_help", use the
annotated location.
- getNameStart() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
Gets the starting offset for this attribute's name.
- getNameStart() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Get the start position of the tag name
- getNameStart() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
- getNameStart() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getNameStart() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getNameStart() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNameStart() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the local start offset of the name
- getNeedsProtected() - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getNestingState() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getNewKeywordNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getNewKeywordNode() - Method in interface org.apache.flex.compiler.tree.as.IFunctionCallNode
-
Get the new keyword, if one is present
- getNext() - Method in interface org.apache.flex.compiler.internal.definitions.NamespaceDefinition.INamespaceDirective
-
- getNext() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getNext() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Gets the next MXML unit.
- getNextAdjacent(int) - Method in class org.apache.flex.utils.IntMap
-
A bit of an aberration from an academic point of view,
but since this is an ordered Map, why not!
- getNextSibling(boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getNextSibling(boolean) - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the next sibling open tag of this tag.
- getNextSiblingUnit() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getNextSiblingUnit() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Gets the next sibling unit after this unit.
- getNextTag() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getNextTag() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Gets the next tag.
- getNode(IWorkspace, ASScope) - Method in class org.apache.flex.compiler.common.NodeReference
-
Get a strong reference to the Node.
- getNode() - Method in interface org.apache.flex.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.flex.compiler.definitions.IEffectDefinition
-
Returns the
IEffectTagNode
from which this definition was
created, if the definition came from the AST for a source file.
- getNode() - Method in interface org.apache.flex.compiler.definitions.IEventDefinition
-
Returns the
IEventTagNode
from which this definition was created,
if the definition came from the AST for a source file.
- getNode() - Method in interface org.apache.flex.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.flex.compiler.definitions.IPackageDefinition
-
Returns the
IPackageNode
from which this definition was created,
if the definition came from the AST for a source file.
- getNode() - Method in interface org.apache.flex.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.flex.compiler.definitions.IStyleDefinition
-
Returns the
IStyleTagNode
from which this definition was created,
if the definition came from the AST for a source file.
- getNode() - Method in interface org.apache.flex.compiler.definitions.ITypeDefinition
-
Returns the
ITypeNode
from which this definition was created, if
the definition came from the AST for a source file.
- getNode() - Method in class org.apache.flex.compiler.internal.as.codegen.Binding
-
Get the AST node that generated this binding, used for error reporting.
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.EffectDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.EventDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.PackageDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.ParameterDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.StyleDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.TypeDefinitionBase
-
- getNode() - Method in class org.apache.flex.compiler.internal.definitions.VariableDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.mxml.StateDefinition
-
- getNode() - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
Get the IASNode this FileScope came from.
- getNodeID() - Method in class org.apache.flex.compiler.internal.as.codegen.InstructionListNode
-
Get the opcode of this node
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ArrayLiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAsNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorCommaNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorEqualNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanEqualsNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInstanceOfNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorIsNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanEqualsNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNotEqualNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusAssignmentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictEqualNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictNotEqualNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.BlockNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ClassReferenceNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ConditionalNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ConfigConditionBlockNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.DefaultXMLNamespaceNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.DoWhileLoopNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.DynamicAccessNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.EmbedNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.FullNameNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionCallNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionObjectNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.GetterNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.IfNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.IterationFlowNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.KeywordNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.LabeledStatementNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.LanguageIdentifierNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.LiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.MemberAccessExpressionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BasicMetaTagNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.ResourceBundleTagNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ModifierNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceAccessExpressionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.NilNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.NonResolvingIdentifierNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.NumericLiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ObjectLiteralValuePairNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNameExpressionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNamespaceExpressionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.RegExpLiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ReturnNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.RuntimeNameExpressionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.SetterNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.SwitchNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.TerminalNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.TernaryOperatorNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.ThrowNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.TransparentContainerNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.TryNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.TypedExpressionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorAtNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorBitwiseNotNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorDeleteNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorLogicalNotNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorMinusNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPlusNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostDecrementNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostIncrementNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPreDecrementNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPreIncrementNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorTypeOfNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorVoidNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.UseNamespaceNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.VariableExpressionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.VariableNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.VectorLiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.WhileLoopNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.WithNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.XMLListLiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.as.XMLLiteralNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLDocumentNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLRepeaterNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.properties.ResourceBundleEntryNode
-
- getNodeID() - Method in class org.apache.flex.compiler.internal.tree.properties.ResourceBundleFileNode
-
- getNodeID() - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Get the opcode of this node
- getNodeIfExists() - Method in class org.apache.flex.compiler.common.NodeReference
-
Get the node from the underlying weak reference.
- getNodeKind() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Get the node type as a string.
- getNodeName() - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.BitmapGraphicNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.CDATANode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.DefinitionNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.EllipseNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.BitmapFillNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.SolidColorFillNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.BevelFilterNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.BlurFilterNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.ColorMatrixFilterNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.GlowFilterNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.GradientEntryNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupDefinitionNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.LibraryNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.LineNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.MaskPropertyNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.PathNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.PlaceObjectNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.RectNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.BRNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.DivNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.ImgNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.LinkNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.ParagraphNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.SpanNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TabNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TCYNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextLayoutFormatNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.SolidColorStrokeNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.text.BRNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.text.ParagraphNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.text.SpanNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.transforms.ColorTransformNode
-
- getNodeName() - Method in class org.apache.flex.compiler.internal.fxg.dom.transforms.MatrixNode
-
- getNodesDependentOnState(String) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNodesDependentOnState(String) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets the list of nodes in this class (in tree order) that are dependent
on a specified state, either through an
includeIn
or
excludeFrom
attribute or through a suffix.
- getNodeStartForTooling() - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
-
returns the start of the first child node that is not ignored by the
tooling.
- getNodeURI() - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
-
- getNodeURI() - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
-
return the namespace URI of this node.
- getNodeURI() - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
-
return the namespace URI of this node.
- getNodeWithID(String) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getNodeWithID(String) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets the instance node with a specified id.
- getNominalSize() - Method in class org.apache.flex.abc.Pool
-
When the only entry in a pool with a default zero entry is the default
zero entry the nominal size of the pool is 0, otherwise the nominal size
of the pool is the same as its size.
- getNsPool() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
namespace pool, has default zero entry.
- getNssetPool() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
namespace set pool, has default zero entry.
- getNthChild(int) - Method in interface org.apache.flex.compiler.css.ICSSNode
-
Get the node's nth child.
- getNthChild(IASNode, int) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the Nth child of a node per the BURM's semantics.
- getNullClassDefinition() - Static method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getNumber() - Method in class org.apache.flex.compiler.internal.css.CSSNumberPropertyValue
-
- getNumberAutoAsDbl() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.NumberAuto
-
- getNumberAutoAsEnum() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.NumberAuto
-
- getNumberAutoAsInt() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.NumberAuto
-
- getNumberDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getNumberInheritAsDbl() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.NumberInherit
-
- getNumberInheritAsEnum() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.NumberInherit
-
- getNumberPercentAutoAsDbl() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.NumberPercentAuto
-
- getNumberPercentAutoAsEnum() - Method in class org.apache.flex.compiler.internal.fxg.dom.types.NumberPercentAuto
-
- getNumBits() - Method in class org.apache.flex.swf.types.CurvedEdgeRecord
-
Get number of bits required to store anchor delta x/y and control delta
x/y.
- getNumBits() - Method in class org.apache.flex.swf.types.StraightEdgeRecord
-
Get number of bits required to store delta x/y.
- getNumColors() - Method in class org.apache.flex.swf.types.GradientBevelFilter
-
- getNumColors() - Method in class org.apache.flex.swf.types.GradientGlowFilter
-
- getNumericValue() - Method in class org.apache.flex.compiler.internal.tree.as.NumericLiteralNode
-
- getNumericValue() - Method in interface org.apache.flex.compiler.tree.as.INumericLiteralNode
-
- getNumFillBits() - Method in class org.apache.flex.swf.types.Shape
-
- getNumFillBits() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
Get the numFillBits field read from SWF.
- getNumFrames() - Method in class org.apache.flex.swf.tags.DefineVideoStreamTag
-
- getNumGlyphs() - Method in class org.apache.flex.swf.tags.DefineFont2Tag
-
- getNumLineBits() - Method in class org.apache.flex.swf.types.Shape
-
- getNumLineBits() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
Get the numLineBits field read from SWF.
- getNumUnits() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getNumUnits() - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Gets the number of MXML "units".
- getNumWatchers() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
- getNumZoneData() - Method in class org.apache.flex.swf.types.ZoneRecord
-
- getObjectDefinition() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getObjectProxyClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getOffset() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData.Cursor
-
Get the offset the cursor is pointing to
- getOffset() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
Gets the current offset of the tokenizer into the file buffer.
- getOffset() - Method in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
-
- getOffset() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
Gets the current offset of the tokenizer into the file buffer.
- getOffset() - Method in class org.apache.flex.swf.io.InputBitStream
-
- getOffset() - Method in class org.apache.flex.swf.tags.DefineMorphShapeTag
-
Indicates offset to EndEdges.
- getOffsetCueList() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
-
Get all the
OffsetCue
's.
- getOffsetLookup() - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
-
- getOffsetLookup() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getOffsetLookup() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getOffsetLookup() - Method in interface org.apache.flex.compiler.tree.as.IFileNode
-
- getOffsetsString() - Method in class org.apache.flex.compiler.common.SourceLocation
-
Displays line, column, start, end
- getOffsetTable() - Method in class org.apache.flex.swf.tags.DefineFontTag
-
- getOpcode() - Method in class org.apache.flex.abc.semantics.Instruction
-
- getOpenBlockTokenType(int) - Static method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- getOpenBlockTokenType() - Method in class org.apache.flex.compiler.internal.parsing.as.ASToken
-
- getOpenNamespaces(IASNode, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the set of open namespaces for the given node.
- getOpenNamespacesForSuper(IASNode, ICompilerProject, IDefinition) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get the set of open namespaces for the given node,
as appropriate for
super[...]
- getOperand(int) - Method in class org.apache.flex.abc.semantics.ArbitraryOperandsInstruction
-
Fetch an operand.
- getOperand(int) - Method in class org.apache.flex.abc.semantics.Instruction
-
Get one of the instruction's non-immediate operands.
- getOperand(int) - Method in class org.apache.flex.abc.semantics.OneOperandInstruction
-
- getOperandCount() - Method in class org.apache.flex.abc.semantics.ArbitraryOperandsInstruction
-
- getOperandCount() - Method in class org.apache.flex.abc.semantics.Instruction
-
- getOperandCount() - Method in class org.apache.flex.abc.semantics.OneOperandInstruction
-
- getOperandNode() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorNodeBase
-
- getOperandNode() - Method in interface org.apache.flex.compiler.tree.as.IUnaryOperatorNode
-
Get expression acted on by the unary operator
- getOperationName() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLWebServiceOperationNode
-
- getOperator() - Method in interface org.apache.flex.compiler.css.ICSSNode
-
Get the node's type.
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAsNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseAndNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseLeftShiftNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseOrNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseRightShiftNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseUnsignedRightShiftNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorBitwiseXorNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorCommaNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorDivisionNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorEqualNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanEqualsNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorGreaterThanNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorInstanceOfNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorIsNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanEqualsNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLessThanNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalAndNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorLogicalOrNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMinusNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorModuloNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorMultiplicationNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNotEqualNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusAssignmentNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorPlusNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictEqualNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorStrictNotEqualNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.DynamicAccessNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.MemberAccessExpressionNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceAccessExpressionNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.TernaryOperatorNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorAtNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorBitwiseNotNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorDeleteNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorLogicalNotNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorMinusNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPlusNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostDecrementNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPostIncrementNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPreDecrementNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorPreIncrementNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorTypeOfNode
-
- getOperator() - Method in class org.apache.flex.compiler.internal.tree.as.UnaryOperatorVoidNode
-
- getOperator() - Method in interface org.apache.flex.compiler.tree.as.IOperatorNode
-
Returns the type of the operator that is referenced from this expression
- getOperatorAbsoluteEnd() - Method in class org.apache.flex.compiler.internal.tree.as.OperatorNodeBase
-
- getOperatorAbsoluteEnd() - Method in interface org.apache.flex.compiler.tree.as.IOperatorNode
-
Get the absolute offset where the operator ends
- getOperatorAbsoluteStart() - Method in class org.apache.flex.compiler.internal.tree.as.OperatorNodeBase
-
- getOperatorAbsoluteStart() - Method in interface org.apache.flex.compiler.tree.as.IOperatorNode
-
Get the absolute offset where the operator starts
- getOperatorEnd() - Method in class org.apache.flex.compiler.internal.tree.as.OperatorNodeBase
-
- getOperatorEnd() - Method in interface org.apache.flex.compiler.tree.as.IOperatorNode
-
Get the local offset where the operator ends
- getOperatorStart() - Method in class org.apache.flex.compiler.internal.tree.as.OperatorNodeBase
-
- getOperatorStart() - Method in interface org.apache.flex.compiler.tree.as.IOperatorNode
-
Get the local offset where the operator starts
- getOperatorText() - Method in class org.apache.flex.compiler.internal.tree.as.MemberAccessExpressionNode
-
- getOperatorText() - Method in class org.apache.flex.compiler.internal.tree.as.OperatorNodeBase
-
- getOperatorText() - Method in enum org.apache.flex.compiler.tree.as.IOperatorNode.OperatorType
-
- getOptimize() - Method in class org.apache.flex.compiler.clients.ASC
-
- getOptimizerConfigs() - Method in class org.apache.flex.compiler.clients.ASC
-
- getOptions(Map<String, Object>, Map<String, Object>, String[]) - Method in class org.apache.flex.compiler.config.Configurator
-
- getOptionsForASC() - Static method in class org.apache.flex.compiler.internal.clients.CLIFactory
-
Create CLI options for ASC command-line.
- getOptionsForCOMPC() - Method in class org.apache.flex.compiler.internal.clients.CLIFactory
-
Create CLI options for COMPC command-line.
- getOptionsForMXMLC() - Method in class org.apache.flex.compiler.internal.clients.CLIFactory
-
Create CLI options for MXMLC command-line.
- getOrCreateChildren() - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
-
- getOrCreateWatcher(WatcherInfoBase, WatcherInfoBase.WatcherType, Object, Collection<ICompilerProblem>, IASNode, List<String>) - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
Searches for appropriate existing watcher, or creates new one.
- getOutgoingDependenciesRequest() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getOutgoingDependenciesRequest() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getOutgoingDependenciesRequest() - Method in interface org.apache.flex.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.
- getOutgoingEdges(V) - Method in class org.apache.flex.compiler.internal.graph.Graph
-
- getOutgoingEdges(V) - Method in interface org.apache.flex.compiler.internal.graph.IGraph
-
Finds all the edges emanating from the specified vertex.
- getOutgoingEdges(V) - Method in class org.apache.flex.compiler.internal.graph.SynchronizedGraph
-
- getOutPoint() - Method in class org.apache.flex.swf.types.SoundInfo
-
- getOutput() - Method in class org.apache.flex.compiler.clients.Optimizer.OptimizerConfiguration
-
- getOutput() - Method in class org.apache.flex.compiler.config.Configuration
-
- getOutput() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getOutput() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the file that specifies where the target should be created.
- getOutput() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getOutputBasename() - Method in class org.apache.flex.compiler.clients.ASC
-
Get the user specified basename.
- getOutputDirectory() - Method in class org.apache.flex.compiler.clients.ASC
-
Get the user specified output directory.
- getOutputPath(ConfigurationValue, String) - Method in class org.apache.flex.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.flex.compiler.config.Configuration
-
- getOwnNeedsProtected() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
- getPackageDitaParser() - Method in interface org.apache.flex.compiler.asdoc.IASDocDelegate
-
Get's an implementation of
IPackageDITAParser
that can be used by
the SWCReader
to parse DITA information found in a SWC.
- getPackageDitaParser() - Method in class org.apache.flex.compiler.internal.parsing.as.NilASDocDelegate
-
- getPackageDitaParser() - Method in class org.apache.flex.compiler.internal.parsing.as.SimpleASDocDelegate
-
- getPackageKeywordEnd() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
Get the end offset for the package keyword
- getPackageKeywordStart() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
Get the start offset for the package keyword
- getPackageKind() - Method in interface org.apache.flex.compiler.definitions.IPackageDefinition
-
Returns the kind of package that this node represents
- getPackageKind() - Method in class org.apache.flex.compiler.internal.definitions.PackageDefinition
-
- getPackageKind() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getPackageKind() - Method in interface org.apache.flex.compiler.tree.as.IPackageNode
-
Returns the kind of package that this node represents
- getPackageName() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the fully-qualified package name for this definition.
- getPackageName() - Method in class org.apache.flex.compiler.fxg.flex.FXGSymbolClass
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.definitions.TypeDefinitionBase
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope.DefinitionPromise
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getPackageName() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getPackageName() - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Get package name that applies to this node.
- getPackageName() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get package name that applies to this node
- getPackageName() - Method in interface org.apache.flex.swc.dita.IDITAEntry
-
Returns the package name that this IDITAEntry represents
- getPackageNameForQName(String) - Static method in class org.apache.flex.compiler.common.Multiname
-
Returns the package name part of a dotted fully qualified AS3 name.
- getPackageNamespaceDefinitionCache() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- getPageTitle() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
- getPageTitle() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getPageTitle() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getPageTitle() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the page title.
- getPageTitle() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLApplicationNode
-
Gets the page title specified by the
pageTitle
attribute on
the application tag.
- getParallel() - Method in class org.apache.flex.compiler.clients.ASC
-
Gets a boolean that indicates whether or not parallel code generation of
method bodies is enabled.
- getParamCount() - Method in class org.apache.flex.abc.semantics.MethodInfo
-
- getParameterContent(IASNode) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
- getParameterNodes() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getParameterNodes() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
Get the parameters of this function as an array of
IParameterNode
elements
- getParameters() - Method in interface org.apache.flex.compiler.definitions.IFunctionDefinition
-
Get the parameters of this function as an array of
IParameterDefinition
elements
- getParameters() - Method in class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
- getParametersContainerNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getParametersContainerNode() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
Returns the container for parameters of this function
- getParametersNode() - Method in class org.apache.flex.compiler.internal.tree.as.parts.FunctionContentsPart
-
- getParametersNode() - Method in interface org.apache.flex.compiler.internal.tree.as.parts.IFunctionContentsPart
-
Get the arguments of this function as a ContainerNode full of
ArgumentNodes
- getParamNames() - Method in class org.apache.flex.abc.semantics.MethodInfo
-
- getParamTypes() - Method in class org.apache.flex.abc.semantics.MethodInfo
-
- getParamTypes() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getParaphrase() - Method in enum org.apache.flex.compiler.tree.ASTNodeID
-
Get a paraphrase expression for this node ID.
- getParent() - Method in interface org.apache.flex.compiler.definitions.IDefinition
-
Gets the parent definition of this definition.
- getParent() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getParent() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
- getParent() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getParent() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- getParent() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
- getParent() - Method in class org.apache.flex.compiler.internal.tree.as.QualifiedNamespaceExpressionNode
-
- getParent() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagAttributeData
-
Gets the tag to which this attribute belongs.
- getParent() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Gets the
IMXMLData
representing the MXML document that contains
this unit.
- getParent() - Method in interface org.apache.flex.compiler.tree.as.IASNode
-
Get the parent of this node
- getParentExpression() - Method in class org.apache.flex.compiler.internal.tree.as.ExpressionNodeBase
-
Get the parent of this Node as an ExpressionNodeBase.
- getParentQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getParentTag() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Return the parent tag of this tag.
- getParentTag() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the tag that contains this tag.
- getParentUnitData() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getParentUnitData() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Gets the
IMXMLUnitData
which is the hierarchical parent of this
unit in its parents array of IMXMLUnitData objects
- getParentUnitDataIndex() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
Gets the index of this tags hierarchical parent in its parents array of
MXMLUnitData objects
- getParsingProblems() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
Get any saved parsing problems from lazily parsing the function body.
- getPasses() - Method in class org.apache.flex.swf.types.BevelFilter
-
- getPasses() - Method in class org.apache.flex.swf.types.BlurFilter
-
- getPasses() - Method in class org.apache.flex.swf.types.DropShadowFilter
-
- getPasses() - Method in class org.apache.flex.swf.types.GlowFilter
-
- getPassword() - Method in class org.apache.flex.swf.tags.EnableDebugger2Tag
-
- getPassword() - Method in class org.apache.flex.swf.tags.EnableTelemetryTag
-
- getPath() - Method in class org.apache.flex.compiler.filespecs.BaseFileSpecification
-
Returns the path of the file.
- getPath() - Method in class org.apache.flex.compiler.filespecs.CombinedFile
-
The path of the combined file is the path of the source file.
- getPath() - Method in interface org.apache.flex.compiler.filespecs.IFileSpecification
-
Returns the path of the file.
- getPath() - Method in class org.apache.flex.compiler.internal.filespecs.StringFileSpecification
-
- getPath() - Method in class org.apache.flex.compiler.internal.filespecs.SWCFileSpecification
-
- getPath() - Method in class org.apache.flex.compiler.internal.filespecs.ZipFileSpecification
-
- getPath() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getPath() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the path of the MXML file.
- getPath() - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Gets the path to the file on disk that created this
MXMLData
.
- getPath() - Method in interface org.apache.flex.swc.ISWCFileEntry
-
Get the path of the file relative to the root of the package.
- getPath() - Method in interface org.apache.flex.swc.ISWCLibrary
-
Get the path of the library SWF file.
- getPath() - Method in class org.apache.flex.swc.SWCLibrary
-
- getPayload() - Method in interface org.apache.flex.compiler.internal.graph.IGraphable
-
- getPayload() - Method in class org.apache.flex.compiler.internal.parsing.as.MetaDataPayloadToken
-
- getPercentProxy(FlexProject) - Method in interface org.apache.flex.compiler.definitions.IVariableDefinition
-
If this
IVariableDefinition
has
[PercentProxy(...)] metadata,
this method returns the specified property name.
- getPercentProxy(FlexProject) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
Returns the property name specified by
[PercentProxy("...")]
- getPercentProxyDefinition() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
- getPercentProxyDefinition(FlexProject) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLPropertySpecifierNode
-
If the definition for this property has
[PercentProxy(...}]
- getPhysicalColumn() - Method in interface org.apache.flex.compiler.internal.parsing.ISourceFragment
-
Gets the column number where this fragment originally appeared in the file.
- getPhysicalColumn() - Method in class org.apache.flex.compiler.internal.parsing.SourceFragment
-
- getPhysicalLine() - Method in interface org.apache.flex.compiler.internal.parsing.ISourceFragment
-
Gets the line number where this fragment originally appeared in the file.
- getPhysicalLine() - Method in class org.apache.flex.compiler.internal.parsing.SourceFragment
-
- getPhysicalStart() - Method in interface org.apache.flex.compiler.internal.parsing.ISourceFragment
-
Gets the starting offset where this fragment originally appeared in the file.
- getPhysicalStart() - Method in class org.apache.flex.compiler.internal.parsing.SourceFragment
-
- getPhysicalText() - Method in interface org.apache.flex.compiler.internal.parsing.ISourceFragment
-
Gets the original text for this fragment, as it originally appeared in the file.
- getPhysicalText() - Method in class org.apache.flex.compiler.internal.parsing.SourceFragment
-
- getPlaceDepth() - Method in class org.apache.flex.swf.types.ButtonRecord
-
- getPlaceMatrix() - Method in class org.apache.flex.swf.types.ButtonRecord
-
- getPlaybackSoundRate() - Method in class org.apache.flex.swf.tags.SoundStreamHeadTag
-
- getPlaybackSoundSize() - Method in class org.apache.flex.swf.tags.SoundStreamHeadTag
-
- getPlaybackSoundType() - Method in class org.apache.flex.swf.tags.SoundStreamHeadTag
-
- getPointLength(ShapeHelper.Point) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ShapeHelper
-
Get length of a point.
- getPointOnSegment(Point, Point, double) - Static method in class org.apache.flex.swf.builders.ShapeBuilder
-
Return a point on a segment [P0, P1] which distance from P0 is ratio of
the length [P0, P1]
- getPolicyFileURL() - Method in class org.apache.flex.compiler.config.RSLSettings.RSLAndPolicyFileURLPair
-
- getPolicyFileURLs() - Method in class org.apache.flex.compiler.internal.config.RuntimeSharedLibraryPathInfo
-
Get the list of policy files.
- getPoolIndex() - Method in class org.apache.flex.abc.semantics.PooledValue
-
- getPos44() - Method in class org.apache.flex.swf.types.SoundEnvelope
-
- getPosition() - Method in class org.apache.flex.abc.semantics.Label
-
- getPositions() - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
-
- getPotentiallyParameterizedType(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Fetch the most appropriate part of a type name for diagnostics.
- getPrefix() - Method in class org.apache.flex.compiler.common.PrefixedXMLName
-
Get the prefix for the element
- getPrefix() - Method in interface org.apache.flex.compiler.css.ICSSNamespaceDefinition
-
Get the prefix defined in the @namespace directive.
- getPrefix() - Method in class org.apache.flex.compiler.internal.css.CSSNamespaceDefinition
-
- getPrefix() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
- getPrefix() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getPrefix() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagAttributeData
-
Gets the prefix of this attribute.
- getPrefix() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the prefix of this tag.
- getPrefix(String) - Method in class org.apache.flex.swc.catalog.XMLFormatter
-
- getPrefixedName() - Method in class org.apache.flex.compiler.common.PrefixedXMLName
-
Return the prefixed version of the name.
- getPrefixedXMLName() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
Get the tag name as an
PrefixedXMLName
- getPrefixesForNamespace(String) - Method in class org.apache.flex.compiler.common.PrefixMap
-
Returns the prefix that is used to reference the given namespace URI.
- getPrefixMap() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getPrefixMap() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLTokenizer
-
If it exists, return the PrefixMap from the last parse
- getPrefixMap() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the namespace mappings specified on this tag.
- getPrefixMapForData(IMXMLTagData) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getPrefixMapForData(IMXMLTagData) - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Returns the PrefixMap for the given
IMXMLTagData
.
- getPreloader() - Method in class org.apache.flex.compiler.config.Configuration
-
- getPreloaderClassName() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getPreloaderClassName() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
- getPreloaderClassName() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getPreloaderClassName() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the preloader class name
- getPreloaderClassName() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getPrerequisites() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
-
Return variable names that should be set before this one.
- getPreview() - Method in interface org.apache.flex.swc.ISWCComponent
-
Preview attribute value.
- getPreview() - Method in class org.apache.flex.swc.SWCComponent
-
- getPrevious() - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
-
- getPrevious() - Method in interface org.apache.flex.compiler.mxml.IMXMLUnitData
-
Gets the previous MXML unit.
- getPrivateNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Gets the
INamespaceReference
that resolves to the private
namespace for this IClassDefinition
.
- getProblemClass() - Method in enum org.apache.flex.compiler.problems.ProblemID
-
- getProblemClassification(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.CompilerProblemCategorizer
-
- getProblemQuery() - Method in interface org.apache.flex.compiler.clients.problems.ProblemQueryProvider
-
- getProblems() - Method in class org.apache.flex.compiler.clients.ASC
-
- getProblems() - Method in class org.apache.flex.compiler.clients.MXMLC
-
- getProblems() - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
-
Gets the list of compiler problems, with no filtering or sorting.
- getProblems() - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
-
- getProblems() - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGenerator.ConstantValue
-
- getProblems() - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getProblems() - Method in interface org.apache.flex.compiler.internal.as.codegen.ICodeGenerator.IConstantValue
-
The compiler problems produced by the constant reduction process.
- getProblems() - Method in class org.apache.flex.compiler.internal.as.codegen.InlineFunctionLexicalScope
-
- getProblems() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getProblems() - Method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
-
Helper to give access to problem reporting to MXMLBindingDirectiveHelper2
- getProblems() - Method in class org.apache.flex.compiler.internal.css.codegen.CSSReducer
-
- getProblems() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getProblems() - Method in class org.apache.flex.compiler.internal.mxml.MXMLManifestManager
-
Looks for inconsistent manifest mappings and returns
a collection of compiler problems for them.
- getProblems() - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
-
- getProblems() - Method in interface org.apache.flex.compiler.internal.parsing.as.IProjectConfigVariables
-
Returns a list of
ICompilerProblem
s encountered when parsing the
config variables from the command line
- getProblems() - Method in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
-
- getProblems() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLScopeBuilder
-
- getProblems() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getProblems() - Method in class org.apache.flex.compiler.internal.targets.Target.RootedCompilationUnits
-
- getProblems() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getProblems() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getProblems() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
- getProblems() - Method in class org.apache.flex.compiler.internal.units.requests.ABCBytesRequestResult
-
Returns a list of problems generated by the ABCGenerator while attempting
to generate abc data.
- getProblems() - Method in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
- getProblems() - Method in class org.apache.flex.compiler.internal.units.requests.SWFTagsRequestResult
-
- getProblems() - Method in class org.apache.flex.compiler.internal.units.requests.SyntaxTreeRequestResult
-
- getProblems() - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Gets the compiler problems found during the creation of this
MXMLData
.
- getProblems() - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
- getProblems() - Method in interface org.apache.flex.compiler.tree.as.IFileNode
-
Returns the problems that are contained in this file.
- getProblems() - Method in interface org.apache.flex.compiler.units.requests.IRequestResult
-
- getProblems() - Method in interface org.apache.flex.swc.ISWC
-
The problems found while reading a SWC from disk or writing a SWC to disk.
- getProblems() - Method in class org.apache.flex.swc.SWC
-
- getProblems() - Method in class org.apache.flex.swf.io.SWFReader
-
- getProblems() - Method in interface org.apache.flex.swf.ITagContainer
-
- getProblems() - Method in class org.apache.flex.swf.SWFFrame
-
- getProblemSeverity(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.CompilerProblemCategorizer
-
Get the severity of the compiler problem.
- getProblemView(IProblemFilter) - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
-
Get a filtered view of the underlying problems.
- getProduct() - Method in class org.apache.flex.swf.tags.ProductInfoTag
-
- getProductInfo() - Method in interface org.apache.flex.swf.ISWF
-
Get the
ProductInfoTag
tag.
- getProductInfo() - Method in class org.apache.flex.swf.SWF
-
- getProfilingDelegate() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
- getProfilingDelegate() - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
-
Gets the
IWorkspaceProfilingDelegate
from the workspace.
- getProgramName() - Method in class org.apache.flex.compiler.clients.ASDOC
-
- getProgramName() - Method in class org.apache.flex.compiler.clients.COMPC
-
- getProgramName() - Method in class org.apache.flex.compiler.clients.MXMLC
-
Get my program name.
- getProgramName() - Method in class org.apache.flex.compiler.clients.Optimizer
-
- getProject() - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
-
- getProject() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
- getProject() - Method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
-
Returns the
FlexProject
for this processor.
- getProject() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
Gets the
ICompilerProject
that this
AppliedVectorDefinition
was created for.
- getProject() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
Gets the
CompilerProject
that owns this scope.
- getProject() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the project which is building the MXML tree.
- getProject() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getProject() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getProject() - Method in class org.apache.flex.compiler.internal.units.MXMLCompilationUnit
-
- getProject() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
- getProjectConfig(CompilerProject) - Method in class org.apache.flex.compiler.internal.projects.ConfigManager
-
Returns the
IProjectConfigVariables
object for the given project.
- getProjectConfigVariables() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
Returns an
IProjectConfigVariables
struct that contains all the config data for this project
- getProjectIfVectorInsantiation(IDefinition) - Static method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
Determines if the specified definition is a vector instantiation or a
contained by a vector instantiation.
- getProjectScope() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the project scope for building the MXML tree.
- getProperties() - Method in interface org.apache.flex.compiler.css.ICSSRule
-
Get the CSS properties in their declared order.
- getProperties() - Method in class org.apache.flex.compiler.internal.css.CSSRule
-
- getPropertiesByNameForMemberAccess(CompilerProject, String, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Gets all definitions (including definitions from base types) that have
the specified name to the specified collections of definitions that have
a namespace qualifier in the specified definition set, when looking for
definitions through a member access.
- getPropertiesByNameForMemberAccess(IASScope, String, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Fetch the collection of definitions in the given scope or its underlying scopes
that match the given name.
- getProperty(String) - Method in class org.apache.flex.swc.catalog.XMLFormatter
-
- getPropertyByNameForMemberAccess(CompilerProject, String, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Gets the definition (including definitions from base types) that has
the specified name and that has a namespace qualifier in the specified
namespace set, when looking for definitions through a member access.
- getPropertyForMemberAccess(CompilerProject, Collection<IDefinition>, String, Set<INamespaceDefinition>, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Finds all the definitions in this scope that match the specified
namespace set and base name.
- getPropertyForMemberAccess(CompilerProject, Collection<IDefinition>, String, NamespaceSetPredicate, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Finds all the definitions in this scope that match the specified
namespace set and base name.
- getPropertyForMemberAccess(CompilerProject, Collection<IDefinition>, String, NamespaceSetPredicate, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getPropertyForMemberAccess(CompilerProject, Collection<IDefinition>, String, NamespaceSetPredicate, boolean) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getPropertyForMemberAccess(CompilerProject, Collection<IDefinition>, String, NamespaceSetPredicate, boolean, TypeScope.ScopeKind) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getPropertyForScopeChain(ASScope, Collection<IDefinition>, String, Set<INamespaceDefinition>, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
-
- getPropertyForScopeChain(CompilerProject, Collection<IDefinition>, String, NamespaceSetPredicate, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Implementation of getPropertyForScopeChain.
- getPropertyForScopeChain(CompilerProject, Collection<IDefinition>, String, NamespaceSetPredicate, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
- getPropertyForScopeChain(CompilerProject, Collection<IDefinition>, String, NamespaceSetPredicate, boolean) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
-
- getPropertyFromDef(ICompilerProject, IDefinition, String, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Find a property in an IDefinition, using the open namespaces & packages
of this scope.
- getPropertyFromDef(ICompilerProject, IDefinition, String, Predicate<IDefinition>, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Find a property in an IDefinition, using the open namespaces & packages
of this scope, and any additional constraints that are passed in as a
Predicate
.
- getPropertyName() - Method in class org.apache.flex.compiler.internal.codegen.databinding.PropertyWatcherInfo
-
- getPropertyName() - Method in class org.apache.flex.compiler.internal.codegen.databinding.XMLWatcherInfo
-
- getPropertyNames() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLModelPropertyContainerNode
-
The names of the properties to be set on this node.
- getPropertyNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLModelPropertyContainerNode
-
The property-node children of this node.
- getPropertyNodes(String) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLModelPropertyContainerNode
-
The child property nodes with a specified property name.
- getPropertyOverrideClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getPropertyOverrideClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getPropertyQualified(IScopedDefinition, IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
- getPropertyQualified(ASScope, IDefinition, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get a qualified property in a scope - this will look for properties with the same qualified name as member_def
in the scope passed in.
- getPropertyQualified(ASScope, INamespaceDefinition, String, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.semantics.SemanticUtils
-
Get a qualified property in a scope, given the namespace and base name to search for.
- getPropertySpecifierNode(String) - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassReferenceNode
-
Gets the child node specifying a particular property.
- getPropertySpecifierNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassReferenceNode
-
Gets all the child nodes that specify properties.
- getPropertyValue(Name, IDefinition) - Method in class org.apache.flex.compiler.internal.as.codegen.InlineFunctionLexicalScope
-
- getPropertyValue(Binding) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Get the property value for the specified binding.
- getPropertyValue(Name, IDefinition) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
-
Get the property value for the specified name.
- getPropertyWatcherClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Get the fully-qualified name of the runtime class
for internal PropertyWatcher object
Currently this is "mx.binding.PropertyWatcher".
- getPropertyWatcherClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Get the AET Name for propertyWatcherClass
- getProtectedNamespace() - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
-
- getProtectedNamespaceReference() - Method in interface org.apache.flex.compiler.definitions.ITypeDefinition
-
Gets the
INamespaceDefinition
that represents the protected
namespace for this type.
- getProtectedNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getProtectedNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Gets the
INamespaceReference
that resolves to the protected
namespace for this IClassDefinition
.
- getProtectedNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getProtectedNamespaceReference() - Method in class org.apache.flex.compiler.internal.definitions.InterfaceDefinition
-
- getProvider() - Static method in class org.apache.flex.compiler.tree.as.decorators.SymbolDecoratorProvider
-
- getProxyBaseClass() - Method in class org.apache.flex.compiler.config.Configuration
-
- getProxyBaseClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getPublicNamespace() - Method in class org.apache.flex.compiler.internal.scopes.PackageScope
-
Gets the
INamespaceReference
that resolves to the public
namespace for this PackageScope
.
- getPublicNamespaceDefinition() - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
-
Gets the single public namespace definition for the whole process.
- getPurgeSize() - Method in class org.apache.flex.utils.IntMapLRUCache
-
Returns the number of LRU elements to purge when the max size is reached.
- getQName() - Method in class org.apache.flex.compiler.internal.embedding.EmbedData
-
Returns the qname of the class generated from the EmbedData.
- getQName() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
-
Gets the fully-qualified classname for the MXML file.
- getQname(String) - Static method in class org.apache.flex.compiler.internal.units.ServicesXMLCompilationUnit
-
Get the Qname of a ServciesXMLCompilation unit based on path of the
services-config.xml file.
- getQName() - Method in class org.apache.flex.compiler.workspaces.IInvalidationListener.InvalidatedDefinition
-
- getQName() - Method in interface org.apache.flex.swc.ISWCComponent
-
Qualified name of a component.
- getQName() - Method in class org.apache.flex.swc.SWCComponent
-
- getQualifiedClassName() - Method in class org.apache.flex.compiler.fxg.flex.FXGSymbolClass
-
- getQualifiedClassNamesForManifestNamespaces(Set<String>) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
Find all the qualified names in the manifest information that have a
corresponding MXML tag whose namespace is in the specified set of
namespaces.
- getQualifiedName(String) - Method in class org.apache.flex.compiler.common.ASImportTarget
-
- getQualifiedName(String) - Method in interface org.apache.flex.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.flex.compiler.definitions.IDefinition
-
Gets the fully-qualified name of this definition.
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.definitions.ClassTraitsDefinition
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.definitions.PackageDefinition
-
- getQualifiedName(String, String) - Static method in class org.apache.flex.compiler.internal.resourcebundles.ResourceBundleUtils
-
Returns the qualified name for the auto generated resource bundle class for a
specified locale and a bundleName.
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope.DefinitionPromise
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.as.VariableNode
-
- getQualifiedName() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getQualifiedName() - Method in interface org.apache.flex.compiler.tree.as.IDefinitionNode
-
Get the qualified name of this type
- getQualifiedNames() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getQualifiedNames() - Method in class org.apache.flex.compiler.internal.units.InvisibleCompilationUnit
-
- getQualifiedNames() - Method in interface org.apache.flex.compiler.units.ICompilationUnit
-
- getQualifiedNamesForNamespaces(Set<String>, boolean) - Method in class org.apache.flex.compiler.internal.mxml.MXMLManifestManager
-
- getQualifiedNamesForNamespaces(Set<String>, boolean) - Method in interface org.apache.flex.compiler.mxml.IMXMLManifestManager
-
Find all the qualified names in the manifest information that have a
corresponding MXML tag whose namespace is in the specified set of
namespaces.
- getQualifiedPackageNameFromNamespaceURI(String) - Static method in class org.apache.flex.compiler.internal.definitions.PackageDefinition
-
Given an MXML namespace URI, this method returns the corresponding
package name, or
null
if the URI doesn't have the form of a
package URI.
- getQualifiedPropertyFromDef(ICompilerProject, IDefinition, String, INamespaceDefinition, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Find a property in an IDefinition, using the namespace passed in as the
qualifier.
- getQualifiedPropertyFromDef(ICompilerProject, IDefinition, String, IQualifiers, boolean) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
Find a property in an IDefinition, using the qualifiers passed in to provide the namespace set.
- getQualifiers() - Method in class org.apache.flex.abc.semantics.Name
-
- getQualifiers() - Method in interface org.apache.flex.compiler.definitions.references.IResolvedQualifiersReference
-
Gets the resolved qualifiers for this reference.
- getQualifiers() - Method in class org.apache.flex.compiler.internal.definitions.references.ResolvedQualifiersReference
-
- getRatio() - Method in class org.apache.flex.swf.tags.PlaceObject2Tag
-
- getRatio() - Method in class org.apache.flex.swf.types.GradRecord
-
- getRatio1() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
TODO: ratio1 is not documented in the SWF 10 Specification.
- getRatio2() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
TODO: ratio2 is not documented in the SWF 10 Specification.
- getRawAttributeValue(String) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
-
- getRawAttributeValue(String) - Method in interface org.apache.flex.compiler.mxml.IMXMLTagData
-
Gets the attribute value in this tag for the specified attribute name.
- getRawMetadata() - Method in class org.apache.flex.compiler.config.Configuration
-
- getRawRgb() - Method in class org.apache.flex.compiler.internal.css.CSSRgbaColorPropertyValue
-
Get the original rgb definition in the CSS document.
- getRawRgb() - Method in class org.apache.flex.compiler.internal.css.CSSRgbColorPropertyValue
-
Get the original rgb definition in the CSS document.
- getRawValue() - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
-
- getRawValue() - Method in interface org.apache.flex.compiler.mxml.IMXMLTagAttributeData
-
Gets the value of this attribute as a String.
- getReachableCompilationUnits(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.Target
-
- getReachableCompilationUnitsInSWFOrder(Collection<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getReachableCompilationUnitsInSWFOrder(Collection<ICompilationUnit>) - Method in interface org.apache.flex.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.
- getReadBoundary() - Method in class org.apache.flex.swf.io.InputBitStream
-
- getRed() - Method in class org.apache.flex.swf.types.RGB
-
Get red component.
- getRedAddTerm() - Method in class org.apache.flex.swf.types.CXForm
-
- getRedMultTerm() - Method in class org.apache.flex.swf.types.CXForm
-
- getReferenceCache() - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
-
Get the ReferenceCache used by this workspace.
- getReferences() - Method in class org.apache.flex.swf.tags.CSMTextSettingsTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineButtonCxformTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineButtonSoundTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineFontAlignZonesTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineFontInfoTag
-
Get the Font tag this information is for.
- getReferences() - Method in class org.apache.flex.swf.tags.DefineFontNameTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineMorphShapeTag
-
Get the character tags referred by this DefineMorphShape tag.
- getReferences() - Method in class org.apache.flex.swf.tags.DefineScalingGridTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineShapeTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineSpriteTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.DefineTextTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.ExportAssetsTag
-
Get all the referred character tags.
- getReferences() - Method in interface org.apache.flex.swf.tags.ICharacterReferrer
-
Get all the referred tags as an
Iterable
.
- getReferences() - Method in class org.apache.flex.swf.tags.PlaceObject2Tag
-
- getReferences() - Method in class org.apache.flex.swf.tags.PlaceObjectTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.RemoveObjectTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.StartSoundTag
-
- getReferences() - Method in class org.apache.flex.swf.tags.VideoFrameTag
-
- getReferences() - Method in class org.apache.flex.swf.types.FillStyle
-
If this fill style uses a bitmap fill, get the referred bitmap character.
- getReferences() - Method in class org.apache.flex.swf.types.FillStyleArray
-
Get all the referred bitmap characters by its children fill styles.
- getReferences() - Method in class org.apache.flex.swf.types.MorphFillStyle
-
- getReferences() - Method in class org.apache.flex.swf.types.Shape
-
If one the shape records is a StyleChangeRecord, it may contain
references to other character tags.
- getReferences() - Method in class org.apache.flex.swf.types.ShapeWithStyle
-
Get all the character tags referred by this ShapeWithStyle type.
- getReferences() - Method in class org.apache.flex.swf.types.StyleChangeRecord
-
StyleChangeRecord refers to fill styles either from its parent
ShapeWithStyle's fill styles or from its own private fill styles (when
stateNewStyle is true).
- getReferences() - Method in class org.apache.flex.swf.types.Styles
-
Get all the characters referred by the fill styles.
- getReferences() - Method in class org.apache.flex.swf.types.TextRecord
-
- getRemoteClassAlias() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
-
Get's the remote class alias for this class.
- getRemoteObjectMethodQName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getRemoteObjectQName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getRemovedConditionalCompileNode() - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
-
- getRemoveDeadCode() - Method in class org.apache.flex.compiler.clients.ASC
-
- getRemoveDeadCode() - Method in class org.apache.flex.compiler.config.Configuration
-
- getRemoveDeadCode() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getRemoveDeadCode() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
- getRemoveDeadCode() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getRemoveUnusedRsls() - Method in class org.apache.flex.compiler.config.Configuration
-
- getRepeaterQName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getReplacement() - Method in interface org.apache.flex.compiler.definitions.metadata.IDeprecationInfo
-
- getReplacement() - Method in class org.apache.flex.compiler.internal.definitions.metadata.DeprecationInfo
-
- getReportingPath(String, String) - Static method in class org.apache.flex.swc.io.SWCReader
-
Create a single path that is a combined path of the SWC and the library
inside.
- getReportInvalidStylesAsWarnings() - Method in class org.apache.flex.compiler.config.Configuration
-
Get value of
compiler.report-invalid-styles-as-warnings
option value.
- getRequest(RequesteeType, AtomicReference<IRequest<ResultType, RequesteeInterfaceType>>, Workspace, boolean) - Method in class org.apache.flex.compiler.internal.units.requests.RequestMaker
-
Gets a reference to a request object, by either creating a new IRequest
or returning an existing one from the specified AtomicReference.
- getRequestee() - Method in interface org.apache.flex.compiler.units.requests.IRequest
-
Get the object on which this request is being made.
- getRequiredDefinitions() - Method in interface org.apache.flex.compiler.internal.parsing.as.IProjectConfigVariables
-
Returns the list of definitions required to process config variables
- getRequiredResourceBundles() - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
-
- getRequiredResourceBundles() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getRequiredResourceBundles() - Method in class org.apache.flex.compiler.internal.units.requests.SyntaxTreeRequestResult
-
- getRequiredResourceBundles() - Method in interface org.apache.flex.compiler.tree.as.IFileNodeAccumulator
-
- getRequiredResourceBundles() - Method in interface org.apache.flex.compiler.units.requests.ISyntaxTreeRequestResult
-
- getRequiredRSLs() - Method in class org.apache.flex.compiler.internal.targets.TargetReport
-
- getRequiredRSLs() - Method in interface org.apache.flex.compiler.targets.ITargetReport
-
Gets the list of all RSLs required to run this application.
- getRequiresPropertyGetter() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
- getResourceBundleClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getResourceBundleList() - Method in class org.apache.flex.compiler.config.Configuration
-
- getResourceLocale(String) - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getResourceLocale(String) - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
Returns the locale of the resource with a given path if the resource
is locale dependent.
- getResourceManagerClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getResourceManagerClassName() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getResourceModuleBaseClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getResult() - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- getResult() - Method in class org.apache.flex.compiler.internal.as.codegen.CmcEmitter
-
- getResult() - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- getResult() - Method in class org.apache.flex.compiler.internal.css.codegen.CSSEmitter
-
- getResultForThrowable(RequesteeType, Throwable) - Method in class org.apache.flex.compiler.internal.units.requests.RequestMaker
-
Called to get the Result when an uncaught throwable was detected.
- getReturnType() - Method in class org.apache.flex.abc.semantics.MethodInfo
-
- getReturnType() - Method in class org.apache.flex.compiler.internal.tree.as.AccessorNode
-
- getReturnType() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getReturnType() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
Returns the type of this function as it exist in source.
- getReturnTypeAsDisplayString() - Method in interface org.apache.flex.compiler.definitions.IFunctionDefinition
-
Converts this definition's
IReference
for its return type
to a human-readable String.
- getReturnTypeAsDisplayString() - Method in class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
- getReturnTypeNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getReturnTypeNode() - Method in interface org.apache.flex.compiler.tree.as.IFunctionNode
-
Returns the
IExpressionNode
that corresponds to the return type
node of this IFunctionNode
- getReturnTypeReference() - Method in interface org.apache.flex.compiler.definitions.IFunctionDefinition
-
Gets a reference to the return type for this function.
- getReturnTypeReference() - Method in class org.apache.flex.compiler.internal.definitions.FunctionDefinition
-
- getReturnValueNode() - Method in class org.apache.flex.compiler.internal.tree.as.ReturnNode
-
- getReturnValueNode() - Method in interface org.apache.flex.compiler.tree.as.IReturnNode
-
Represents the condition that is being returned by the return statement
- getRightLevel() - Method in class org.apache.flex.swf.types.SoundEnvelope
-
- getRightMargin() - Method in class org.apache.flex.swf.tags.DefineEditTextTag
-
Right margin in twips.
- getRightOperandNode() - Method in class org.apache.flex.compiler.internal.tree.as.BinaryOperatorNodeBase
-
- getRightOperandNode() - Method in interface org.apache.flex.compiler.tree.as.IBinaryOperatorNode
-
Get expression to the right of the operator
- getRightOperandNode() - Method in interface org.apache.flex.compiler.tree.as.ITernaryOperatorNode
-
Returns the right side of the expression
- getRootClassCompilationUnit() - Method in class org.apache.flex.compiler.internal.targets.AppSWFTarget
-
- getRootClassDefinition() - Method in class org.apache.flex.compiler.internal.targets.AppSWFTarget
-
- getRootClassName() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getRootClassName() - Method in interface org.apache.flex.compiler.internal.targets.ILibrarySWFTarget
-
Get the name of root class.
- getRootClassName() - Method in class org.apache.flex.compiler.internal.targets.LibrarySWFTarget
-
- getRootClassName() - Method in class org.apache.flex.compiler.internal.units.ASCompilationUnit
-
Get the root class name if defined.
- getRootClassName() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the root class name for the application SWF.
- getRootClassName() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getRootedCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.SWCTarget
-
- getRootedCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
-
Gets the set of
ICompilationUnit
s that are the roots of the graph of
ICompilationUnit
s whose output will be in the generate SWF.
- getRootedCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.Target
-
- getRootFileSpecification() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
-
- getRootFileSpecification() - Method in class org.apache.flex.compiler.internal.units.ServicesXMLCompilationUnit
-
- getRootInfoAttributes() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
Get all the key/value pairs that can be added to the frame-1 "info"
object without special processing.
- getRootInfoAttributes() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getRootInfoAttributes() - Method in class org.apache.flex.compiler.internal.targets.TargetAttributesMap
-
- getRootInfoAttributes() - Method in class org.apache.flex.compiler.internal.targets.TargetAttributesMetadata
-
IMetaTagNode
doesn't have API to enumerate all attribute keys.
- getRootNamespaces(Reader) - Static method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Get the namespaces defined on the root tag
- getRootNode() - Method in class org.apache.flex.compiler.internal.fxg.sax.FXGSAXScanner
-
Provides access to the root IFXGNode of the FXG document AFTER parsing.
- getRootNode() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLModelNode
-
Gets the node representing the root tag of the data model.
- getRootPath() - Method in interface org.apache.flex.compiler.fxg.resources.IFXGResourceResolver
-
- getRootPath() - Method in class org.apache.flex.compiler.internal.fxg.resources.FXGFileResolver
-
- getRootSourceFileName() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getRootSourceFileName() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
Returns the absolute file name of the source file that defines the root
class.
- getRootSourceFileName() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getRootTag() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
- getRootTag() - Method in interface org.apache.flex.compiler.mxml.IMXMLData
-
Gets the root tag.
- getRootTagPrefixMap() - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
-
Returns the PrefixMap for the root tag of this
MXMLData
object
- getRootTagPrefixMap() - Method in class org.apache.flex.compiler.internal.parsing.mxml.MXMLTokenizer
-
Processes the given input and builds a
PrefixMap
for the root tag found within this document
- getRotateSkew0() - Method in class org.apache.flex.swf.types.Matrix
-
- getRotateSkew1() - Method in class org.apache.flex.swf.types.Matrix
-
- getRotation() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
-
- getRotation() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- getRotation() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IScalableGradientNode
-
- getRotation() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
-
- getRotation() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- getRslExcludedLibraries() - Method in class org.apache.flex.compiler.config.Configuration
-
- getRslPathInfo() - Method in class org.apache.flex.compiler.config.Configuration
-
- getRSLSettingsFromConfiguration(Configuration) - Static method in class org.apache.flex.compiler.config.Configurator
-
- getRSLURL() - Method in class org.apache.flex.compiler.config.RSLSettings.RSLAndPolicyFileURLPair
-
- getRSLURLs() - Method in class org.apache.flex.compiler.config.RSLSettings
-
- getRSLURLs() - Method in class org.apache.flex.compiler.internal.config.RuntimeSharedLibraryPathInfo
-
- getRules() - Method in interface org.apache.flex.compiler.css.ICSSDocument
-
- getRules() - Method in class org.apache.flex.compiler.internal.css.CSSDocument
-
- getRuntimeDPIProviderClassName() - Method in interface org.apache.flex.compiler.internal.targets.ITargetAttributes
-
- getRuntimeDPIProviderClassName() - Method in class org.apache.flex.compiler.internal.targets.NilTargetAttributes
-
- getRuntimeSharedLibraries() - Method in class org.apache.flex.compiler.config.Configuration
-
- getRuntimeSharedLibraries() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getRuntimeSharedLibraries() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
A list of URLs pointing to RSLs to load.
- getRuntimeSharedLibraries() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getRuntimeSharedLibraryPath() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
-
- getRuntimeSharedLibraryPath() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
-
- getRuntimeSharedLibraryPath() - Method in interface org.apache.flex.compiler.projects.IFlexProject
-
The list of RSLs configured for this application.
- getRuntimeSharedLibraryPath() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
-
A list of RSLs to load, complete with all the settings on how to load
the RSLs.
- getRuntimeSharedLibraryPath() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
-
- getScaleMode(String, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
-
Convert an FXG String value to a ScaleMode enumeration.
- getScaleX() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
-
- getScaleX() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- getScaleX() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IScalableGradientNode
-
- getScaleX() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
-
Get scaleX.
- getScaleX() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
-
- getScaleX() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- getScaleX() - Method in class org.apache.flex.swf.types.Matrix
-
- getScaleY() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
-
- getScaleY() - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
-
- getScaleY() - Method in interface org.apache.flex.compiler.internal.fxg.dom.IScalableGradientNode
-
- getScaleY() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
-
Get scaleY.
- getScaleY() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
-
- getScaleY() - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
-
- getScaleY() - Method in class org.apache.flex.swf.types.Matrix
-
- getScalingGrid() - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
-
- getScalingGrid() - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupDefinitionNode
-
- getScope() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
-
returns the containing scope of one of the databinding nodes that have been analyzed
- getScope() - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
-
- getScope() - Method in class org.apache.flex.compiler.internal.tree.as.BlockNode
-
Get the scope associated with this node as an IASScope
- getScope() - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
-
- getScope() - Method in class org.apache.flex.compiler.internal.tree.as.ScopedBlockNode
-
- getScope() - Method in class org.apache.flex.compiler.internal.tree.as.WithNode
-
- getScope() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getScope() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
-
- getScope() - Method in interface org.apache.flex.compiler.projects.ICompilerProject
-
- getScope() - Method in interface org.apache.flex.compiler.tree.as.IScopedNode
-
Get the scope associated with this node as an IASScope
- getScopedNode() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
-
- getScopedNode() - Method in class org.apache.flex.compiler.internal.tree.as.MemberedNode
-
- getScopedNode() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getScopedNode() - Method in interface org.apache.flex.compiler.tree.as.IScopedDefinitionNode
-
Returns the scope that is contained with this definition.
- getScopeKind() - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
-
Derived classes must implement this method to report what kind of scope
they are (instance or static).
- getScopeNode() - Method in class org.apache.flex.compiler.internal.scopes.ASScope
-
- getScopeNode() - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
-
- getScopeNode() - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
-
- getScopeNode() - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceIdentifierNode
-
- getScopeNode() - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
-
Get the nearest containing scope for this node.
- getScopeNode() - Method in class org.apache.flex.compiler.internal.tree.as.NonResolvingIdentifierNode
-
- getScopeNode() - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
-
- getScopeNode() - Method in interface org.apache.flex.compiler.scopes.IASScope
-
Gets the scoped node corresponding to this scope.
- getScopeobject(Instruction, int) - Method in interface org.apache.flex.abc.models.FrameModelVisitor
-
Get a value from the scope stack.
- getScopes() - Method in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
-
- getScopes() - Method in interface org.apache.flex.compiler.units.requests.IFileScopeRequestResult
-
- getScopeStackReinit() - Method in class org.apache.flex.compiler.internal.as.codegen.ControlFlowContextManager
-
Find all active scopes enclosing the currently active scope,
and synthesize an instruction fragment to re-initialize
the scope stack.
- getScript() - Method in interface org.apache.flex.swc.ISWCComponent
-
Get the the script where the component is defined.
- getScript(String) - Method in interface org.apache.flex.swc.ISWCLibrary
-
Get script by name.
- getScript() - Method in class org.apache.flex.swc.SWCComponent
-
- getScript(String) - Method in class org.apache.flex.swc.SWCLibrary
-
- getScriptInfos() - Method in class org.apache.flex.abc.PoolingABCVisitor
-
Get a list of the ScriptInfos
- getScriptLimits() - Method in interface org.apache.flex.swf.ISWF
-
Get the managed
ScriptLimits
tag.
- getScriptLimits() - Method in class org.apache.flex.swf.SWF
-
- getScriptNodes() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLClassDefinitionNode
-
- getScriptNodes() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLClassDefinitionNode
-
Gets an array of all the child nodes that represent
Copyright © 2016 The Apache Software Foundation. All rights reserved.