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

A

a - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.MatrixNode
 
a - Variable in class org.apache.flex.compiler.internal.fxg.types.FXGMatrix
 
A - Static variable in class org.apache.flex.compiler.problems.FXGInvalidNestingElementsProblem
 
ABC - Static variable in class flex2.compiler.util.MimeMappings
 
abc - Variable in class org.apache.flex.compiler.internal.units.CompilationUnitBase
 
ABCBytesRequestResult - Class in org.apache.flex.compiler.internal.units.requests
Output wad containing a result of running the ABCGenerator.
ABCBytesRequestResult(byte[], ICompilerProblem[], Set<EmbedData>) - Constructor for class org.apache.flex.compiler.internal.units.requests.ABCBytesRequestResult
This constructor is used when code generation completes normally.
ABCBytesRequestResult(byte[]) - Constructor for class org.apache.flex.compiler.internal.units.requests.ABCBytesRequestResult
This constructor is used when code generation completes normally with no problems
ABCBytesRequestResult(ICompilerProblem[]) - Constructor for class org.apache.flex.compiler.internal.units.requests.ABCBytesRequestResult
This constructor is used when code generation has no byte code
ABCBytesRequestResult() - Constructor for class org.apache.flex.compiler.internal.units.requests.ABCBytesRequestResult
This constructor is used when code generation completes normally with no problems and no bytes
ABCCompilationUnit - Class in org.apache.flex.compiler.internal.units
This class represents a compilation unit for an ABC file.
ABCCompilationUnit(CompilerProject, String) - Constructor for class org.apache.flex.compiler.internal.units.ABCCompilationUnit
Create a compilation unit from an ABC file.
ABCConstants - Class in org.apache.flex.abc
ABCConstants contains manifest constants for the various codes and flags in an ABC file.
ABCConstants() - Constructor for class org.apache.flex.abc.ABCConstants
 
ABCDumpVisitor - Class in org.apache.flex.abc.print
ABC Visitor implementation that can take an ABC and dump out a textual representation of it.
ABCDumpVisitor(PrintWriter, boolean) - Constructor for class org.apache.flex.abc.print.ABCDumpVisitor
Constructor
ABCDumpVisitor.TablePrinter - Class in org.apache.flex.abc.print
Helper class to display nicely formatted tables of data
ABCDumpVisitor.TablePrinter(int, int) - Constructor for class org.apache.flex.abc.print.ABCDumpVisitor.TablePrinter
 
ABCEmitter - Class in org.apache.flex.abc
The ABCEmitter is an IABCVisitor that collects information about the ABC and emits it as a byte array.
ABCEmitter() - Constructor for class org.apache.flex.abc.ABCEmitter
Construct a new ABCEmitter, using the default diagnostics interface which ignores diagnostics.
ABCEmitter(IDiagnosticsVisitor) - Constructor for class org.apache.flex.abc.ABCEmitter
Construct a new ABCEmitter using the specified diagnostics interface.
ABCFileScopeRequestResult - Class in org.apache.flex.compiler.internal.units.requests
ABCFileScopeRequestResult(Collection<ICompilerProblem>, Collection<IASScope>) - Constructor for class org.apache.flex.compiler.internal.units.requests.ABCFileScopeRequestResult
ABCCompilationUnit allows multiple public visible definitions.
ABCGeneratingReducer - Class in org.apache.flex.compiler.internal.as.codegen
 
ABCGeneratingReducer() - Constructor for class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
 
ABCGeneratingReducer.CatchPrototype - Class in org.apache.flex.compiler.internal.as.codegen
A struct for the decoded pieces of a catch block.
ABCGeneratingReducer.CatchPrototype() - Constructor for class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer.CatchPrototype
 
ABCGeneratingReducer.ConditionalFragment - Class in org.apache.flex.compiler.internal.as.codegen
ConditionalFragment holds the disparate elements of a conditional statement fragment.
ABCGenerator - Class in org.apache.flex.compiler.internal.as.codegen
ABCGenerator is the public interface to the code generator.
ABCGenerator() - Constructor for class org.apache.flex.compiler.internal.as.codegen.ABCGenerator
 
ABCGenerator.ConstantValue - Class in org.apache.flex.compiler.internal.as.codegen
ABCGenerator.ConstantValue(Object, Collection<ICompilerProblem>) - Constructor for class org.apache.flex.compiler.internal.as.codegen.ABCGenerator.ConstantValue
 
ABCLinker - Class in org.apache.flex.abc
The ABCLinker links a sequence of ABC blocks into a single ABC block, and contains utility methods to perform various transformations on the ABC.
ABCLinker() - Constructor for class org.apache.flex.abc.ABCLinker
 
ABCLinker.ABCLinkerSettings - Class in org.apache.flex.abc
 
ABCLinker.ABCLinkerSettings() - Constructor for class org.apache.flex.abc.ABCLinker.ABCLinkerSettings
 
ABCParser - Class in org.apache.flex.abc
ABCParser reads an ABC from a byte array or an input stream and translates it into a sequence of AET operations.
ABCParser(byte[]) - Constructor for class org.apache.flex.abc.ABCParser
Construct a new ABC parser from a byte array.
ABCParser(InputStream) - Constructor for class org.apache.flex.abc.ABCParser
Construct a new ABC parser from an input stream.
ABCScopeBuilder - Class in org.apache.flex.compiler.internal.abc
Populates symbol table from an ABC file.
ABCScopeBuilder(IWorkspace, byte[], String, IFileScopeProvider) - Constructor for class org.apache.flex.compiler.internal.abc.ABCScopeBuilder
Create an ABCScopeBuilder from ABC byte code data.
abort() - Static method in exception org.apache.flex.compiler.exceptions.BURMAbortException
 
absolute - Variable in class org.apache.flex.compiler.internal.parsing.as.OffsetCue
Absolute offset.
AbstractCharacterTextNode - Class in org.apache.flex.compiler.internal.fxg.dom.text
A base class for text nodes that have character formatting.
AbstractCharacterTextNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.text.AbstractCharacterTextNode
 
AbstractCompilerPass - Class in org.apache.flex.compiler.internal.codegen.externals.pass
 
AbstractCompilerPass(ReferenceModel, AbstractCompiler) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.pass.AbstractCompilerPass
 
AbstractDeprecatedAPIProblem - Class in org.apache.flex.compiler.problems
Abstract problem for all of the deprecated API problems.
AbstractDeprecatedAPIProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.AbstractDeprecatedAPIProblem
 
AbstractDiagnosticVisitor - Class in org.apache.flex.abc.diagnostics
An abstract base class implementation of IDiagnosticsVisitor.
AbstractDiagnosticVisitor() - Constructor for class org.apache.flex.abc.diagnostics.AbstractDiagnosticVisitor
 
AbstractFillNode - Class in org.apache.flex.compiler.internal.fxg.dom.fills
A base class for all FXG nodes that represent a fill.
AbstractFillNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.fills.AbstractFillNode
 
AbstractFilterNode - Class in org.apache.flex.compiler.internal.fxg.dom.filters
 
AbstractFilterNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.filters.AbstractFilterNode
 
AbstractFXGNode - Class in org.apache.flex.compiler.internal.fxg.dom
A helper class that serves as the base implementation of IFXGNode.
AbstractFXGNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
 
AbstractFXGVersionHandler - Class in org.apache.flex.compiler.internal.fxg.sax
An abstract implementation of IFXGVersionHandler interface.
AbstractFXGVersionHandler() - Constructor for class org.apache.flex.compiler.internal.fxg.sax.AbstractFXGVersionHandler
 
AbstractLogger - Class in flex2.compiler.util
A partial Logger implemenation, which adds some localization related functionality.
AbstractLogger() - Constructor for class flex2.compiler.util.AbstractLogger
 
AbstractLogger - Class in org.apache.flex.compiler.internal.fxg.logging
An abstract IFXGLogger implementation to redirect the various utility logging methods to the core log() API: void log(int level, Object message, Throwable t, String location, int line, int column);
AbstractLogger(int) - Constructor for class org.apache.flex.compiler.internal.fxg.logging.AbstractLogger
 
AbstractPlayer - Class in flash.tools.debugger.concrete
 
AbstractPlayer(File, File) - Constructor for class flash.tools.debugger.concrete.AbstractPlayer
 
AbstractRichBlockTextNode - Class in org.apache.flex.compiler.internal.fxg.dom.richtext
A base class that represents a block text.
AbstractRichBlockTextNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichBlockTextNode
 
AbstractRichParagraphNode - Class in org.apache.flex.compiler.internal.fxg.dom.richtext
A base class that represents a paragraph text.
AbstractRichParagraphNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichParagraphNode
 
AbstractRichTextLeafNode - Class in org.apache.flex.compiler.internal.fxg.dom.richtext
A base text left node class that have character formatting.
AbstractRichTextLeafNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
 
AbstractRichTextNode - Class in org.apache.flex.compiler.internal.fxg.dom.richtext
A base class for all FXG nodes concerned with formatted text.
AbstractRichTextNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextNode
 
AbstractSemanticProblem - Class in org.apache.flex.compiler.problems
Abstract superclass of SemanticProblem and SemanticWarning; used to filter semantic errors and warnings out of the problem stream as necessary.
AbstractSemanticProblem(ISourceLocation) - Constructor for class org.apache.flex.compiler.problems.AbstractSemanticProblem
 
AbstractSemanticProblem(IDefinition) - Constructor for class org.apache.flex.compiler.problems.AbstractSemanticProblem
 
AbstractSemanticProblem(String) - Constructor for class org.apache.flex.compiler.problems.AbstractSemanticProblem
 
AbstractShapeNode - Class in org.apache.flex.compiler.internal.fxg.dom
A base class for all FXG nodes that represent a stroke.
AbstractShapeNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.AbstractShapeNode
 
AbstractStrokeNode - Class in org.apache.flex.compiler.internal.fxg.dom.strokes
Base class for all FXG stroke nodes.
AbstractStrokeNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.strokes.AbstractStrokeNode
 
AbstractTextNode - Class in org.apache.flex.compiler.internal.fxg.dom.text
A base class for all FXG nodes concerned with formatted text.
AbstractTextNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.text.AbstractTextNode
 
AbstractTransformNode - Class in org.apache.flex.compiler.internal.fxg.dom.transforms
A base class for all FXG nodes that represent a transform.
AbstractTransformNode() - Constructor for class org.apache.flex.compiler.internal.fxg.dom.transforms.AbstractTransformNode
 
accept(IProgress) - Method in class flash.tools.debugger.concrete.PlayerSessionManager
 
accept(IProgress) - Method in interface flash.tools.debugger.SessionManager
Blocks until the next available player debug session commences, or until getPreference(PREF_ACCEPT_TIMEOUT) milliseconds pass.
accept(IProgress) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSessionManager
 
accept(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.CodeGenErrorFilter
 
accept(ICompilerProblem) - Method in interface org.apache.flex.compiler.clients.problems.IProblemFilter
Determines if the specified ICompilerProblem passes the filter.
accept(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.ProblemFilterClassCriteria
 
accept(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.ProblemSettingsFilter
 
accept(ICMToken) - Method in interface org.apache.flex.compiler.internal.parsing.ITokenStreamFilter
 
accept(ICompilerProblem) - Method in class org.apache.flex.compiler.problems.collections.CompositeProblemFilter
 
access - Variable in class org.apache.flex.compiler.internal.codegen.js.jx.PackageFooterEmitter.AccessorData
 
accessibilityClass(MetaTagsNode) - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
 
AccessibilityTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
 
AccessibilityTagNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.AccessibilityTagNode
 
accessible() - Method in class flex2.compiler.common.CompilerConfiguration
 
accessible() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Generate accessible SWFs.
accessible - Static variable in class org.apache.flex.utils.Trace
 
accessibleClassNames - Variable in class org.apache.flex.compiler.internal.targets.FlexTarget
Set of classes referenced from accessibility meta-data.
AccessorDefinition - Class in org.apache.flex.compiler.internal.definitions
AccessorDefinition is the abstract base class for definitions that represent getters and setters.
AccessorDefinition(String) - Constructor for class org.apache.flex.compiler.internal.definitions.AccessorDefinition
 
accessorEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
AccessorEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
AccessorEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.AccessorEmitter
 
AccessorFunctionContentsPart - Class in org.apache.flex.compiler.internal.tree.as.parts
 
AccessorFunctionContentsPart() - Constructor for class org.apache.flex.compiler.internal.tree.as.parts.AccessorFunctionContentsPart
 
AccessorNode - Class in org.apache.flex.compiler.internal.tree.as
ActionScript parse tree node that acts as a base class for getters and setters.
AccessorNode(IASToken, IASToken, IdentifierNode) - Constructor for class org.apache.flex.compiler.internal.tree.as.AccessorNode
Constructor.
AccessorNode(IdentifierNode, IAccessorFunctionContentsPart) - Constructor for class org.apache.flex.compiler.internal.tree.as.AccessorNode
Constructor.
AccessorTypesMustMatchProblem - Class in org.apache.flex.compiler.problems
Diagnostic emitted when the types of a corresponding getter and setter do not match
AccessorTypesMustMatchProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.AccessorTypesMustMatchProblem
 
accessPart() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
Matches parts after the dot in a property access expression.
AccessUndefinedMemberProblem - Class in org.apache.flex.compiler.problems
Strict semantics diagnostic emitted when the method body semantic checker detects an access to an undefined member with a known base type.
AccessUndefinedMemberProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.AccessUndefinedMemberProblem
 
AccessUndefinedPropertyInPackageProblem - Class in org.apache.flex.compiler.problems
Strict semantics diagnostic emitted when the method body semantic checker detects an access to an undefined property in a known package "namespace."
AccessUndefinedPropertyInPackageProblem(IASNode, String, String) - Constructor for class org.apache.flex.compiler.problems.AccessUndefinedPropertyInPackageProblem
 
AccessUndefinedPropertyProblem - Class in org.apache.flex.compiler.problems
Strict semantics diagnostic emitted when the method body semantic checker detects an access to an undefined property.
AccessUndefinedPropertyProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.AccessUndefinedPropertyProblem
 
accumulateTextFragments(MXMLTreeBuilder, IMXMLTextData, MXMLNodeBase.MXMLNodeInfo) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
Accumulates source fragments that are produced by a text unit for later processing.
action(String, String) - Method in class flex.tools.debugger.cli.FaultActions
Sets the action bits as appropriate for the given fault and action
ActionLocation - Class in flash.tools
ActionLocation record.
ActionLocation() - Constructor for class flash.tools.ActionLocation
 
ActionLocation(ActionLocation) - Constructor for class flash.tools.ActionLocation
 
actions - Variable in class flash.tools.ActionLocation
 
actions() - Method in class flex.tools.debugger.cli.FaultActions
 
activatedRules - Variable in class org.apache.flex.compiler.internal.css.codegen.CSSCompilationSession
A set of rules that will be included in the code generation.
ActivatedStyleSheets - Class in org.apache.flex.compiler.internal.css.semantics
A container for all activated CSS models.
ActivatedStyleSheets() - Constructor for class org.apache.flex.compiler.internal.css.semantics.ActivatedStyleSheets
 
ACTIVEX - Static variable in interface flash.tools.debugger.Player
Indicates an ActiveX-control Flash player, e.g.
ActiveXPlayer - Class in flash.tools.debugger.concrete
 
ActiveXPlayer(File, File) - Constructor for class flash.tools.debugger.concrete.ActiveXPlayer
 
actualFrames - Variable in class org.apache.flex.compiler.problems.SWFFrameCountMismatchProblem
 
actualType - Variable in class org.apache.flex.compiler.problems.ImplicitCoercionToUnrelatedTypeProblem
 
actualType - Variable in class org.apache.flex.compiler.problems.ImplicitTypeCheckCoercionToUnrelatedTypeProblem
 
actualType - Variable in class org.apache.flex.compiler.problems.MXMLIncompatibleArrayElementProblem
 
adaptor - Variable in class org.apache.flex.compiler.internal.css.CSSParser
 
adaptor - Variable in class org.apache.flex.compiler.internal.css.CSSParser
 
add(Object) - Method in class flex.tools.debugger.cli.ExpressionCache
 
add(String) - Method in class flex.tools.debugger.cli.FaultActions
Add a new fault to the table, with all actions disabled
add(Location) - Method in class flex.tools.debugger.cli.LocationCollection
 
add(int, Object) - Method in class flex.tools.debugger.cli.StringIntArray
 
add(String, String[]) - Method in class flex2.compiler.util.MimeMappings
add file extensions. keep the existing file extensions.
add(String, String) - Method in class flex2.compiler.util.MimeMappings
add file extension. keep the existing file extensions.
add(T) - Method in class org.apache.flex.abc.EntryOrderedStore
adds things
add(T) - Method in class org.apache.flex.abc.Pool
Add an element to the pool if it's not already present.
add(Trait) - Method in class org.apache.flex.abc.semantics.Traits
Add a trait.
add(String) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigString
 
add(String) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigVariable
Adds value as a value to this RepeatableConfigVariable.
add(ICompilerProblem) - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
Add a single problem to the problems collection.
add(DependencyType) - Method in class org.apache.flex.compiler.common.DependencyTypeSet
Adds a dependency type to the set.
add(String, String) - Method in class org.apache.flex.compiler.common.MutablePrefixMap
Add a prefix and its uri to the map.
add(String, String, boolean) - Method in class org.apache.flex.compiler.common.MutablePrefixMap
Adds a prefix and uri to this namespace map.
add(T) - Method in class org.apache.flex.compiler.internal.parsing.FilteringList
 
add(T) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase.FilteredCollection
 
add(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.EmptyDefinitionStore
 
add(IDefinition) - Method in interface org.apache.flex.compiler.internal.scopes.IDefinitionStore
Adds a definition to this store.
add(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionStore
 
add(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
 
add(String[], ICompilationUnit) - Method in class org.apache.flex.compiler.internal.units.StringToCompilationUnitMap
Adds entries for multiple file names all referenced from the same compilation unit.
add(String, ICompilationUnit) - Method in class org.apache.flex.compiler.internal.units.StringToCompilationUnitMap
Adds the specified ICompilationUnit whose root source file is the specified File to the map.
add(Object, Object) - Static method in class org.apache.flex.utils.CheapArray
Adds an item to a cheapArray.
add(Object, Object, Object[]) - Static method in class org.apache.flex.utils.CheapArray
Adds an item to a cheapArray.
add(int, Object, Object) - Static method in class org.apache.flex.utils.CheapArray
Adds an item to a cheapArray at a specific position.
ADD_EVENT_LISTENER_CALL_OPERANDS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
ADD_LAYER_CALL_OPERANDS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
addAction(String) - Method in class flex.tools.debugger.cli.FaultActions
Add a new action type to the table
addActionScriptMetadata(String[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addActionScriptMetadata(String[]) - Method in interface flex2.tools.oem.Configuration
Adds the list of ActionScript metadata names to the existing list of ActionScript metadata that the compiler keeps in the SWF.
addActionScriptMetadata(String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds the list of AS3 metadata names to the existing list of AS3 metadata the compiler should keep in the SWF.
addAdditionalSymbolClass(FXGSymbolClass) - Method in class org.apache.flex.compiler.fxg.flex.FXGSymbolClass
An FXG node may have child nodes that also require a symbol class mapping that will be included along with the parent symbol for the compilation unit.
addAlias(String, String) - Method in class flex2.compiler.config.ConfigurationBuffer
 
addAlias(String, String) - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
 
addAll(InstructionList) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Add another InstructionList to the sequence.
addAll(String[]) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigVariable
Adds every String in values as a value of this RepeatableConfigVariable by calling the add method with each String as an argument.
addAll(ICompilerProblem[]) - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
Add an array of compiler problems to the problems collection.
addAll(Iterable<ICompilerProblem>) - Method in class org.apache.flex.compiler.clients.problems.ProblemQuery
Add a collection of compiler problems to the problems collection.
addAll(DependencyTypeSet) - Method in class org.apache.flex.compiler.common.DependencyTypeSet
Adds the dependencies in another set to this set.
addAll(PrefixMap, boolean) - Method in class org.apache.flex.compiler.common.MutablePrefixMap
Adds all information from one PrefixMap to another
addAll(PrefixMap) - Method in class org.apache.flex.compiler.common.MutablePrefixMap
Adds all information from one PrefixMap to another
addAll(Collection<? extends T>) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase.FilteredCollection
 
addAllExternallyVisibleDefinitions(ArrayList<IRequest<IFileScopeRequestResult, ICompilationUnit>>) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
Adds public and internal definitions of the specified scope requests to this ASProjectScope scope.
addAllocatedTemp(Binding) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope.TempManager
 
addAllocatedTemps(ImmutableList<Binding>) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope.TempManager
 
addAllowedValue(String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.InspectableTagNode
 
addAllPendingLabels(Collection<Label>) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Add pending labels acquired from a component list to this list's pendingLabels collection.
addApplicationDomainForRuntimeSharedLibraryPath(File, String) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addApplicationDomainForRuntimeSharedLibraryPath(File, String) - Method in interface flex2.tools.oem.Configuration
Add application domain setting to the existing list of application domain settings.
addApplicationDomainForRuntimeSharedLibraryPath(File, String) - Method in class flex2.tools.oem.internal.OEMConfiguration
 
addArchiveFile(String, File) - Method in class flex2.tools.oem.Library
Adds a file to this Library object.
addArchiveFile(String, VirtualLocalFile) - Method in class flex2.tools.oem.Library
Adds an in-memory source object to this Library object.
addASMetadataNames(Collection<String>) - Method in class org.apache.flex.compiler.config.Configurator
Adds the list of AS3 metadata names to the existing list of AS3 metadata the compiler should keep in the SWF.
addASMetadataNames(Collection<String>) - Method in class org.apache.flex.compiler.internal.targets.Target
Add metadata names to the target.
addAttr(String, Object) - Method in class org.apache.flex.abc.semantics.Trait
Add a trait attribute.
addAttribute(CompilerProject, ISourceLocation, String, String, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.EmbedData
Add an attribute
addBadCharacterProblem(String) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
 
addBaseInterface(ExpressionNodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
Add an implemented interface to this class.
addBaseNameToList(List<String>, IDefinitionSet) - Static method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
If the specified definition set is non-null and contains definitions, add the base name of those definitions to the specified list.
addBindableVariableTrait(Name, Name, IDefinition) - Method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
Adds an instance trait for a bindable variable, such as one created by an id attribute.
addBinding(BindingInfo) - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherInfoBase
 
addBranch(ConditionalNode) - Method in class org.apache.flex.compiler.internal.tree.as.IfNode
 
addBranch(TerminalNode) - Method in class org.apache.flex.compiler.internal.tree.as.IfNode
 
addCatchClause(CatchNode) - Method in class org.apache.flex.compiler.internal.tree.as.TryNode
Adds a catch caluse in the order in which it was found
addChainedVariableNode(ChainedVariableNode) - Method in class org.apache.flex.compiler.internal.tree.as.VariableNode
 
addChannelClass(String) - Method in class flex2.compiler.config.ServicesDependenciesWrapper
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.fxg.dom.IFXGNode
Adds an FXG child node to this node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
Adds an FXG child node to this node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.AbstractShapeNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.ContentPropertyNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.DefinitionNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.DelegateNode
Adds an FXG child node to the delegate node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.BitmapFillNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.LinearGradientFillNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.fills.RadialGradientFillNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
Adds an FXG child node to this node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicNode
Adds an FXG child node to this Graphic node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupDefinitionNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.GroupNode
Adds an FXG child node to this Group node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.LibraryNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.MaskPropertyNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextNode
Check child node to ensure that exception isn't thrown for ignorable white spaces.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.BRNode
BR node doesn't allow any children.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.DivNode
Adds an FXG child node to this division node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.LinkNode
Adds an FXG child node to this link node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.ParagraphNode
Adds an FXG child node to this Paragraph node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.SpanNode
Adds an FXG child node to this span node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TabNode
Tab node doesn't allow any children.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TCYNode
Adds an FXG child node to this TCY node.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextPropertyNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
This method is invoked for only non-content children.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.LinearGradientStrokeNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.strokes.RadialGradientStrokeNode
 
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractTextNode
Check child node to ensure that exception isn't thrown for ignorable white spaces.
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.text.ParagraphNode
A <p> allows child <span> and <br /> tags, as well as character data (text content).
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.text.SpanNode
A <span> allows child <br /> tags, as well as character data (text content).
addChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
This method is invoked for only non-content children.
addChild(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
 
addChild(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
Add the node as a child.
addChild(NodeBase, int) - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
 
AddChild - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
addChildInOrder(NodeBase, boolean) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
 
addChildInOrder(NodeBase, boolean) - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
Add the node as a child, making sure it's in offset order with the other children.
addChildNode(IMXMLNode) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase.MXMLNodeInfo
 
addChildPostNormalize(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
Add the node as a child after normalization has occurred.
addClass(String, String, String) - Method in class flex2.compiler.util.NameMappings
 
addClass(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addClassExclude(String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addClassToFunction(String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addCloseTag(IMXMLTagData, int) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BalancingMXMLProcessor
 
addCommand(String) - Method in class flex.tools.debugger.cli.BreakAction
 
addCompilationUnit(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Add a ICompilationUnit to the project.
addCompilationUnit(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
Add a ICompilationUnit to the dependency graph.
addCompilationUnit(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
Maintain a mapping between filenames and compilation units.
addCompilationUnits(Collection<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Add compilation units to the project.
addCompilationUnits(Collection<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
Add a Collection of ICompilationUnit's to the dependency graph.
addCompilationUnitsAndDependenciesToFrame(SWFFrame, Collection<ICompilationUnit>, boolean, Set<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
 
addCompilationUnitsAndUpdateDefinitions(Collection<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Adds compilation units to the project and updates the public and private definitions.
addComponent(String) - Method in class flex2.tools.oem.Library
Adds a class, function, variable, or namespace to this Library object.
addComponent(File) - Method in class flex2.tools.oem.Library
Adds a component to this Library object.
addComponent(VirtualLocalFile) - Method in class flex2.tools.oem.Library
Adds a component to this Library object.
addComponent(URI) - Method in class flex2.tools.oem.Library
Adds a list of components to this Library object.
addComponent(ISWCComponent) - Method in class org.apache.flex.swc.SWC
 
addConditionalCompilationNamespace(NamespaceNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
Adds a name that is recognized as a config name for conditional compilation
addConfigConstNode(ConfigConstNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
Adds a ConfigConstNode to our internal tree.
addConfigPath(String, long) - Method in class flex2.compiler.config.ServicesDependenciesWrapper
 
addConfiguration(File) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addConfiguration(File) - Method in interface flex2.tools.oem.Configuration
Adds a file to the existing list of configuration files.
addConfiguration(File) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a file to the existing list of configuration files.
addConfiguration(File) - Method in class org.apache.flex.compiler.config.Configurator
Adds a file to the existing list of configuration files.
addConfigVariable(String, String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Sets project config variable for use on this project
addConfigVariable(String, String) - Method in class org.apache.flex.compiler.internal.projects.ConfigManager
Adds a config variable and expression to this mapping
addConfigVariables(Map<String, String>) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Sets project config variables for use on this project
addConfigVariables(Map<String, String>) - Method in class org.apache.flex.compiler.internal.projects.ConfigManager
Syntax:
-define=<name>,<value> where name is NAMESPACE::name and value is a legal definition value (e.g.
addConstant(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addConstantType(Node, String, JSType) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addContentChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
<RichText> content allows child <p>, <span> and <br /> tags, as well as character data (text content).
addContentChild(IFXGNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
<TextGraphic> content allows child <p>, <span> and <br /> tags, as well as character data (text content).
addCSSArchiveFiles(Map<String, VirtualFile>) - Method in class flex2.compiler.common.Configuration
 
addCTraitsGetter(Name, Name, InstructionList) - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
Utility method to add a static getter to the generated class.
addCTraitsMethod(Name, Collection<Name>, Name, Collection<Object>, boolean, InstructionList) - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
Utility method to add a static method to the generated class.
addDecorationChildren(boolean) - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
 
addDefaultCSS(ICSSDocument) - Method in class org.apache.flex.compiler.internal.css.semantics.ActivatedStyleSheets
Activate a default CSS model.
addDefaultsCssFiles(Collection<VirtualFile>) - Method in class flex2.compiler.common.CompilerConfiguration
 
addDefaultValue(PooledValue) - Method in class org.apache.flex.abc.semantics.MethodInfo
Add a default parameter value.
addDefaultValue(PooledValue) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
Add a default value to the currently compiling method.
addDeferredFunctionNode(FunctionNode) - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
 
addDeferredFunctionNode(FunctionNode) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
 
addDeferredFunctionNode(FunctionNode) - Method in interface org.apache.flex.compiler.tree.as.IFileNodeAccumulator
Add a function node whose body contents are deferred.
addDefineDirective(String, String) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addDefineDirective(String, String) - Method in interface flex2.tools.oem.Configuration
Add a global AS3 compiler configuration value and preserve existing definitions.
addDefineDirective(String, String) - Method in class flex2.tools.oem.internal.OEMConfiguration
 
addDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
 
addDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
Adds the specified definition to this scope.
addDefinition(IDefinition) - Method in interface org.apache.flex.compiler.internal.scopes.IMutableDefinitionSet
Adds a definition to this set.
addDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.LargeDefinitionSet
 
addDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
Override addDefinition so that all defns get hoisted to the containing scope Catch scopes will provide an alternate way to add the definition for the catch parameter
addDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
 
addDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionSet
 
addDefinition(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
Adds the specified definition to this scope.
addDefinition(String) - Method in interface org.apache.flex.swc.ISWCScript
Add a definition to the script.
addDefinition(String) - Method in class org.apache.flex.swc.SWCScript
 
addDefinitionSetToList(List<IDefinitionSet>, IDefinitionSet) - Static method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
If the specified definition set is non-null, add it to the specified list.
addDefinitionsToList(List<IDefinition>, IDefinitionSet) - Static method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
If the specified definition set is non-null and contains definitions, add those definitions to the specified list.
addDefinitionToSet(IDefinitionSet, IDefinition) - Static method in class org.apache.flex.compiler.internal.scopes.SmallDefinitionStoreBase
Adds a new definition to a definition set, possibly creating a new definition set in the process (if the old definition set was null or couldn't hold the new definition).
addDefinitionToStore(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
 
addDefinitionToStore(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.ASScopeBase
addDefinitionToThisScope(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
Add a definition to this scope, instead of hoisting the defn to the containing scope. used by CatchScopes to add their parameter
addDependency(String, String, boolean, boolean) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.ExportWriter
 
addDependency(String, DependencyType) - Method in class org.apache.flex.compiler.internal.driver.js.JSCompilationUnit
 
addDependency(ICompilationUnit, ICompilationUnit, DependencyTypeSet, String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Adds a dependency from one ICompilationUnit to another ICompilationUnit.
addDependency(ICompilationUnit, ICompilationUnit, DependencyType, String) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Adds a dependency from one ICompilationUnit to another ICompilationUnit.
addDependency(ICompilationUnit, ICompilationUnit, DependencyType) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Adds an anonymous dependency from one ICompilationUnit to another ICompilationUnit.
addDependency(ICompilationUnit, ICompilationUnit, DependencyTypeSet, String) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
Adds a dependency to the dependency graph.
addDependency(ICompilationUnit, ICompilationUnit, DependencyType, String) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
Adds a dependency to the dependency graph.
addDependency(ICompilationUnit, ICompilationUnit, DependencyType) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
Adds an anonymous dependency to the dependency graph.
addDependency(ICompilationUnit, ICompilationUnit, DependencyType, String) - Method in class org.apache.flex.compiler.internal.projects.FlexJSProject
 
addDependency(String, String, Map<String, DependencyTypeSet>) - Method in class org.apache.flex.compiler.internal.projects.LibraryDependencyGraph
Adds a dependency to the dependency graph.
addDependency(String, DependencyType) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
Adds a dependency from the current compilation unit to the compilation unit for the specified qualified name.
addDependency(String, DependencyType) - Method in interface org.apache.flex.swc.ISWCScript
Add a dependency to the script.
addDependency(String, DependencyType) - Method in class org.apache.flex.swc.SWCScript
 
addDependencyOnBuiltinType(ICompilerProject, IASLanguageConstants.BuiltinType, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
 
addDependencyOnBuiltinType(ICompilerProject, IASLanguageConstants.BuiltinType, DependencyType) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
Add a dependency to the given builtintype, from the compilation unit which contains this scope
addDigest(ISWCDigest) - Method in interface org.apache.flex.swc.ISWCLibrary
Add an ISWCDigest to the library.
addDigest(ISWCDigest) - Method in class org.apache.flex.swc.SWCLibrary
Add a new digest to the library.
addEmbedCompilationUnit(EmbedCompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
 
addEmbedCompilationUnit(EmbedCompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.DependencyGraph
Adds an EmbedCompilationUnit to the dependency graph.
addEmbedNode(IEmbedResolver) - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
 
addEmbedNode(IEmbedResolver) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
 
addEmbedNode(IEmbedResolver) - Method in interface org.apache.flex.compiler.tree.as.IFileNodeAccumulator
Adds an embed node to the list of embed nodes within this file.
addEntry(int, int, int, String) - Method in class org.apache.flex.swf.io.SizeReport
 
addEntry(int, int, int) - Method in class org.apache.flex.swf.io.SizeReport
 
addEnum(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addError(SyntaxProblem) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRepairingTokenBuffer
 
addError(SyntaxProblem) - Method in interface org.apache.flex.compiler.internal.parsing.as.IRepairingTokenBuffer
Adds a syntax error that we encountered during parsing
addEvent(DebugEvent) - Method in class flash.tools.debugger.concrete.DManager
 
addExceptionInfo(ExceptionInfo) - Method in class org.apache.flex.abc.semantics.MethodBodyInfo
 
addExclude(String, String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addExclude(String, String, String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addExport(ICharacterTag, String) - Method in class org.apache.flex.swf.tags.ExportAssetsTag
Export character tag with the given name.
addExpressionDependency(String) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
Adds an expression dependency from the current compilation unit to the compilation unit for the specified qualified name.
addExtensionLibraries(File, List<String>) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addExtensionLibraries(File, List<String>) - Method in interface flex2.tools.oem.Configuration
 
addExtensionLibraries(File, List<String>) - Method in class flex2.tools.oem.internal.OEMConfiguration
 
addExtensionLibraries(File, List<String>) - Method in class org.apache.flex.compiler.config.Configurator
 
addExtern(String) - Method in class flex2.compiler.common.CompilerConfiguration
 
addExternal(File) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addExternal(String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addExternalExtern(File) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addExternalExtern(String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addExternalLibraryPath(File[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addExternalLibraryPath(File[]) - Method in interface flex2.tools.oem.Configuration
Adds to the existing list of SWC files.
addExternalLibraryPath(File[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds to the existing list of SWC files.
addExternalLibraryPath(Collection<File>) - Method in class org.apache.flex.compiler.config.Configurator
Adds to the existing list of SWC files.
addExternalLibraryPath(Collection<File>) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
Adds to the existing list of SWC files.
addExterns(Collection<String>) - Method in class flex2.compiler.common.Configuration
 
addExterns(QName[]) - Method in class flex2.compiler.common.Configuration
 
addExterns(String[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addExterns(File[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addExterns(String[]) - Method in interface flex2.tools.oem.Configuration
Adds a list of definitions to the existing list of definitions.
addExterns(File[]) - Method in interface flex2.tools.oem.Configuration
Adds a list of files to the existing list of definitions to be omitted from linking.
addExterns(String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of definitions to the existing list of definitions.
addExterns(File[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of files to the existing list of definitions to be omitted from linking.
addExterns(Collection<String>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of definitions to the existing list of definitions.
addField(Node, String, JSDocInfo, boolean) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
addField(Node, String, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addFieldExclude(String, String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addFile(File) - Method in class org.apache.flex.compiler.internal.projects.SourcePathManager
Notifies this SourcePathManager that a file as been added to the file system.
addFile(ISWCFileEntry) - Method in class org.apache.flex.swc.SWC
 
addFile(String, long, byte[]) - Method in class org.apache.flex.swc.SWC
Add a file that will be written into swc file during creation.
addFiles(Map<String, VirtualFile>) - Method in class flex2.tools.CompcConfiguration
 
addFiles(File, String[], Commandline) - Method in class org.apache.flex.compiler.ant.types.FlexFileSet
 
addFiles(File, String[], Commandline) - Method in class org.apache.flex.compiler.ant.types.FlexSWCFileSet
 
addFilters(List<IFilterNode>) - Method in class org.apache.flex.compiler.internal.fxg.dom.GraphicContext
 
addFinalClass(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addFinallyBlock(TerminalNode) - Method in class org.apache.flex.compiler.internal.tree.as.TryNode
Adds a finally clause in the order in which it was found
addFontManagers(String[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addFontManagers(String[]) - Method in interface flex2.tools.oem.Configuration
Adds font managers to the existing font manager list.
addFontManagers(String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds font managers to the existing font manager list.
addForceRuntimeSharedLibraryPaths(File[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addForceRuntimeSharedLibraryPaths(File[]) - Method in interface flex2.tools.oem.Configuration
Adds SWCs to the existing set of SWCs whose RSLs will be loaded at runtime.
addForceRuntimeSharedLibraryPaths(File[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
 
addFrame(SWFFrame) - Method in interface org.apache.flex.swf.ISWF
Add a frame.
addFrame(SWFFrame) - Method in class org.apache.flex.swf.SWF
 
addFrame(String, long) - Method in class org.apache.flex.swf.tags.DefineSceneAndFrameLabelDataTag
Add a frame label definition.
addFunction(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addFXComponent(String, int, String, String) - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
Creates a new class definition for an <fx:Component> tag and adds it to this scope.
addFXDefinition(String, IMXMLTagData, String, String) - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
Creates a new class definition for an <fx:Definition> tag and adds it to this scope.
addGlobalUsedNamespacesToNamespaceSet(Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
 
addGroup(IStateGroupDefinition) - Method in class org.apache.flex.compiler.internal.mxml.StateDefinition
Records that this state belongs to a specified group.
addHandler(ISourceFileHandler) - Method in class org.apache.flex.compiler.internal.units.SourceCompilationUnitFactory
Registers a new handler with the factory.
addHasNexts(Collection<LexicalScope.Hasnext2Wrapper>) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
Add a collection of hasnext wrappers to the collection of hasnexts in this lexical scope.
addImplicitImport(String) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
Adds a new node to the list of nodes representing the implicit imports created by MXML tags.
addImplicitOpenNamespaces(CompilerProject, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
 
addImplicitOpenNamespaces(CompilerProject, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
 
addImplicitOpenNamespaces(CompilerProject, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.PackageScope
 
addImplicitOpenNamespaces(CompilerProject, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
 
addImplicitOpenNamespaces(CompilerProject, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
 
addImplicitOpenNamespaces(CompilerProject, Set<INamespaceDefinition>, TypeScope.ScopeKind) - Method in class org.apache.flex.compiler.internal.scopes.TypeScope
 
addImport(ClassReference) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
addImport(ClassReference) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.FunctionReference
 
addImport(String) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
 
addImport(String) - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
Add the import to the containing scope
addImport(String) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
 
addImportFilename(String) - Method in class org.apache.flex.compiler.clients.ASC
 
addImportNode(IImportNode) - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
 
addImportNode(IImportNode) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
 
addImportNode(IImportNode) - Method in interface org.apache.flex.compiler.tree.as.IFileNodeAccumulator
Adds an import node to the list of import nodes within this file.
addIncludedFilesToCompilationUnit(ICompilationUnit, Collection<String>) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
Specifies that the specified compilation unit includes the specified list of files.
addIncludeFilename(String) - Method in class org.apache.flex.compiler.clients.ASC
 
addIncludeResourceBundles(String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of resource bundles to the existing list.
addIncludeResourceBundles(Collection<String>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of resource bundles to the existing list.
addIncludes(Collection<String>) - Method in class flex2.compiler.common.Configuration
 
addIncludes(String[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addIncludes(String[]) - Method in interface flex2.tools.oem.Configuration
Adds a list of definitions to the existing list of definitions.
addIncludes(String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of definitions to the existing list of definitions.
addIncludes(Collection<String>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of definitions to the existing list of definitions.
addIncludeSourceFile(File) - Method in class org.apache.flex.compiler.internal.projects.ASProject
 
addIncludeSourceFile(File, boolean) - Method in class org.apache.flex.compiler.internal.projects.ASProject
 
addIncludeSourceFile(File) - Method in interface org.apache.flex.compiler.projects.IASProject
Adds a new include source file to the project.
addIncludeSourceFile(File, boolean) - Method in interface org.apache.flex.compiler.projects.IASProject
Adds a new include source file to the project.
addInheritedPrivateMember(DVariable) - Method in class flash.tools.debugger.concrete.DValue
 
addInlinedBindings(Collection<Binding>) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
Add a collection of bindings to the collection of inlined bindings in this lexical scope.
addInstruction(Instruction) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Add an instruction to the sequence.
addInstruction(int) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Convenience method adds an instruction with no operands.
addInstruction(int, int) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Convenience method adds an instruction with an immediate operand.
addInstruction(int, Object[]) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Convenience method adds an instruction with operands.
addInstruction(int, Object) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Convenience method adds an instruction with a single operand.
addInterface(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addInterface(ExpressionNodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
Add an implemented interface to this class.
addInvalidationListener(IInvalidationListener) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
 
addInvalidationListener(IInvalidationListener) - Method in interface org.apache.flex.compiler.workspaces.IWorkspace
Adds a IInvalidationListener on the workspace.
addItem(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
Adds a node to the list of children (really just a public wrapper around addChild)
addItem(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
 
addItemAfterNormalization(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
Adds a node to the list of children (really just a public wrapper around addChild)
AddItems - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
additionalHTML - Variable in class org.apache.flex.compiler.internal.graph.GoogDepsWriter
 
additionalHTML - Variable in class org.apache.flex.compiler.internal.graph.VF2JSDepsWriter
 
addITraitsGetter(Name, Name, InstructionList) - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
Utility method to add an instance getter to the generated class.
addITraitsMethod(Name, Collection<Name>, Name, Collection<Object>, boolean, boolean, boolean, InstructionList) - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
Utility method to add an instance method to the generated class.
addITraitsMethod(Name, Collection<Name>, Name, Collection<Object>, boolean, boolean, boolean, InstructionList, int) - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
Utility method to add an instance method to the generated class.
addJoint2Bounds(List<ShapeRecord>, LineStyle, AbstractStrokeNode, double, Rect) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ShapeHelper
 
addJSExternsFile(String) - Method in class org.apache.flex.compiler.utils.JSClosureCompilerWrapper
 
addJSExternsFile(SourceFile) - Method in class org.apache.flex.compiler.utils.JSClosureCompilerWrapper
 
addJSExternsFile(String) - Method in class org.apache.flex.compiler.utils.VF2JSClosureCompilerWrapper
 
addJSExternsFile(SourceFile) - Method in class org.apache.flex.compiler.utils.VF2JSClosureCompilerWrapper
 
addJSSourceFile(String) - Method in class org.apache.flex.compiler.utils.JSClosureCompilerWrapper
 
addJSSourceFile(String) - Method in class org.apache.flex.compiler.utils.VF2JSClosureCompilerWrapper
 
addL10nArchiveFiles(Map<String, VirtualFile>) - Method in class flex2.compiler.common.Configuration
 
addLabelAt(Label, int) - Method in class org.apache.flex.abc.instructionlist.InstructionList
Add a label at an arbitrary position.
addLazyAssociation(String, String) - Method in class flex2.compiler.config.ServicesDependenciesWrapper
 
addLibrary(String) - Method in class org.apache.flex.compiler.internal.projects.LibraryDependencyGraph
Add a ICompilationUnit to the dependency graph.
addLibrary(ISWCLibrary) - Method in class org.apache.flex.swc.SWC
 
addLibraryCSS(ICSSDocument, String) - Method in class org.apache.flex.compiler.internal.css.semantics.ActivatedStyleSheets
Activate a library CSS model.
addLibraryPath(File[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addLibraryPath(File[]) - Method in interface flex2.tools.oem.Configuration
Adds a list of SWC files or directories to the default library path.
addLibraryPath(File[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of SWC files or directories to the default library path.
addLibraryPath(Collection<File>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of SWC files or directories to the default library path.
addLineToMappings(int) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
Adjusts the line numbers saved in the source map when a line should be added during post processing.
addLinkedABCToFrame(SWFFrame, Iterable<DoABCTag>, ABCLinker.ABCLinkerSettings) - Method in class org.apache.flex.compiler.internal.targets.AppSWFTarget
 
addLinkedABCToFrame(SWFFrame, Iterable<DoABCTag>, ABCLinker.ABCLinkerSettings) - Method in class org.apache.flex.compiler.internal.targets.LibrarySWFTarget
 
addLinkedABCToFrame(SWFFrame, Iterable<DoABCTag>, ABCLinker.ABCLinkerSettings) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
 
addListener(DProtocol.ListenerIndex, DProtocolNotifierIF) - Method in class flash.tools.debugger.concrete.DProtocol
Allow outside entities to listen for incoming DMessages.
addLoadExterns(Collection<File>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of files to the existing list of definitions to be omitted from linking.
addLocales(Collection<String>) - Method in class org.apache.flex.compiler.config.Configurator
 
addLocales(Collection<String>) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
Add to the existing list of locales without overriding and locales settings in configuration files.
addLocalFontPaths(String[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addLocalFontPaths(String[]) - Method in interface flex2.tools.oem.Configuration
Adds local font paths to the existing local font path list.
addLocalFontPaths(String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds local font paths to the existing local font path list.
addLocalImportsToNamespaceSet(IWorkspace, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
Adds INamespaceDefinition's for each import in this scope to the specified namespace set.
addLocalImportsToNamespaceSet(IWorkspace, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
 
addLocalizer(ILocalizer) - Method in class org.apache.flex.compiler.internal.config.localization.LocalizationManager
 
addLocation(Location) - Method in class flex.tools.debugger.cli.BreakAction
 
addLookupOnly(String, String) - Method in class flex2.compiler.util.NameMappings
 
addMappings(NameMappings) - Method in class flex2.compiler.util.NameMappings
 
addMember(DVariable) - Method in class flash.tools.debugger.concrete.DValue
 
AddMemberPass - Class in org.apache.flex.compiler.internal.codegen.externals.pass
 
AddMemberPass(ReferenceModel, AbstractCompiler) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.pass.AddMemberPass
 
addMemberVariable(Name, Name) - Method in class org.apache.flex.compiler.internal.abc.ClassGeneratorHelper
Utility method to add a member variable to a class.
addMergePoint(IBasicBlock) - Method in interface org.apache.flex.abc.models.TreeModelVisitor
Add a merge node, where values from several blocks combine in the dataflow graph.
addMetadata(Metadata) - Method in class org.apache.flex.abc.semantics.Trait
Add a metadata entry to this trait.
addMetaTag(IMetaTag) - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
 
addMetaTag(IMetaInfo[], IMetaInfo) - Static method in class org.apache.flex.compiler.internal.definitions.metadata.MetaTag
Append a IMetaTag to an array of IMetaTag.
addMethod(Node, String, JSDocInfo, boolean) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
addMethod(Node, String, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addMiterLimitStrokeToBounds(ShapeRecord, ShapeRecord, double, double, Rect, int, int, int, int) - Static method in class org.apache.flex.compiler.internal.fxg.swf.ShapeHelper
 
addModifier(ASModifier) - Method in class org.apache.flex.compiler.common.ModifiersSet
Add another modifier keyword to the collection (and adjust the span accordingly)
addModifier(ModifierNode) - Method in class org.apache.flex.compiler.common.ModifiersSet
Add another modifier keyword to the collection (and adjust the span accordingly)
addModifier(ModifierNode) - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
 
addModifier(ModifierNode) - Method in class org.apache.flex.compiler.internal.tree.as.ModifiersContainerNode
 
addNamedModule(String) - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
addNamespace(String) - Method in class org.apache.flex.compiler.clients.ASC
 
addNamespace(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addNamespaceDirective(NamespaceDefinition.INamespaceDirective) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
 
addNamespaceDirective(NamespaceDefinition.INamespaceDirective) - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
add the namespace directive to the containing scope
addNamespaceDirective(NamespaceDefinition.INamespaceDirective) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
 
addNamespaceMappings(Collection<IMXMLNamespaceMapping>) - Method in class org.apache.flex.compiler.config.Configurator
 
addNamespaceMappings(Collection<IMXMLNamespaceMapping>) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
Adds to the existing list of namespace mappings.
addNamespacesFromContainingScope(CompilerProject, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
Add the open namespaces from the containing scope to the namespace set passed in
addNamespacesFromContainingScope(CompilerProject, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.PackageScope
Add the open namespaces from the containing scope to the namespace set passed in Package scopes will only add the implicit namespaces from the file scope if this is a .as file
addNameToKeepAS3MetadataSet(String) - Method in interface org.apache.flex.swc.ISWCLibrary
Adds a metadata name to appear in the <keep-as3-metadata> tag.
addNameToKeepAS3MetadataSet(String) - Method in class org.apache.flex.swc.SWCLibrary
 
addOpenTag(IMXMLTagData, int) - Method in class org.apache.flex.compiler.internal.parsing.mxml.BalancingMXMLProcessor
 
addOptimizerConfig(String) - Method in class org.apache.flex.compiler.clients.ASC
 
addParsedFunctionBodies(FunctionNode) - Method in class org.apache.flex.compiler.internal.scopes.ASFileScope
Add a function node the the collection of function nodes which have been parsed
addPathComponents(String, String, char) - Static method in class org.apache.flex.utils.FileUtils
 
addPathElements(VirtualFile[]) - Method in class flex2.compiler.SourcePath
 
addPolicyFileUrl(String) - Method in class flex2.compiler.common.Configuration.RslPathInfo
Add a policy file to support the associated entry in the RSL URL list.
addPolicyFileURL(String) - Method in class org.apache.flex.compiler.internal.config.RuntimeSharedLibraryPathInfo
Add a policy file to support the associated entry in the RSL URL list.
addPosition(String, int, int) - Method in class flex2.compiler.config.ConfigurationBuffer
 
addPosition(String, int, int) - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
 
addProblem(ICompilerProblem) - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
 
addProblem(ICompilerProblem) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
Add a problem to this code generation phase.
addProblem(ICompilerProblem) - Method in interface org.apache.flex.compiler.internal.parsing.as.IProblemReporter
Adds an ICompilerProblem to this reporter
addProblem(ICompilerProblem) - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
 
addProblem(ICompilerProblem) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLTreeBuilder
 
addProblem(ICompilerProblem) - Method in class org.apache.flex.swc.SWC
Record a problem encountered while reading or writing the SWC.
addProblems(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
Add a collection of problems to this code generation phase.
addProblems(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.units.requests.FileScopeRequestResultBase
This method allows sub-classes to add problems to the problems collection after running this classes constructor.
addProblemsToProject(ASFileScopeRequestResult) - Method in class org.apache.flex.compiler.internal.units.ASCompilationUnit
 
addProductInfoToSWF(ISWF) - Method in class org.apache.flex.compiler.internal.targets.FlexTarget
Update the SWF model by adding a ProductInfoTag.
addProject(CompilerProject) - Method in class org.apache.flex.compiler.internal.workspaces.Workspace
 
addProjectDependeny(IASProject, String) - Method in class org.apache.flex.compiler.internal.projects.ASProject
 
addProjectDependeny(IASProject, String) - Method in interface org.apache.flex.compiler.projects.IASProject
Adds a new project dependency to this project.
addRejectedClass(Class<?>) - Method in class org.apache.flex.compiler.clients.problems.ProblemFilterClassCriteria
Add a (super)class to be rejected.
addRequiredClass(Class<?>) - Method in class org.apache.flex.compiler.clients.problems.ProblemFilterClassCriteria
Add a (super)class to be required.
addRequiredResourceBundle(String) - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
 
addRequiredResourceBundle(String) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLFileNode
 
addRequiredResourceBundle(String) - Method in interface org.apache.flex.compiler.tree.as.IFileNodeAccumulator
Adds a Resource Bundle to the set of Resource Bundles that are referenced within this file.
addResolvedPath(String, VirtualFile) - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
addResourceBundle(String) - Method in class flex2.tools.oem.Library
Adds a resource bundle to this Library object.
addRow(String[]) - Method in class org.apache.flex.abc.print.ABCDumpVisitor.TablePrinter
 
addRslUrl(String) - Method in class flex2.compiler.common.Configuration.RslPathInfo
Add an RSL to the list of RSLs.
addRSLURL(String) - Method in class org.apache.flex.compiler.internal.config.RuntimeSharedLibraryPathInfo
Add an RSL to the list of RSLs.
addRSLURLAndPolicyFileURL(String, String) - Method in class org.apache.flex.compiler.config.RSLSettings
Add a new RSL URL and Policy file URL.
addRuntimeSharedLibraries(String[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addRuntimeSharedLibraries(String[]) - Method in interface flex2.tools.oem.Configuration
Adds a list of run-time shared library URLs to the existing list.
addRuntimeSharedLibraries(String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of runtime shared library URLs to the existing list.
addRuntimeSharedLibraries(List<String>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of runtime shared library URLs to the existing list.
addRuntimeSharedLibraryPath(String, String[], String[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addRuntimeSharedLibraryPath(String, String[], String[]) - Method in interface flex2.tools.oem.Configuration
This is equivalent to using more than one runtime-shared-library-path option when using the mxmlc compiler.
addRuntimeSharedLibraryPath(String, String[], String[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
 
addRuntimeSharedLibraryPath(List<RSLSettings>) - Method in class org.apache.flex.compiler.config.Configurator
 
addRuntimeSharedLibraryPath(List<RSLSettings>) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
A list of RSLs to load, complete with all the settings on how to load the RSLs.
addScene(String, long) - Method in class org.apache.flex.swf.tags.DefineSceneAndFrameLabelDataTag
Add a scene definition.
addScopeForCompilationUnit(ICompilationUnit, ASFileScope) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
Associates an IASScope for a file or package scope with a ICompilationUnit.
addScopeToCompilationUnitScopeList(ASScope) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
Adds the specified ASScope to the list of IASScopes associated with the ICompilationUnit that contains the specified ASScope.
addScopeToProjectScope(ASFileScope[]) - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
 
addScript(ISWCScript) - Method in interface org.apache.flex.swc.ISWCLibrary
Add an ISWCScript to the library.
addScript(ISWCScript) - Method in class org.apache.flex.swc.SWCLibrary
 
addShapeRecord(ShapeRecord) - Method in class org.apache.flex.swf.types.Shape
Add a new shape record.
addShapeRecords(List<ShapeRecord>) - Method in class org.apache.flex.swf.types.Shape
Add new shape records.
addSinglePathResolver(SinglePathResolver) - Method in class flex2.compiler.common.PathResolver
Add a resolver that will be used in all resolves
addSinglePathResolver(int, SinglePathResolver) - Method in class flex2.compiler.common.PathResolver
Add a resolver that will be used in all resolves
addSource(int, DModule) - Method in class flash.tools.debugger.concrete.DSwfInfo
 
addSourceDependency(String) - Method in class org.apache.flex.compiler.internal.scopes.MXMLFileScope
Add a source file dependency to this file scope
addSourceFilename(String) - Method in class org.apache.flex.compiler.clients.ASC
 
addSourceFragments(String, ISourceFragment[]) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase.MXMLNodeInfo
 
addSourcePath(File[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addSourcePath(File[]) - Method in interface flex2.tools.oem.Configuration
Adds a list of path elements to the existing source path list.
addSourcePath(File[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of path elements to the existing source path list.
addSourcePath(Collection<File>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of path elements to the existing source path list.
addSourcePath(Collection<File>) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
Adds a list of path elements to the existing source path list.
addSourcePathFile(File) - Method in class org.apache.flex.compiler.internal.projects.ASProject
Adds a file to the project if that file is on the project's source path.
addState(IStateDefinition) - Method in class org.apache.flex.compiler.internal.mxml.StateGroupDefinition
Records that this group includes a specified state.
addState(String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.StyleTagNode
 
addStateName(String) - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
Add a state name to the class
addStaticField(Node, String, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addStaticMethod(Node, String, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addStyleSheet(String, File) - Method in class flex2.tools.oem.Library
Adds a CSS stylesheet to this Library object.
addStyleSheet(String, VirtualLocalFile) - Method in class flex2.tools.oem.Library
Adds an in-memory CSS stylesheet object to this Library object.
addStylesheets(Map<String, VirtualFile>) - Method in class flex2.tools.CompcConfiguration
 
addSymbol(String, int) - Method in class org.apache.flex.swf.io.SizeReport
 
addSymbol(ICharacterTag, String) - Method in class org.apache.flex.swf.tags.SymbolClassTag
Register a symbol with the given name.
addTag(MetaTagNode) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
 
addTag(ITag) - Method in class org.apache.flex.swf.SWFFrame
Add a SWF tag to the frame.
addTemporaryChild(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.TreeNode
Adds a node to the list of children WITHOUT changing their real parent.
addTemporaryItem(NodeBase) - Method in class org.apache.flex.compiler.internal.tree.as.ContainerNode
Adds a node to the list of children WITHOUT changing their real parent.
addText(String) - Method in class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.CDATANode
A text node may also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.internal.fxg.dom.ITextNode
Add a child property to this text node.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextNode
A text node may also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.DivNode
A div node can also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.LinkNode
A link node can also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.ParagraphNode
A paragraph node can also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.richtext.TCYNode
A tcy node can also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
A RichText node can also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.text.AbstractTextNode
A text node may also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTextProperty(String, ITextNode, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.fxg.dom.TextGraphicNode
A text node may also have special child property nodes that represent complex property values that cannot be set via a simple attribute.
addTheme(File[]) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
addTheme(File[]) - Method in interface flex2.tools.oem.Configuration
Adds a list of CSS or SWC files to the existing list of theme files.
addTheme(File[]) - Method in class flex2.tools.oem.internal.OEMConfiguration
Adds a list of CSS or SWC files to the existing list of theme files.
addTheme(List<File>) - Method in class org.apache.flex.compiler.config.Configurator
Adds a list of CSS or SWC files to the existing list of theme files.
addTheme(List<File>) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
Adds a list of CSS or SWC files to the existing list of theme files.
addThemeCSS(ICSSDocument) - Method in class org.apache.flex.compiler.internal.css.semantics.ActivatedStyleSheets
Activate a theme CSS model.
addThemeCssFiles(List<VirtualFile>) - Method in class flex2.compiler.common.CompilerConfiguration
 
addThemeCssFiles(List<IFileSpecification>) - Method in class org.apache.flex.compiler.config.Configuration
 
addToASTCache(IASNode) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Add AST to cache.
addToASTCache(IASNode) - Method in class org.apache.flex.compiler.internal.projects.FlexJSProject
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.BaseConfigVariable
Adds arguments to the end of cmdline corresponding to the state of this variable.
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigAppendString
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigBoolean
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigInt
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigString
 
addToCommandline(Commandline) - Method in interface org.apache.flex.compiler.ant.config.IOptionSource
Adds the object's commandline representation to cmdline.
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigString
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.DefaultScriptLimits
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.DefaultSize
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.FlexFileSet
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.Fonts
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.Metadata
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.RuntimeSharedLibraryPath
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.URLElement
 
addToFrame(SWFFrame) - Method in class org.apache.flex.compiler.internal.units.requests.SWFTagsRequestResult
 
addToFrame(SWFFrame) - Method in interface org.apache.flex.compiler.units.requests.ISWFTagsRequestResult
Adds generated SWF tags to specified SWFFrame
addToken(ASToken) - Method in class org.apache.flex.compiler.internal.parsing.as.MetaDataPayloadToken
Adds a token to the underlying metadata payload
addToMap(String, String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagNode
 
addToZipOutputStream(ZipOutputStream, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWCTarget
 
addToZipOutputStream(ZipOutputStream, Collection<ICompilerProblem>) - Method in interface org.apache.flex.compiler.targets.ISWCTarget
Builds this target and writes the resulting SWC data to the specified ZipOutputStream.
addTrait(Trait) - Method in class org.apache.flex.abc.semantics.ScriptInfo
Add a trait to the script.
addTypeDef(Node, String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
addTypeProblem(IASNode, IDefinition, String, boolean) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
Add the appropriate Problem when a type annotation did not resolve to a Type
addUnfoundDefinitionDependency(String, ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
 
addUnfoundReferencedSourceFileDependency(String, ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.CompilerProject
Notify project that a compilation unit could not find a referenced file.
addUseDirective(NamespaceDefinition.IUseNamespaceDirective) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
 
addUseDirective(NamespaceDefinition.IUseNamespaceDirective) - Method in class org.apache.flex.compiler.internal.scopes.NoDefinitionScope
Add the use directive to the containing scope
addUseDirective(NamespaceDefinition.IUseNamespaceDirective) - Method in class org.apache.flex.compiler.internal.scopes.ScopeView
 
addUseNamespaceDirectiveToScope(IASScope, INamespaceDecorationNode) - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
 
addValue(T) - Method in interface org.apache.flex.abc.models.TreeModelVisitor.IMergePoint
Add a predecessor's value to the collection of predecessor values.
addValue(String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MultiValueMetaTagNode
 
addValue(String) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.StyleTagNode
 
addValue(String[], String) - Static method in class org.apache.flex.utils.ArgumentUtil
 
addValue(String[], String, String) - Static method in class org.apache.flex.utils.ArgumentUtil
 
addValue(String[], String, String, boolean) - Static method in class org.apache.flex.utils.ArgumentUtil
 
addValue(String[], String, String, int) - Static method in class org.apache.flex.utils.ArgumentUtil
 
addValue(String[], String, String, int, boolean) - Static method in class org.apache.flex.utils.ArgumentUtil
 
addVariableTrait(Name, Name) - Method in class org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor
Adds an instance trait for a variable, such as one created by an id attribute.
addVariableTypeDecorator(IVariableTypeDecorator) - Method in class org.apache.flex.compiler.tree.as.decorators.SymbolDecoratorProvider
Adds an IVariableTypeDecorator to this manager
addVertex(V) - Method in class org.apache.flex.compiler.internal.graph.Graph
 
addVertex(V) - Method in interface org.apache.flex.compiler.internal.graph.IGraph
Adds a vertex to the graph.
addVertex(V) - Method in class org.apache.flex.compiler.internal.graph.SynchronizedGraph
 
addVertices(Collection<V>) - Method in class org.apache.flex.compiler.internal.graph.Graph
Adds a collection of vertices to the graph.
addWatch(long, String, int, int, int) - Method in class flash.tools.debugger.concrete.PlayerSession
Adds a watchpoint on the given expression
adjust - Variable in class org.apache.flex.compiler.internal.parsing.as.MetadataTokenizer
 
adjustLocation(int, int, int) - Method in class org.apache.flex.compiler.internal.parsing.as.MetaDataPayloadToken
 
adjustLocation(TokenBase) - Method in class org.apache.flex.compiler.internal.parsing.SourceFragmentsReader
 
adjustLocation(int, int, int) - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
Adjust all associated offsets by the adjustment amount
adjustment - Variable in class org.apache.flex.compiler.internal.parsing.as.OffsetCue
Adjustment between absolute offset and local offset.
adjustNamespaceSetForSuper(IDefinition, Set<INamespaceDefinition>) - Method in class org.apache.flex.compiler.internal.scopes.ASScope
Adjust the namespace set passed in so it's the right set for a super access.
adjustOffset(int) - Method in class org.apache.flex.abc.semantics.Label
This Label has been inherited by a new InstructionList, so its offset must be adjusted to point to its new position within the inheriting InstructionList.
adjustOffsets(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagAttributeData
Adjust all associated offsets by the adjustment amount
adjustOffsets(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLTagData
Adjust all associated offsets by the adjustment amount
adjustOffsets(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLUnitData
Adjust all associated offsets by the adjustment amount
adjustOffsets(int) - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
Adjust all associated offsets by the adjustment amount
adjustOffsets(MXMLTreeBuilder) - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase
Translates the node's start and end offset from local to absolute offsets.
adjustOpDebugLine() - Method in interface flex2.compiler.as3.As3Configuration
 
adjustOpDebugLine() - Method in class flex2.compiler.common.CompilerConfiguration
 
adjustVectorMethods(ICompilerProject) - Method in class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
Copy down definitions from Vector$object into the instantiated class as we go, modify to the parameter and return types to match what is actually expected (Vector$object becomes Vector.
AdvancedConfigurationInfo - Class in flex2.compiler.config
A convenient ConfigurationInfo extension which returns true from isAdvanced().
AdvancedConfigurationInfo() - Constructor for class flex2.compiler.config.AdvancedConfigurationInfo
 
after(IASNode) - Method in class org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy
Called before the BeforeAfterStrategy.handle(IASNode) method.
afterDefinition(IDocumentableDefinitionNode) - Method in interface org.apache.flex.compiler.asdoc.IASParserASDocDelegate
Called by the ASParser after an IDocumentableDefinitionNode has been constructed and fully parsed.
afterDefinition(IDocumentableDefinitionNode) - Method in interface org.apache.flex.compiler.asdoc.IMetadataParserASDocDelegate
Called by the MetadataParser after an IDocumentableDefinitionNode has been constructed and fully parsed.
afterMetadata(int) - Method in interface org.apache.flex.compiler.asdoc.IMetadataParserASDocDelegate
Called by the MetadataParser any time a meta-data tag is parsed.
afterTag(MetaTagNode, Token, Token, Token) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseMetaTagParser
 
afterVariable() - Method in interface org.apache.flex.compiler.asdoc.IASParserASDocDelegate
 
aggregateContents - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
Contents of aggregate
aggregateContents - Variable in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
Contents of aggregate
aggregateEscapedUnicodeChar(String) - Method in class org.apache.flex.compiler.internal.parsing.as.BaseRawASTokenizer
Convert the unicode escape sequence and append the unicode character to text buffer.
aggregateStart - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
Start offset of aggregate
aggregateStart - Variable in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
Start offset of aggregate
aggregateStartColumn - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
Column number of aggregate
aggregateStartColumn - Variable in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
Column number of aggregate
aggregateStartLine - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRawTokenizer
Line number of aggregate
aggregateStartLine - Variable in class org.apache.flex.compiler.internal.parsing.mxml.BaseRawMXMLTokenizer
Line number of aggregate
AIR - Static variable in interface flash.tools.debugger.Player
Indicates the Flash player inside AIR.
AIR_HOME_TOKEN - Static variable in class flex2.compiler.common.CompilerConfiguration
 
AIR_HOME_TOKEN - Static variable in class org.apache.flex.compiler.config.Configuration
 
airDebugLauncher - Variable in class flash.tools.debugger.AIRLaunchInfo
Full path to the AIR Debug Launcher, adl.exe (Windows) or adl (Mac/Linux).
AIRGLOBAL_SWC - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
Name of the core AS3 language SWC for the desktop
AIRLaunchInfo - Class in flash.tools.debugger
 
AIRLaunchInfo() - Constructor for class flash.tools.debugger.AIRLaunchInfo
 
airOnlyImplicitImports - Static variable in class flex2.compiler.mxml.lang.StandardDefs
implicit imports that exist only in AIR
AIRPlayer - Class in flash.tools.debugger.concrete
 
AIRPlayer(File) - Constructor for class flash.tools.debugger.concrete.AIRPlayer
 
airPublisherID - Variable in class flash.tools.debugger.AIRLaunchInfo
The publisher ID to use; passed to adl's "-pubid" option.
airRuntimeDir - Variable in class flash.tools.debugger.AIRLaunchInfo
The directory that has runtime.dll, or null to use the default.
AIRSDK - Variable in class org.apache.flex.utils.EnvProperties
AIR_HOME
airSecurityPolicy - Variable in class flash.tools.debugger.AIRLaunchInfo
The filename of the security policy to use, or null to use the default.
alias - Variable in exception flex2.tools.PreLink.ClassesMappedToSameRemoteAlias
 
alias - Variable in class org.apache.flex.compiler.problems.ClassesMappedToSameRemoteAliasProblem
 
aliases - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
 
alignmentBaseline - Variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.AbstractRichTextLeafNode
 
alignmentBaseline - Variable in class org.apache.flex.compiler.internal.fxg.dom.RichTextNode
 
AlignmentBaseline - Enum in org.apache.flex.compiler.internal.fxg.dom.types
The AlignmentBaseline class.
ALL - Static variable in interface org.apache.flex.compiler.fxg.logging.IFXGLogger
 
all() - Method in class org.apache.flex.compiler.internal.css.semantics.ActivatedStyleSheets
 
all - Static variable in class org.apache.flex.utils.Trace
 
ALL_DEFAULTS_CSS_FILENAMES - Static variable in class org.apache.flex.compiler.internal.caches.CSSDocumentCache
 
allNamespacesSet - Static variable in class org.apache.flex.compiler.internal.scopes.ASScopeBase
 
alloc(int) - Static method in class flash.tools.debugger.concrete.DMessageCache
Obtain a DMessage from the cache if possible, otherwise make one for me.
allocateTemp() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
Allocate a temporary register.
allocateTemp(boolean) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
Allocate a temporary register.
allocateTemp(boolean) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope.TempManager
 
allOf() - Static method in class org.apache.flex.compiler.common.DependencyTypeSet
Constructs a new set with each type of dependency.
ALLOW_UNKNOWN_INODE - Static variable in class org.apache.flex.compiler.internal.semantics.SemanticUtils
Manifest constant, getDefinitionOfUnderlyingType tolerates unknown tree shapes if this is passed
allowAnyDeferredIntermediate - Static variable in class org.apache.flex.abc.semantics.ImmediateOperandInstruction
Set this to allow any immediate instruction to set its immediate field after construction.
allowExternals - Variable in class org.apache.flex.compiler.internal.targets.SWFTarget.SWFFrameInfo
 
allowMultiple() - Method in class flex2.compiler.config.ConfigurationInfo
Variables are generally only allowed to be set once in a given file/cmdline.
allowMultiple - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
 
allowMultiple() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
Variables are generally only allowed to be set once in a given file/cmdline.
allowSourcePathOverlap() - Method in class flex2.compiler.common.CompilerConfiguration
 
allowSourcePathOverlap(boolean) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
allowSourcePathOverlap(boolean) - Method in interface flex2.tools.oem.Configuration
Allows some source path directories to be subdirectories of the other.
allowSourcePathOverlap(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Allows some source path directories to be subdirectories of the other.
allowSourcePathOverlap(boolean) - Method in class org.apache.flex.compiler.config.Configurator
Allows some source path directories to be subdirectories of the other.
allowSourcePathOverlap(boolean) - Method in interface org.apache.flex.compiler.internal.config.ICompilerSettings
Allows some source path directories to be subdirectories of the other.
allTemplates - Static variable in class org.apache.flex.compiler.internal.as.codegen.UnknownTreeHandlerPatterns
 
alpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.fills.SolidColorFillNode
 
alpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
 
alpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GlowFilterNode
 
alpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.GradientEntryNode
 
alpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
 
alpha - Variable in class org.apache.flex.compiler.internal.fxg.dom.strokes.SolidColorStrokeNode
 
alpha - Variable in class org.apache.flex.swf.types.RGBA
 
ALPHA_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
 
ALPHA_MAX_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
 
ALPHA_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.AbstractFXGNode
 
ALPHA_MIN_INCLUSIVE - Static variable in class org.apache.flex.compiler.internal.fxg.dom.richtext.TextHelper
 
ALPHA_VALUE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
 
ALPHA_VALUE - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
 
ALPHA_VALUE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
 
ALPHA_VALUE - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
 
ALPHA_VALUE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
 
ALPHA_VALUE - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
 
alphaMultiplier - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.ColorTransformNode
 
alphaOffset - Variable in class org.apache.flex.compiler.internal.fxg.dom.transforms.ColorTransformNode
 
alphaSet - Variable in class org.apache.flex.compiler.internal.fxg.dom.GraphicContentNode
 
AlreadyActiveApplicationException - Exception in flash.tools.debugger
AlreadyActiveApplicationException is thrown when run/debug the application while there is an already running application.
AlreadyActiveApplicationException(String, boolean) - Constructor for exception flash.tools.debugger.AlreadyActiveApplicationException
 
ALSO_GET_CHILDREN - Static variable in interface flash.tools.debugger.concrete.GetVariableFlag
Indicates that if the variable which is being retrieved is a compound object (e.g. an instance of a class, as opposed to a string or int or something like that), then the player should also return all of the child members of the object.
alternative(MetaTagsNode) - Method in class org.apache.flex.compiler.internal.parsing.as.MetadataParser
 
AlternativeTagNode - Class in org.apache.flex.compiler.internal.tree.as.metadata
 
AlternativeTagNode() - Constructor for class org.apache.flex.compiler.internal.tree.as.metadata.AlternativeTagNode
 
AMBIGUOUS - Static variable in class flex.tools.debugger.cli.BreakAction
 
AmbiguousDefinition - Class in org.apache.flex.compiler.internal.definitions
IDefinition marker to represent ambiguous results.
AmbiguousException - Exception in flex.tools.debugger.cli
An exception that is thrown when some ambiguous condition or state was encountered.
AmbiguousException() - Constructor for exception flex.tools.debugger.cli.AmbiguousException
 
AmbiguousException(String) - Constructor for exception flex.tools.debugger.cli.AmbiguousException
 
AmbiguousGotoTargetProblem - Class in org.apache.flex.compiler.problems
Diagnostic emitted when a goto statement's target is ambiguous, ie there are two labels with the same name that are visible to the goto statement.
AmbiguousGotoTargetProblem(IASNode, Collection<LabeledStatementNode>) - Constructor for class org.apache.flex.compiler.problems.AmbiguousGotoTargetProblem
 
AmbiguousReferenceProblem - Class in org.apache.flex.compiler.problems
Diagnostic emitted for an ambiguous reference.
AmbiguousReferenceProblem(IASNode, String) - Constructor for class org.apache.flex.compiler.problems.AmbiguousReferenceProblem
 
AMDBackend - Class in org.apache.flex.compiler.internal.driver.js.amd
A concrete implementation of the IBackend API for 'AMD' code production.
AMDBackend() - Constructor for class org.apache.flex.compiler.internal.driver.js.amd.AMDBackend
 
analyze(IMXMLDataBindingNode, BindingDatabase, Collection<ICompilerProblem>, int, MXMLClassDirectiveProcessor) - Static method in class org.apache.flex.compiler.internal.codegen.databinding.BindingAnalyzer
Analyze an IMXMLDataBindingNode (the ones we see when there are curly braces) BindingInfo ctor does all the work.
analyze(IMXMLBindingNode, BindingDatabase, Collection<ICompilerProblem>, int, boolean, MXMLClassDirectiveProcessor) - Static method in class org.apache.flex.compiler.internal.codegen.databinding.BindingAnalyzer
BindingInfo ctor does all the work.
analyze(IMXMLDataBindingNode, Collection<ICompilerProblem>, MXMLClassDirectiveProcessor) - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
Will do the binding analysis on a single binding node.
analyze() - Method in class org.apache.flex.compiler.internal.codegen.databinding.WatcherAnalyzer
 
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.DataTranscoder
 
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.ImageTranscoder
 
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.JPEGTranscoder
 
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.MovieTranscoder
 
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SkinTranscoder
Analyze the attributes
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.SoundTranscoder
 
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
Analyze the attributes
analyze(ISourceLocation, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.XMLTranscoder
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.BaseDefinitionNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.BaseVariableNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.CatchNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.FileNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.ForLoopNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.FunctionObjectNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.IdentifierNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.ImportNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.InterfaceNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.BaseDefinitionMetaTagNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.metadata.MetaTagsNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.NamespaceNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.NodeBase
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.PackageNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.ParameterNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.ScopedBlockNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.SetterNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.UseNamespaceNode
 
analyze(EnumSet<PostProcessStep>, ASScope, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.tree.as.WithNode
 
analyzeBindingNode(IMXMLBindingNode, Collection<ICompilerProblem>, MXMLClassDirectiveProcessor) - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
Will do the binding analysis on a single binding node.
analyzeScopedName(String) - Static method in class flex2.compiler.mxml.lang.TextParser
Helper used to decompose a scoped name.
ancestor - Variable in class org.apache.flex.compiler.problems.OverlappingSourcePathProblem
 
and(IProblemFilter, IProblemFilter) - Static method in class org.apache.flex.compiler.problems.collections.CompositeProblemFilter
Construct a composite filter that ands two filters' decisions to accept.
ANE_EXT - Static variable in class org.apache.flex.compiler.internal.projects.LibraryPathManager
 
ANELibraryNotAllowedProblem - Class in org.apache.flex.compiler.problems
ANE libraries contain native code and are only allowed on the external library path.
ANELibraryNotAllowedProblem(String) - Constructor for class org.apache.flex.compiler.problems.ANELibraryNotAllowedProblem
 
angle - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.BevelFilterNode
 
angle - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.DropShadowFilterNode
 
angle - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientBevelFilterNode
 
angle - Variable in class org.apache.flex.compiler.internal.fxg.dom.filters.GradientGlowFilterNode
 
AntTestAdapter - Class in org.apache.flex.utils
Created by christoferdutz on 23.02.16.
AntTestAdapter() - Constructor for class org.apache.flex.utils.AntTestAdapter
 
ANY - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
 
ANY_TYPE - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
 
ANY_TYPE - Static variable in interface org.apache.flex.compiler.definitions.IClassDefinition
The class definition for the * "type".
AnyNamespaceCannotBeQualifierProblem - Class in org.apache.flex.compiler.problems
Diagnostic emitted when the code generator detects the ANY namespace qualifying a runtime name.
AnyNamespaceCannotBeQualifierProblem(IASNode) - Constructor for class org.apache.flex.compiler.problems.AnyNamespaceCannotBeQualifierProblem
 
anyType - Static variable in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
The "*" type.
append - Variable in class org.apache.flex.compiler.ant.types.FlexFileSet
 
appendBreakInfo(DebugCLI, StringBuilder, boolean, int) - Static method in class flex.tools.debugger.cli.Extensions
 
appendBreakInfo(DebugCLI, StringBuilder, boolean) - Static method in class flex.tools.debugger.cli.ExtensionsDisabled
 
appendContent(StringBuilder, int) - Method in class flash.tools.debugger.concrete.DMessage
 
appendLiteralToken(ASToken) - Method in class org.apache.flex.compiler.internal.tree.as.BaseLiteralContainerNode
Append XML literal token to the contents of this node.
appendReason(StringBuilder, int) - Method in class flex.tools.debugger.cli.DebugCLI
 
appendSourceMapLocation(String, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher
 
appendVariable(StringBuilder, Variable, int) - Method in class flex.tools.debugger.cli.ExpressionCache
Formatting function for variable
appendVariableAttributes(StringBuilder, Variable) - Static method in class flex.tools.debugger.cli.ExpressionCache
 
appendVariableValue(StringBuilder, Object, int) - Method in class flex.tools.debugger.cli.ExpressionCache
Given any arbitrary constant value, such as a Double, a String, etc., format its value appropriately.
appendVariableValue(StringBuilder, Value, int) - Method in class flex.tools.debugger.cli.ExpressionCache
 
appendVariableValue(StringBuilder, Value, String, int) - Method in class flex.tools.debugger.cli.ExpressionCache
 
Application - Class in flex2.tools.oem
The Application class represents a Flex application.
Application(File) - Constructor for class flex2.tools.oem.Application
Constructor.
Application(File, LibraryCache) - Constructor for class flex2.tools.oem.Application
Constructor.
Application(VirtualLocalFile) - Constructor for class flex2.tools.oem.Application
Constructor.
Application(VirtualLocalFile[]) - Constructor for class flex2.tools.oem.Application
Constructor.
Application() - Constructor for class flex2.tools.oem.Application
Constructor.
applicationArguments - Variable in class flash.tools.debugger.AIRLaunchInfo
Command-line arguments for the user's program.
applicationArgumentsArray - Variable in class flash.tools.debugger.AIRLaunchInfo
Array of command-line arguments for the user's program.
ApplicationCache - Class in flex2.tools.oem
A cache which allows SourceList, SourcePath, and ResourceContainer based Sources, which are common between compilations, to be shared.
ApplicationCache() - Constructor for class flex2.tools.oem.ApplicationCache
 
ApplicationCompilerConfiguration - Class in flex2.tools.oem.internal
A configuration that extends ToolsConfiguration by adding options for -file-specs, -include-resource-bundles, -load-config, and -projector.
ApplicationCompilerConfiguration() - Constructor for class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
applicationContentRootDir - Variable in class flash.tools.debugger.AIRLaunchInfo
The directory to specify as the application's content root, or null to not tell ADL where the content root is, in which case ADL will use the directory of the application.xml file as the content root.
ApplicationDomain - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
 
ApplicationDomainTarget - Enum in org.apache.flex.compiler.config
The ApplicationDomainTarget enum defines the possible values of the application domain an RSL can be loaded into at runtime.
AppliedVectorDefinition - Class in org.apache.flex.compiler.internal.definitions
Definition representing a Vectorized type.
AppliedVectorDefinition(ICompilerProject, IClassDefinition, ITypeDefinition) - Constructor for class org.apache.flex.compiler.internal.definitions.AppliedVectorDefinition
Constructor.
AppliedVectorDefinitionFactory - Class in org.apache.flex.compiler.definitions
A factory for creating Vector types as they are encountered.
AppliedVectorDefinitionFactory() - Constructor for class org.apache.flex.compiler.definitions.AppliedVectorDefinitionFactory
 
apply(IDefinition) - Method in class org.apache.flex.compiler.internal.scopes.NamespaceSetPredicate
Implement the namespace checking.
applySourcePathRules(List<String>) - Method in class org.apache.flex.compiler.config.Configurator
Apply the follow source-path rules: 1.
applyToProject(IFlexProject) - Method in class org.apache.flex.compiler.config.Configurator
 
applyToProject(IFlexProject) - Method in interface org.apache.flex.compiler.internal.config.IConfigurator
Apply the current configuration settings to a given project.
AppSWFTarget - Class in org.apache.flex.compiler.internal.targets
Sub-class of SWFTarget that builds a SWF that is meant to be loaded by the flash player ( as opposed to a library.swf in a SWC ).
AppSWFTarget(CompilerProject, ITargetSettings, ITargetProgressMonitor) - Constructor for class org.apache.flex.compiler.internal.targets.AppSWFTarget
Constructor
AppSWFTarget(CompilerProject, ITargetSettings, ITargetProgressMonitor, Set<ICompilationUnit>) - Constructor for class org.apache.flex.compiler.internal.targets.AppSWFTarget
Constructor
ArbitraryOperandsInstruction - Class in org.apache.flex.abc.semantics
An ArbitraryOperandsInstruction holds an array of operands as specified by the caller, or in some special cases as set by a fixup pass.
ArbitraryOperandsInstruction(int, Object[]) - Constructor for class org.apache.flex.abc.semantics.ArbitraryOperandsInstruction
Construct an ArbitraryOperandsInstruction.
ArbitraryOperandsInstruction(int, ArbitraryOperandsInstruction) - Constructor for class org.apache.flex.abc.semantics.ArbitraryOperandsInstruction
"Copy" construct an ArbitraryOperandsInstruction with a new opcode.
archiveClassesAndAssets() - Method in class flex2.compiler.common.CompilerConfiguration
 
areBracesBalanced(Reader) - Method in class org.apache.flex.compiler.internal.parsing.as.ASBalancingScanner
 
areBracesBalanced(String) - Method in class org.apache.flex.compiler.internal.parsing.as.ASBalancingScanner
 
areBracesBalanced(Reader) - Method in interface org.apache.flex.compiler.parsing.IASBalancingScanner
Are the braces balanced in the ActionScript code contained in the reader?
areBracesBalanced(String) - Method in interface org.apache.flex.compiler.parsing.IASBalancingScanner
Are the braces balanced in the ActionScript code contained in the range?
areBracesBalancedOrOverbalanced(Reader) - Method in class org.apache.flex.compiler.internal.parsing.as.ASBalancingScanner
 
areBracesBalancedOrOverbalanced(String) - Method in class org.apache.flex.compiler.internal.parsing.as.ASBalancingScanner
 
areBracesBalancedOrOverbalanced(Reader) - Method in interface org.apache.flex.compiler.parsing.IASBalancingScanner
Return true if there are the same number of open/close braces, or if there are more close braces than open.
areBracesBalancedOrOverbalanced(String) - Method in interface org.apache.flex.compiler.parsing.IASBalancingScanner
Return true if there are the same number of open/close braces, or if there are more close braces than open.
areDefaultScriptLimitsSet() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
 
areDefaultScriptLimitsSet() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
Returns if the default script limits have been set.
areDefaultScriptLimitsSet() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
 
areVerboseStacktracesEnabled() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
 
areVerboseStacktracesEnabled() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
Returns true if the target is capable of verbose stack traces.
areVerboseStacktracesEnabled() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
 
ARG_ADDCHILD - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
ARG_EXECUTE - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
ARG_SETUPBINDINGS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
ARG_UPDATEPARENT - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
ARGB - Class in org.apache.flex.swf.types
The ARGB record behaves exactly like the RGBA record, but the alpha value for the ARGB record is in the first byte.
ARGB(int, int, int, int) - Constructor for class org.apache.flex.swf.types.ARGB
Create an ARGB record.
argcount - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
 
argNameGeneratorClass - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
 
argnames - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
 
args - Variable in class flex2.tools.Tool.ArgumentBag
 
argtypes - Variable in class org.apache.flex.compiler.config.ConfigurationInfo
 
argument - Variable in exception flex2.compiler.config.ConfigurationException.BadApplicationDomainValue
 
argument - Variable in exception flex2.compiler.config.ConfigurationException.BadDefinition
 
argument - Variable in exception flex2.compiler.config.ConfigurationException.MissingArgument
 
argument - Variable in exception flex2.compiler.config.ConfigurationException.UnexpectedArgument
 
argument - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.BadApplicationDomainValue
 
argument - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.BadDefinition
 
argument - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.MissingArgument
 
argument - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.UnexpectedArgument
 
argument(List<String>, List<String>) - Method in class org.apache.flex.compiler.internal.css.CSSTree
 
argument(List<String>, List<String>) - Method in class org.apache.flex.compiler.internal.css.CSSTree
 
ArgumentError - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
argumentList() - Method in class org.apache.flex.compiler.internal.css.CSSTree
 
argumentList() - Method in class org.apache.flex.compiler.internal.css.CSSTree
 
argumentList(ContainerNode) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
Matches an argument list in a function call arguments.
ArgumentNameGenerator - Annotation Type in org.apache.flex.compiler.internal.config.annotations
This annotation allows a programmatic interface for generating argument names.
argumentNode - Variable in class org.apache.flex.compiler.internal.tree.as.CatchNode
Argument of catch block (caught exception)
arguments - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
 
Arguments - Annotation Type in org.apache.flex.compiler.internal.config.annotations
Display names for the arguments of the annotated configuration option.
ARGUMENTS - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
 
ARGUMENTS - Static variable in class org.apache.flex.compiler.internal.css.CSSLexer
 
ARGUMENTS - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
 
ARGUMENTS - Static variable in class org.apache.flex.compiler.internal.css.CSSParser
 
ARGUMENTS - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
 
ARGUMENTS - Static variable in class org.apache.flex.compiler.internal.css.CSSTree
 
arguments(ExpressionNodeBase) - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
Matches the arguments of a function call: allcharacters between (...)
ARGUMENTS - Variable in class org.apache.flex.compiler.problems.RestParamAndArgumentsUsedTogetherProblem
 
ARGUMENTS_MARKER - Static variable in class flash.tools.debugger.concrete.DManager
 
argumentsNode - Variable in class org.apache.flex.compiler.internal.tree.as.parts.FunctionContentsPart
The arguments of this function (ContainerNode full of ArgumentNodes)
ArgumentUtil - Class in org.apache.flex.utils
 
ArgumentUtil() - Constructor for class org.apache.flex.utils.ArgumentUtil
 
ARRAY - Static variable in class flex2.compiler.SymbolTable
 
Array - Static variable in interface org.apache.flex.compiler.codegen.IASGlobalFunctionConstants
 
Array - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
 
ARRAY - Static variable in interface org.apache.flex.compiler.mxml.IMXMLLanguageConstants
The short name of the tag representing the ActionScript Array type.
ARRAY - Variable in class org.apache.flex.compiler.problems.ArrayCastProblem
 
ARRAY - Variable in class org.apache.flex.compiler.problems.ArrayDowncastProblem
 
ARRAY - Variable in class org.apache.flex.compiler.problems.InvalidRestParameterDeclarationProblem
 
ARRAY_ELEMENT_TYPE - Variable in class org.apache.flex.compiler.problems.MXMLIncompatibleArrayElementProblem
 
ARRAY_TO_STRING_CHANGES - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
Array.toString() format has changed.
ArrayCastProblem - Class in org.apache.flex.compiler.problems
Problem generated by usage of 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 class flex2.compiler.util.MimeMappings
 
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 flex2.compiler.common.CompilerConfiguration
 
as3 - Variable in exception flex2.tools.ToolsConfiguration.BadAS3ESCombination
 
AS3 - Static variable in class org.apache.flex.compiler.config.Configuration
 
AS3 - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
 
As3Configuration - Interface in flex2.compiler.as3
This interface is used to restrict consumers of CompilerConfiguration to as3 compiler specific options.
AS3DebuggerBURM - Class in flash.tools.debugger.expression
 
AS3DebuggerBURM - Class in flash.tools.debugger.expression
 
AS3DebuggerBURM() - Constructor for class flash.tools.debugger.expression.AS3DebuggerBURM
 
AS3DebuggerBURM() - Constructor for class flash.tools.debugger.expression.AS3DebuggerBURM
 
AS3DebuggerReducer - Class in flash.tools.debugger.expression
Reducer for the debugger - equivalent to the old DebuggerEvaluator
AS3DebuggerReducer(Context, ICompilerProject) - Constructor for class flash.tools.debugger.expression.AS3DebuggerReducer
 
AS3DebuggerReducer.ContextStack - Class in flash.tools.debugger.expression
 
AS3DebuggerReducer.ContextStack(Context) - Constructor for class flash.tools.debugger.expression.AS3DebuggerReducer.ContextStack
 
AS3Dialect - Static variable in class flex2.compiler.common.CompilerConfiguration
 
AS3URI - Static variable in interface org.apache.flex.compiler.constants.INamespaceConstants
 
ASAfterNodeStrategy - Class in org.apache.flex.compiler.internal.codegen.as
A concrete implementation of the IASNodeStrategy that allows IASNode processing after the current node handler.
ASAfterNodeStrategy(IASEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.as.ASAfterNodeStrategy
 
ASBackend - Class in org.apache.flex.compiler.internal.driver.as
A concrete implementation of the IBackend API where the ASBlockWalker is used to traverse the IFileNode AST.
ASBackend() - Constructor for class org.apache.flex.compiler.internal.driver.as.ASBackend
 
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
 
ASBeforeNodeStrategy - Class in org.apache.flex.compiler.internal.codegen.as
A concrete implementation of the IASNodeStrategy that allows IASNode processing before the current node handler.
ASBeforeNodeStrategy(IASEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.as.ASBeforeNodeStrategy
 
ASBlockWalker - Class in org.apache.flex.compiler.internal.codegen.as
A base implementation of the IASBlockVisitor that will walk the ICompilationUnits AST IASNode hierarchy.
ASBlockWalker(List<ICompilerProblem>, IASProject, IASEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.as.ASBlockWalker
 
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 - Class in org.apache.flex.compiler.asdoc.flexjs
 
ASDocComment(Token) - Constructor for class org.apache.flex.compiler.asdoc.flexjs.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
 
ASEmitter - Class in org.apache.flex.compiler.internal.codegen.as
The base implementation for an ActionScript emitter.
ASEmitter(FilterWriter) - Constructor for class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
ASEmitterTokens - Enum in org.apache.flex.compiler.internal.codegen.as
 
asFileHandler - Variable in class org.apache.flex.compiler.clients.MXMLJSC
 
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.
ASFilterWriter - Class in org.apache.flex.compiler.internal.codegen.as
 
ASFilterWriter(Writer) - Constructor for class org.apache.flex.compiler.internal.codegen.as.ASFilterWriter
 
ASImportTarget - Class in org.apache.flex.compiler.common
 
AsIsEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
AsIsEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.AsIsEmitter
 
ASJS - Variable in class org.apache.flex.utils.EnvProperties
ASJS_HOME
ASModifier - Class in org.apache.flex.compiler.common
Modifiers found within the AS3 language.
ASNodeHandler - Class in org.apache.flex.compiler.internal.visitor.as
A concrete implementation of the IASNodeStrategy that allows a subclass to either implement the IASNode handling directly or pass a child IASNodeStrategy that this class will delegate it's ASNodeHandler.handle(IASNode) method to.
ASNodeHandler() - Constructor for class org.apache.flex.compiler.internal.visitor.as.ASNodeHandler
Constructor, used when this handler directly implements ASNodeHandler.handle(IASNode) and does not composite a child IASNodeStrategy.
ASNodeHandler(IASNodeStrategy) - Constructor for class org.apache.flex.compiler.internal.visitor.as.ASNodeHandler
Constructor, creates a node strategy that composites a child IASNodeStrategy implemented in the ASNodeHandler.handle(IASNode) method.
ASNodeSwitch - Class in org.apache.flex.compiler.internal.visitor.as
The ASNodeSwitch class is an IASNodeStrategy implementation that handles IASNode types based on the node interface type.
ASNodeSwitch(IBlockVisitor) - Constructor for class org.apache.flex.compiler.internal.visitor.as.ASNodeSwitch
Creates a new node switch using the ASNodeSwitch.visitor to handle the IASNode in the current traverse.
ASNodeUtils - Class in org.apache.flex.compiler.utils
 
ASNodeUtils() - Constructor for class org.apache.flex.compiler.utils.ASNodeUtils
 
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.
assign(Object, Value) - Method in interface flash.tools.debugger.expression.Context
Assign the object o, the value v.
assign(Object, Value) - Method in class flex.tools.debugger.cli.ExpressionContext
 
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.).
ASTBuilder - Class in flash.tools.debugger.expression
ASTBuilder.java This class creates an abstract syntax tree representation of an expression given a sequence of tokens.
ASTBuilder(boolean) - Constructor for class flash.tools.debugger.expression.ASTBuilder
 
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
 
ASWriter - Class in org.apache.flex.compiler.internal.codegen.as
 
ASWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Constructor for class org.apache.flex.compiler.internal.codegen.as.ASWriter
Create a JSApplication writer.
at - Variable in class flash.tools.ActionLocation
 
at(int) - Method in class flex.tools.debugger.cli.ExpressionCache
 
at(int) - Method in class macromedia.asc.util.ObjectList
 
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 - Variable in exception flex2.tools.PreLink.CouldNotParseNumber
 
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
 
back() - Method in class macromedia.asc.util.ObjectList
 
backend - Static variable in class org.apache.flex.compiler.internal.codegen.js.JSSharedData
 
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() - Method in class flex2.compiler.common.Configuration
 
backgroundColor() - Method in interface flex2.linker.LinkerConfiguration
 
backgroundColor() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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
 
BASE_ID - Static variable in interface flash.tools.debugger.Value
The special ID for the top frame of the stack.
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
 
BaseCompileMojo - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 30.04.16.
BaseCompileMojo() - Constructor for class org.apache.flex.maven.flexjs.BaseCompileMojo
 
BaseConfigVariable - Class in org.apache.flex.compiler.ant.config
Provides a base class for ConfigVariable and RepeatableConfigVariable.
BaseConfigVariable(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.BaseConfigVariable
Constructor.
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
 
BaseMojo - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 22.04.16.
BaseMojo() - Constructor for class org.apache.flex.maven.flexjs.BaseMojo
 
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
 
BaseReference - Class in org.apache.flex.compiler.internal.codegen.externals.reference
 
BaseReference(ReferenceModel, Node, String, JSDocInfo) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
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.
before(IASNode) - Method in class org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy
Called after the BeforeAfterStrategy.handle(IASNode) method.
BeforeAfterStrategy - Class in org.apache.flex.compiler.internal.visitor.as
The BeforeAfterStrategy implements a before and after IASNode handler.
BeforeAfterStrategy(IASNodeStrategy, IASNodeStrategy, IASNodeStrategy) - Constructor for class org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy
Constructor, creates a strategy that implements a before and after IASNodeStrategy.
beforeVariable() - Method in interface org.apache.flex.compiler.asdoc.IASParserASDocDelegate
Called by the ASParser before a variable is parsed.
begin() - Method in interface org.apache.flex.compiler.codegen.IDocEmitter
 
begin() - Method in class org.apache.flex.compiler.internal.codegen.js.JSDocEmitter
 
beginCodeGen() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSharedData
 
beginPlayerCodeExecution(int) - Method in class flash.tools.debugger.concrete.DManager
Tell us that we are about to start executing user code in the player, such as a getter, a setter, or a function call.
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
 
benchmark() - Method in class flex2.compiler.common.Configuration
 
Benchmark - Class in flex2.compiler.util
A utility class used to record how long certain tasks take to run.
Benchmark() - Constructor for class flex2.compiler.util.Benchmark
 
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.
BinaryOp - Enum in flash.tools.debugger.concrete
 
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.
BinaryOperatorEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
BinaryOperatorEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.BinaryOperatorEmitter
 
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.
bind() - Method in class flash.tools.debugger.concrete.DProtocol
Create and start up a thread for our receiving messages.
bind() - Method in class flash.tools.debugger.concrete.PlayerSession
Start up the session listening for incoming messages on the socket
bind() - Method in interface flash.tools.debugger.Session
Allow the session to start communicating with the player.
bind() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
bind(Session) - Method in class flex.tools.debugger.cli.ExpressionCache
 
bind(Session) - Method in class flex.tools.debugger.cli.FileInfoCache
 
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
 
BINDABLE_DISPATCHER_NAME - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
BindableEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
BindableEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
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
 
blockCloseEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
BlockCloseEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
BlockCloseEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.BlockCloseEmitter
 
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.
blockOpenEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
BlockOpenEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
BlockOpenEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.BlockOpenEmitter
 
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 flash.tools.debugger.VariableType
 
BOOLEAN - Static variable in exception flex2.compiler.config.ConfigurationException.TypeMismatch
 
BOOLEAN - Static variable in class flex2.compiler.SymbolTable
 
Boolean - Static variable in interface org.apache.flex.compiler.codegen.IASGlobalFunctionConstants
 
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.
Bootstrap - Class in flash.tools.debugger
Entry point for access to the general API.
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
 
BreakAction - Class in flex.tools.debugger.cli
An object that relates a CLI debugger breakpoint with an associated set of CLI commands to perform.
BreakAction(LocationCollection) - Constructor for class flex.tools.debugger.cli.BreakAction
 
BreakAction(String) - Constructor for class flex.tools.debugger.cli.BreakAction
 
BreakEvent - Class in flash.tools.debugger.events
Break event is received when the player halts execution
BreakEvent(int, int) - Constructor for class flash.tools.debugger.events.BreakEvent
 
BreakEvent(int, int, int) - Constructor for class flash.tools.debugger.events.BreakEvent
 
BreakIdentifier - Class in flex.tools.debugger.cli
An singleton object that doles out unique identifiers to breakpoints and watchpoints
BreakIdentifier() - Constructor for class flex.tools.debugger.cli.BreakIdentifier
 
breakOnCaughtExceptions(boolean) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
breakOnCaughtExceptions(boolean) - Method in class flash.tools.debugger.concrete.PlayerSession
 
breakOnCaughtExceptions(boolean, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
breakOnCaughtExceptions(boolean, int) - Method in interface flash.tools.debugger.IsolateController
 
breakOnCaughtExceptions(boolean) - Method in interface flash.tools.debugger.IsolateSession
 
breakOnCaughtExceptions(boolean) - Method in interface flash.tools.debugger.Session
The player always halts on exceptions that are not going to be caught; this call allows the debugger to control its behavior when an exception that *will* be caught is thrown.
breakOnCaughtExceptions(boolean) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
breakOnCaughtExceptions(boolean) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
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".
Breakpoint - Static variable in interface flash.tools.debugger.SuspendReason
We hit a breakpoint
brief(String, String, LocalizationManager, String) - Static method in class flex2.compiler.config.CommandLineConfigurator
 
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
 
Browser - Interface in flash.tools.debugger
Describes a web browser.
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() - Method in class flex.tools.debugger.cli.FaultActions.FaultActionsBuilder
 
build(boolean) - Method in class flex2.tools.oem.Application
 
build(OutputStream, boolean) - Method in class flex2.tools.oem.Application
 
build(boolean) - Method in interface flex2.tools.oem.Builder
Builds the object.
build(OutputStream, boolean) - Method in interface flex2.tools.oem.Builder
Builds the object.
build(boolean) - Method in class flex2.tools.oem.Library
 
build(OutputStream, boolean) - Method in class flex2.tools.oem.Library
 
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.JSTarget
 
build(ICompilationUnit, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.JSTarget
 
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.IJSTarget
Build the target JavaScript application and collect problems.
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.
buildAndCollectProblems(Set<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.JSTarget
 
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.COMPJSC
Build target artifact.
buildArtifact() - Method in class org.apache.flex.compiler.clients.MXMLC
Build target artifact.
buildArtifact() - Method in class org.apache.flex.compiler.clients.MXMLJSC
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.
Builder - Interface in flex2.tools.oem
The Builder interface lists the common configuration and build-cycle methods.
BuilderApplication - Class in flex2.tools.flexbuilder
BuilderApplication is a subclass of flex2.tools.oem.Application.
BuilderApplication(File) - Constructor for class flex2.tools.flexbuilder.BuilderApplication
 
BuilderApplication(File, LibraryCache) - Constructor for class flex2.tools.flexbuilder.BuilderApplication
 
BuilderApplication(VirtualLocalFile) - Constructor for class flex2.tools.flexbuilder.BuilderApplication
 
BuilderApplication(VirtualLocalFile[]) - Constructor for class flex2.tools.flexbuilder.BuilderApplication
 
BuilderConfiguration - Class in flex2.tools.flexbuilder
This class represents a flex2.tools.oem.Configuration wrapper, so the code in BuilderConfiguration basically delegates calls to the underlying Configuration object.
BuilderLibrary - Class in flex2.tools.flexbuilder
BuilderLibrary is a subclass of flex2.tools.oem.Library.
BuilderLibrary() - Constructor for class flex2.tools.flexbuilder.BuilderLibrary
 
BuilderLogger - Class in flex2.tools.oem.internal
A Logger implementation, which adds messages to a passed in List and delegates to a passed in Logger if not null.
BuilderLogger(Logger, List<Message>) - Constructor for class flex2.tools.oem.internal.BuilderLogger
 
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 - Variable in exception flex2.tools.Mxmlc.StartMessage
 
buildMessage() - Static method in class flex2.tools.VersionInfo
 
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
Gets an IReference for one of the builtin types such as Object, String, or Array.
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 flash.tools.debugger.expression.AS3DebuggerBURM
 
burm(IASNode, int) - Method in class flash.tools.debugger.expression.AS3DebuggerBURM
 
burm(IASNode) - Method in class flash.tools.debugger.expression.AS3DebuggerBURM
 
burm(IASNode, int) - Method in class flash.tools.debugger.expression.AS3DebuggerBURM
 
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 flex2.compiler.config.ConfigurationBuffer
convert StudlyCaps or camelCase to hyphenated
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
 
calculateChecksum(VirtualFile) - Method in class flex2.compiler.config.ConfigurationBuffer
 
calculateChecksum(String, Long) - Method in class flex2.compiler.config.ConfigurationBuffer
 
calculateLinkChecksum(String, Long) - Method in class flex2.compiler.config.ConfigurationBuffer
 
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.
callConstructor(String, Value[]) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
callConstructor(String, Value[]) - Method in class flash.tools.debugger.concrete.PlayerSession
 
callConstructor(String, Value[]) - Method in interface flash.tools.debugger.IsolateSession
 
callConstructor(String, Value[]) - Method in interface flash.tools.debugger.Session
Invokes a constructor in the player.
callConstructor(String, Value[]) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
callConstructor(String, Value[]) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
callConstructorWorker(String, Value[], int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
callConstructorWorker(String, Value[], int) - Method in interface flash.tools.debugger.IsolateController
 
caller - Static variable in class org.apache.flex.utils.Trace
 
callFunction(Value, String, Value[]) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
callFunction(Value, String, Value[]) - Method in class flash.tools.debugger.concrete.PlayerSession
 
callFunction(Value, String, Value[]) - Method in interface flash.tools.debugger.IsolateSession
 
callFunction(Value, String, Value[]) - Method in interface flash.tools.debugger.Session
Invokes a function.
callFunction(Value, String, Value[]) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
callFunction(Value, String, Value[]) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
callFunctionWorker(Value, String, Value[], int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
callFunctionWorker(Value, String, Value[], int) - Method in interface flash.tools.debugger.IsolateController
 
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
 
canBeImported(ReferenceModel, Node, String, String) - Static method in class org.apache.flex.compiler.internal.codegen.externals.utils.FunctionUtils
Check we can import the given type into the given package.
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.driver.js.JSSourceFileHandler
Determines if the handler can create invisible compilation units.
canCreateInvisibleCompilationUnit() - Method in class org.apache.flex.compiler.internal.driver.mxml.MXMLSourceFileHandler
Determines if the handler can create invisible compilation units.
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.
caseInsensitive - Static variable in class flex2.compiler.io.FileUtil
 
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
 
CatchAction - Class in flex.tools.debugger.cli
An object that relates a CLI debugger catchpoint with the actual Catch obtained from the Session
CatchAction(String) - Constructor for class flex.tools.debugger.cli.CatchAction
 
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.
catchEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
CatchEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
CatchEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.CatchEmitter
 
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
 
cfgAccessible(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgActionscriptFileEncoding(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgAdjustOpdebugline(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgAdvancedAntiAliasing(ConfigurationValue, boolean) - Method in class flex2.compiler.common.FontsConfiguration
 
cfgAdvancedTelemetry(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgAllowDuplicateDefaultStyleDeclarations(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgAllowSourcePathOverlap(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgApplicationDomain(ConfigurationValue, String[]) - Method in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
 
cfgArchiveClassesAndAssets(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgAs3(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgBenchmark(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgBenchmarkCompilerDetails(ConfigurationValue, int) - Method in class flex2.compiler.common.Configuration
 
cfgBenchmarkTimeFilter(ConfigurationValue, long) - Method in class flex2.compiler.common.Configuration
 
cfgbuf - Variable in class flex2.tools.oem.internal.OEMConfiguration
 
cfgCompatibilityVersion(ConfigurationValue, String) - Method in class flex2.compiler.common.MxmlConfiguration
 
cfgCompress(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgComputeDigest(ConfigurationValue, boolean) - Method in class flex2.tools.CompcConfiguration
compute-digest option
cfgComputeDigest(ConfigurationValue, boolean) - Method in class flex2.tools.oem.internal.LibraryCompilerConfiguration
compute-digest option
cfgConservative(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgContextRoot(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgContributor(ConfigurationValue, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgCreator(ConfigurationValue, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgDate(ConfigurationValue, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgDebug(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgDebugPassword(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgDefaultBackgroundColor(ConfigurationValue, int) - Method in class flex2.compiler.common.Configuration
 
cfgDefaultFrameRate(ConfigurationValue, int) - Method in class flex2.compiler.common.Configuration
 
cfgDefaultScriptLimits(ConfigurationValue, int, int) - Method in class flex2.compiler.common.Configuration
 
cfgDefaultsCssFiles(ConfigurationValue, List) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgDefaultsCssUrl(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgDefaultSize(ConfigurationValue, int, int) - Method in class flex2.compiler.common.Configuration
 
cfgDefine(ConfigurationValue, String, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgDescription(ConfigurationValue, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgDirectory(ConfigurationValue, boolean) - Method in class flex2.tools.CompcConfiguration
 
cfgDisableIncrementalOptimizations(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgDoc(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgDumpConfig(ConfigurationValue, String) - Method in class flex2.tools.ToolsConfiguration
 
cfgEnableRuntimeDesignLayers(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgEnableSwcVersionFiltering(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgEs(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgExtension(ConfigurationValue, List<String>) - Method in class flex2.compiler.extensions.ExtensionsConfiguration
Configures a list of many extensions mapped to a single Extension URI.
cfgExternalLibraryPath(ConfigurationValue, String[]) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgExterns(ConfigurationValue, List<String>) - Method in class flex2.compiler.common.Configuration
 
cfgFileSpecs(ConfigurationValue, List<String>) - Method in class flex2.tools.CommandLineConfiguration
 
cfgFileSpecs(ConfigurationValue, List<String>) - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
cfgFlashType(ConfigurationValue, boolean) - Method in class flex2.compiler.common.FontsConfiguration
 
cfgForceRsls(ConfigurationValue, String[]) - Method in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
 
cfgFrame(ConfigurationValue, List) - Method in class flex2.compiler.common.FramesConfiguration
 
cfgFramework(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgGenerateAbstractSyntaxTree(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgGenerateFrameLoader(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgHeadlessServer(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgHelp(ConfigurationValue, String[]) - Method in class flex2.tools.CommandLineConfiguration
 
cfgHelp(ConfigurationValue, String[]) - Method in class flex2.tools.CompcConfiguration
 
cfgIncludeClasses(ConfigurationValue, List<String>) - Method in class flex2.tools.CompcConfiguration
 
cfgIncludeFile(ConfigurationValue, String, String) - Method in class flex2.tools.CompcConfiguration
 
cfgIncludeInheritanceDependenciesOnly(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgIncludeLibraries(ConfigurationValue, String[]) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgIncludeLookupOnly(ConfigurationValue, boolean) - Method in class flex2.tools.CompcConfiguration
include-lookup-only (hidden) if true, manifest entries with lookupOnly=true are included in SWC catalog. default is false.
cfgIncludeNamespaces(ConfigurationValue, List<String>) - Method in class flex2.tools.CompcConfiguration
 
cfgIncludeResourceBundles(ConfigurationValue, List<String>) - Method in class flex2.tools.CommandLineConfiguration
 
cfgIncludeResourceBundles(ConfigurationValue, List<String>) - Method in class flex2.tools.CompcConfiguration
 
cfgIncludeResourceBundles(ConfigurationValue, List) - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
cfgIncludes(ConfigurationValue, List<String>) - Method in class flex2.compiler.common.Configuration
 
cfgIncludeSources(ConfigurationValue, List<String>) - Method in class flex2.tools.CompcConfiguration
 
cfgIncludeStylesheet(ConfigurationValue, String, String) - Method in class flex2.tools.CompcConfiguration
 
cfgIncremental(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgIsolateStyles(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgJavaProfilerClass(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgKeepAllTypeSelectors(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgKeepAs3Metadata(ConfigurationValue, String[]) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgKeepGeneratedActionscript(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgKeepGeneratedSignatures(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgLanguage(ConfigurationValue, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgLanguageRange(ConfigurationValue, String, String) - Method in class flex2.compiler.common.FontsConfiguration.Languages
 
cfgLazyInit(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgLibraryPath(ConfigurationValue, String[]) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgLicense(ConfigurationValue, String, String) - Method in class flex2.tools.LicensesConfiguration
 
cfgLinkReport(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgLoadConfig(ConfigurationValue, String) - Method in class flex2.tools.CommandLineConfiguration
 
cfgLoadConfig(ConfigurationValue, String) - Method in class flex2.tools.CompcConfiguration
 
cfgLoadConfig(ConfigurationValue, String) - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
cfgLoadConfig(ConfigurationValue, String) - Method in class flex2.tools.oem.internal.LibraryCompilerConfiguration
 
cfgLoadExterns(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgLocale(ConfigurationValue, String[]) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgLocalFontPaths(ConfigurationValue, List) - Method in class flex2.compiler.common.FontsConfiguration
 
cfgLocalFontsSnapshot(ConfigurationValue, String) - Method in class flex2.compiler.common.FontsConfiguration
 
cfgLocalizedDescription(ConfigurationValue, String, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgLocalizedTitle(ConfigurationValue, String, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgManagers(ConfigurationValue, List) - Method in class flex2.compiler.common.FontsConfiguration
 
cfgMaxCachedFonts(ConfigurationValue, String) - Method in class flex2.compiler.common.FontsConfiguration
 
cfgMaxGlyphsPerFace(ConfigurationValue, String) - Method in class flex2.compiler.common.FontsConfiguration
 
cfgMemoryUsageFactor(ConfigurationValue, int) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgMinimumSupportedVersion(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgMinimumSupportedVersion(ConfigurationValue, String) - Method in class flex2.compiler.common.MxmlConfiguration
 
cfgMobile(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgNamespace(ConfigurationValue, List<String>) - Method in class flex2.compiler.common.NamespacesConfiguration
Configures a list of many manifests mapped to a single namespace URI.
cfgOmitTraceStatements(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgOptimize(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgOutput(ConfigurationValue, String) - Method in class flex2.tools.CommandLineConfiguration
 
cfgOutput(ConfigurationValue, String) - Method in class flex2.tools.CompcConfiguration
 
cfgPreloader(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgProjector(ConfigurationValue, String) - Method in class flex2.tools.CommandLineConfiguration
 
cfgProjector(ConfigurationValue, String) - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
cfgPublisher(ConfigurationValue, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgQualifiedTypeSelectors(ConfigurationValue, boolean) - Method in class flex2.compiler.common.MxmlConfiguration
 
cfgRawMetadata(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgRemoveUnusedRsls(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgReportInvalidStylesAsWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgReportMissingRequiredSkinPartsAsWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgResourceBundleList(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgResourceHack(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgRoot(ConfigurationValue, String) - Method in class flex2.tools.CompcConfiguration
 
cfgRuntimeSharedLibraries(ConfigurationValue, String[]) - Method in class flex2.compiler.common.Configuration
 
cfgRuntimeSharedLibraryPath(ConfigurationValue, String[]) - Method in class flex2.compiler.common.Configuration
 
cfgServices(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgShowActionscriptWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgShowBindingWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgShowDependencyWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgShowDeprecationWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgShowInvalidCssPropertyWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgShowShadowedDeviceFontWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgShowUnusedTypeSelectorWarnings(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgSignatureDirectory(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgSizeReport(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgSourcePath(ConfigurationValue, String[]) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgStaticLinkRuntimeSharedLibraries(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgStrict(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgSwcChecksum(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgSwfVersion(ConfigurationValue, int) - Method in class flex2.compiler.common.Configuration
 
cfgTargetPlayer(ConfigurationValue, String) - Method in class flex2.compiler.common.Configuration
 
cfgTheme(ConfigurationValue, List) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgTitle(ConfigurationValue, String) - Method in class flex2.compiler.common.MetadataConfiguration
 
cfgTranslationFormat(ConfigurationValue, String) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgUseDirectBlit(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgUseGpu(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgUseNetwork(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgUseResourceBundleMetadata(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgVerboseStacktraces(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgVerifyDigests(ConfigurationValue, boolean) - Method in class flex2.compiler.common.Configuration
 
cfgVersion(ConfigurationValue, boolean) - Method in class flex2.tools.CommandLineConfiguration
 
cfgVersion(ConfigurationValue, boolean) - Method in class flex2.tools.CompcConfiguration
 
cfgWarnArrayTostringChanges(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnAssignmentWithinConditional(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadArrayCast(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadBoolAssignment(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadDateCast(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadEs3TypeMethod(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadEs3TypeProp(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadNanComparison(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadNullAssignment(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadNullComparison(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBadUndefinedComparison(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnBooleanConstructorWithNoArgs(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnChangesInResolve(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnClassIsSealed(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnConstNotInitialized(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnConstructorReturnsValue(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnDeprecatedEventHandlerError(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnDeprecatedFunctionError(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnDeprecatedPropertyError(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnDuplicateArgumentNames(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnDuplicateVariableDef(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnForVarInChanges(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnImportHidesClass(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnings(ConfigurationValue, boolean) - Method in class flex2.tools.ToolsConfiguration
 
cfgWarnInstanceOfChanges(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnInternalError(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnLevelNotSupported(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnMissingNamespaceDecl(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnNegativeUintLiteral(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnNoConstructor(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnNoExplicitSuperCallInConstructor(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnNoTypeDecl(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnNumberFromStringChanges(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnScopingChangeInThis(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnSlowTextFieldAddition(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnUnlikelyFunctionValue(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
cfgWarnXmlClassHasChanged(ConfigurationValue, boolean) - Method in class flex2.compiler.common.CompilerConfiguration
 
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 - Static variable in class flash.util.URLEncoder
 
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 flex2.tools.flexbuilder.BuilderConfiguration
 
checkActionScriptWarning(int, boolean) - Method in interface flex2.tools.oem.Configuration
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
checkActionScriptWarning(int, boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Enables checking of ActionScript warnings.
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 IASScopes 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.
checksum() - Method in class flex2.compiler.config.ConfigurationBuffer
This value is good for naming the cache file.
checksum_ts() - Method in class flex2.compiler.config.ConfigurationBuffer
This value takes timestamps into account and is the actual value embedded in the cache file.
checkSuperAccess(IASNode) - Method in class org.apache.flex.compiler.internal.semantics.MethodBodySemanticChecker
Ensure a super-qualified access is in an instance method.
checkTargetFileInFileSystem() - Method in class flex2.tools.CommandLineConfiguration
Subclass could override this 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
 
childrenSpecifier - Variable in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLDescriptorSpecifier
 
childrenSpecifier - Variable in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSDescriptorSpecifier
 
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 class flex2.compiler.SymbolTable
 
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_ABSTRACTSERVICE - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_ACCORDION - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_ADDITEMS - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_APPLICATION - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_APPLICATIONDOMAIN - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_ARRAY - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_BINDINGMANAGER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_CLASSFACTORY - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_CROSSDOMAINRSLITEM_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_CSSSTYLEDECLARATION - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_DEFERREDINSTANCEFROMCLASS - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_DEFERREDINSTANCEFROMFUNCTION - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_DOWNLOADPROGRESSBAR - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_EFFECT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_EFFECTMANAGER_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_EMBEDDEDFONTREGISTRY_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_EVENT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_EVENTDISPATCHER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
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_FLEXEVENT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_FLEXSPRITE - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_FLEXVERSION_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_IS_SEALED - Static variable in interface org.apache.flex.compiler.constants.IASWarningConstants
Class is sealed.
CLASS_ITEMSCOMPONENT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_LOADERCONFIG - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_MANAGED - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_MODULEEVENT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_MODULEMANAGER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_NAMESPACEUTIL - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_OBJECTPROXY - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_PRELOADER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_PROPERTYCHANGEEVENT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_PROPERTYCHANGEEVENT_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_RADIOBUTTONGROUP - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
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_REPEATER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_REPEATER_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_REQUEST_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_RESOURCEBUNDLE_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_RESOURCEMANAGER_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SETEVENTHANDLER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SETPROPERTY - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SETSTYLE - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SINGLETON_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SPARK_APPLICATION - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SPARK_RADIOBUTTONGROUP - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SPARK_SPRITEVISUALELEMENT - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_STATE - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_STYLEEVENT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_STYLEMANAGER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_STYLEMANAGER_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_STYLEMANAGERIMPL_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SUFFIX - Static variable in class org.apache.flex.compiler.internal.resourcebundles.ResourceBundleUtils
 
CLASS_SYSTEMCHILDRENLIST - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SYSTEMMANAGER - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SYSTEMMANAGERCHILDMANAGER_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_SYSTEMRAWCHILDRENLIST - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_DIV - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_IMG - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_LAYOUT_FORMAT - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_LINK - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_PARAGRAPH - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_RICHTEXT - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_SPAN - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_TAB - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXT_TCY - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_TEXTFIELDFACTORY_DOT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_UICOMPONENT - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_UICOMPONENTDESCRIPTOR - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_UIDUTIL - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_VECTOR - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_VECTOR_SHORTNAME - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_VIEWSTACK - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_XML - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_XMLLIST - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_XMLNODE - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
CLASS_XMLUTIL - Variable in class flex2.compiler.mxml.lang.StandardDefs
 
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.
ClassEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
ClassEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.ClassEmitter
 
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
ClassExclude - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 01.05.16.
ClassExclude() - Constructor for class org.apache.flex.maven.flexjs.ClassExclude
 
classExcludes - Variable in class org.apache.flex.maven.flexjs.ExterncConfig
 
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 class flash.tools.ActionLocation
 
className - Variable in exception flex2.tools.PreLink.ClassesMappedToSameRemoteAlias
 
className - Variable in exception flex2.tools.PreLink.CompiledAsAComponent
 
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
 
classNameFor(long, boolean) - Static method in class flash.tools.debugger.concrete.DVariable
 
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
 
ClassReference - Class in org.apache.flex.compiler.internal.codegen.externals.reference
 
ClassReference(ReferenceModel, Node, String) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
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 flex2.tools.oem.Application
 
clean() - Method in interface flex2.tools.oem.Builder
If you called the setOutput() method, this method deletes the Application or Library file.
clean() - Static method in class flex2.tools.oem.internal.OEMUtil
 
clean() - Method in class flex2.tools.oem.Library
 
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.
cleanOutput() - Method in class org.apache.flex.compiler.clients.EXTERNC
 
clear() - Method in class flash.tools.debugger.concrete.DMessage
Allow the message to be reused later
clear() - Method in class flex.tools.debugger.cli.ExpressionCache
 
clear() - Method in class flex.tools.debugger.cli.FaultActions
 
clear() - Method in class flex2.tools.oem.ApplicationCache
 
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
 
clearAttribute(int) - Method in class flash.tools.debugger.concrete.DVariable
 
clearBreakpoint(Location) - Method in class flash.tools.debugger.concrete.PlayerSession
 
clearBreakpoint(Location) - Method in interface flash.tools.debugger.Session
Remove a breakpoint at given location.
clearBreakpoint(Location) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
clearCommands() - Method in class flex.tools.debugger.cli.BreakAction
 
clearCompilationUnitScopeList(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.scopes.ASProjectScope
Clears the list of IASScopes associated with the specified ICompilationUnit.
clearCondition() - Method in class flex.tools.debugger.cli.BreakAction
 
clearExceptionBreakpoint(String) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
clearExceptionBreakpoint(String) - Method in class flash.tools.debugger.concrete.PlayerSession
 
clearExceptionBreakpoint(String) - Method in interface flash.tools.debugger.IsolateSession
 
clearExceptionBreakpoint(String) - Method in interface flash.tools.debugger.Session
Clears an exception breakpoint.
clearExceptionBreakpoint(String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
clearExceptionBreakpoint(String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
clearExceptionBreakpointWorker(String, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
clearExceptionBreakpointWorker(String, int) - Method in interface flash.tools.debugger.IsolateController
 
clearFragments() - Method in class org.apache.flex.compiler.internal.tree.mxml.MXMLNodeBase.MXMLNodeInfo
 
clearHits() - Method in class flex.tools.debugger.cli.BreakAction
 
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.
clearInCounts() - Method in class flash.tools.debugger.concrete.DMessageCounter
 
clearLastBinaryOp(int) - Method in class flash.tools.debugger.concrete.DManager
 
clearLastFunctionCall(int) - Method in class flash.tools.debugger.concrete.DManager
 
clearLastVariable(int) - Method in class flash.tools.debugger.concrete.DManager
 
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.
clearOutCounts() - Method in class flash.tools.debugger.concrete.DMessageCounter
 
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 ASScopeCaches associated with the specified ICompilationUnit and removes all the IASScopes build by the ICompilationUnit from the list of scopes associated with the ICompilationUnit.
clearSourceVars(String) - Method in class flex2.compiler.config.ConfigurationBuffer
 
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 flex2.compiler.config.ConfigurationBuffer
 
clearVar(String, String, int) - Method in class org.apache.flex.compiler.config.ConfigurationBuffer
 
clearWatch(Watch) - Method in class flash.tools.debugger.concrete.PlayerSession
 
clearWatch(Watch) - Method in interface flash.tools.debugger.Session
Remove a previously created watchpoint.
clearWatch(Watch) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
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 flex2.compiler.common.CompilerConfiguration
 
clone() - Method in class flex2.compiler.common.Configuration
 
clone() - Method in class flex2.tools.oem.internal.OEMConfiguration
 
clone() - Method in class flex2.tools.oem.Library
 
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 flex2.compiler.io.LocalFile
Signal the hosting environment that this instance is no longer used.
close() - Method in class flex2.compiler.io.NetworkFile
Signal the hosting environment that this instance is no longer used.
close() - Method in interface flex2.compiler.io.VirtualFile
Signal the hosting environment that this instance is no longer used.
close() - Method in class flex2.tools.oem.VirtualLocalFile
Closes this VirtualLocalFile object.
close() - Method in class org.apache.flex.compiler.clients.MXMLC
Force terminate the compilation process.
close() - Method in class org.apache.flex.compiler.clients.MXMLJSC
Force terminate the compilation process.
close() - Method in class org.apache.flex.compiler.internal.codegen.as.ASWriter
 
close() - Method in class org.apache.flex.compiler.internal.codegen.js.JSWriter
 
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.
closureLib - Variable in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
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
 
CMD_AWATCH - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_BREAK - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_CATCH - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_CF - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_CLEAR - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_COMMANDS - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_COMMENT - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_CONDITION - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_CONNECT - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_CONTINUE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_DELETE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_DIRECTORY - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_DISABLE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_DISASSEMBLE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_DISPLAY - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_DOWN - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_ENABLE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_FILE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_FINISH - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_FRAME - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_HALT - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_HANDLE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_HELP - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_HOME - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_INFO - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_KILL - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_LIST - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_MCTREE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_NEXT - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_PRINT - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_PWD - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_QUIT - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_RUN - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_RWATCH - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_SET - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_SHOW - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_SOURCE - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_STEP - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_TUTORIAL - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_UNDISPLAY - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_UNKNOWN - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_UP - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_VIEW_SWF - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_WATCH - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_WHAT - Static variable in class flex.tools.debugger.cli.DebugCLI
 
CMD_WORKER - Static variable in class flex.tools.debugger.cli.DebugCLI
 
cmdline - Variable in class org.apache.flex.compiler.ant.FlexTask
The commandline used in execute()
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.
COL - Variable in class flex2.compiler.util.AbstractLogger
 
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.
CollectImportsPass - Class in org.apache.flex.compiler.internal.codegen.externals.pass
 
CollectImportsPass(ReferenceModel, AbstractCompiler) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.pass.CollectImportsPass
 
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.
collectMixinMetaData(TreeSet<String>, List<ICompilationUnit>) - Method in class org.apache.flex.compiler.internal.targets.FlexJSTarget
 
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.
collectReflectionData(ITypeNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
CollectTypesPass - Class in org.apache.flex.compiler.internal.codegen.externals.pass
 
CollectTypesPass(ReferenceModel, AbstractCompiler) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.pass.CollectTypesPass
 
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.
column - Variable in exception flex2.compiler.util.CompilerMessage
 
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
 
com.google.javascript.jscomp - package com.google.javascript.jscomp
 
combForLineRecords(DSwfInfo) - Method in class flash.tools.debugger.concrete.LineFunctionContainer
This routine is called from the DSwfInfo object and is used to obtain LineRecord information from the ActionLists
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
 
commandAt(int) - Method in class flex.tools.debugger.cli.BreakAction
 
CommandLineConfiguration - Class in flex2.tools
Support for command line specific configuration options, like -file-specs, -help, -include-resource-bundles, -load-config, -output, -projector, and -version.
CommandLineConfiguration() - Constructor for class flex2.tools.CommandLineConfiguration
 
CommandLineConfigurator - Class in flex2.compiler.config
A utility class, which is used to parse an array of command line args and populate a ConfigurationBuffer.
CommandLineConfigurator() - Constructor for class flex2.compiler.config.CommandLineConfigurator
 
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
 
CommandLineException - Exception in flash.tools.debugger
Represents an error that occurred while invoking a command-line program.
CommandLineException(String, String[], String, int) - Constructor for exception flash.tools.debugger.CommandLineException
 
comment - Variable in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
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
 
commentNoEnd() - Method in class org.apache.flex.compiler.asdoc.flexjs.ASDocComment
 
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) - Method in class flex2.compiler.config.ConfigurationBuffer
commit - bake the resolved map to the configuration
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(SourceFile, SourceFile) - Method in class flex.tools.debugger.cli.FileInfoCache
Comparator interface for sorting SourceFiles
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(Object) - Method in class flash.tools.debugger.concrete.DVariable
Comparator interface for sorting Variables
compareTo(Source) - Method in class flex2.compiler.Source
 
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 flex2.tools.VersionInfo
Compare two version strings that are in at "Major.minor" format.
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 flex2.tools
Entry-point for compc, the command-line tool for compiling components.
Compc() - Constructor for class flex2.tools.Compc
 
compc(String[]) - Static method in class flex2.tools.Compc
 
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 flex2.tools
compc specific configuration.
CompcConfiguration() - Constructor for class flex2.tools.CompcConfiguration
 
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
 
compcNoExit(String[]) - Static method in class flex2.tools.Compc
 
COMPCTask - Class in org.apache.flex.compiler.ant
Implements the <compc> Ant task.
COMPCTask() - Constructor for class org.apache.flex.compiler.ant.COMPCTask
Constructor.
compilationUnit - Variable in class org.apache.flex.compiler.internal.codegen.js.JSWriter
 
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(boolean) - Method in class flex2.tools.flexbuilder.BuilderApplication
 
compile(boolean) - Method in class flex2.tools.flexbuilder.BuilderLibrary
 
compile(boolean) - Method in class flex2.tools.oem.Application
Compiles the Application object.
compile(boolean) - Method in class flex2.tools.oem.Library
Compiles the Library.
compile(String[]) - Static method in class flex2.tools.Tool
 
compile() - Method in class org.apache.flex.compiler.asdoc.ASDocComment
 
compile() - Method in class org.apache.flex.compiler.asdoc.flexjs.ASDocComment
 
compile() - Method in interface org.apache.flex.compiler.asdoc.IASDocComment
 
compile() - Method in class org.apache.flex.compiler.clients.COMPJSC
Main body of this program.
compile() - Method in class org.apache.flex.compiler.clients.EXTERNC
 
compile() - Method in class org.apache.flex.compiler.clients.MXMLC
Main body of this program.
compile() - Method in class org.apache.flex.compiler.clients.MXMLJSC
Main body of this program.
compile() - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.ReferenceCompiler
 
compile() - Method in class org.apache.flex.compiler.utils.JSClosureCompilerWrapper
 
compile() - Method in class org.apache.flex.compiler.utils.VF2JSClosureCompilerWrapper
 
CompileAppMojo - Class in org.apache.flex.maven.flexjs
goal which compiles a project into a flexjs sef application.
CompileAppMojo() - Constructor for class org.apache.flex.maven.flexjs.CompileAppMojo
 
CompileASMojo - Class in org.apache.flex.maven.flexjs
goal which compiles a project into a flexjs swc library.
CompileASMojo() - Constructor for class org.apache.flex.maven.flexjs.CompileASMojo
 
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
 
CompileJSMojo - Class in org.apache.flex.maven.flexjs
goal which compiles a project into a flexjs swc library.
CompileJSMojo() - Constructor for class org.apache.flex.maven.flexjs.CompileJSMojo
 
COMPILER - Static variable in class flex2.tools.MxmlJSC
 
compiler - Variable in class flex2.tools.MxmlJSC
 
COMPILER - Static variable in interface flex2.tools.oem.Report
Use this constant when querying information from the compiler.
COMPILER - Static variable in class flex2.tools.Tool
 
compiler - Variable in class org.apache.flex.compiler.internal.codegen.externals.pass.AbstractCompilerPass
 
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 - Static variable in class org.apache.flex.compiler.internal.codegen.js.JSSharedData
 
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 - Static variable in class org.apache.flex.compiler.internal.codegen.js.JSSharedData
 
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
 
CompilerAPI - Class in flex2.compiler
This class orchestrates delegation to the subcompilers using batch1() when -conservative is true or batch2(), the default.
CompilerAPI() - Constructor for class flex2.compiler.CompilerAPI
 
CompilerConfiguration - Class in flex2.compiler.common
This class defines the compiler related configuration options.
CompilerConfiguration(Configuration) - Constructor for class flex2.compiler.common.CompilerConfiguration
 
CompilerControl - Class in flex2.compiler.util
A utility class primarily used to short circuit compilation, like when an IDE wants to abort a compilation and start over after a file has changed.
CompilerControl() - Constructor for class flex2.compiler.util.CompilerControl
 
CompilerException - Exception in flex2.compiler
This class provides a common base class for all exceptions thrown by the compiler.
CompilerException() - Constructor for exception flex2.compiler.CompilerException
 
CompilerException(String) - Constructor for exception flex2.compiler.CompilerException
 
CompilerException(String, Throwable) - Constructor for exception flex2.compiler.CompilerException
 
CompilerException(Throwable) - Constructor for exception flex2.compiler.CompilerException
 
CompilerMessage - Exception in flex2.compiler.util
This class provides a common base class for all localizable exceptions thrown by the compiler.
CompilerMessage(String, String, int, int) - Constructor for exception flex2.compiler.util.CompilerMessage
 
CompilerMessage(String, String, int, int, Throwable) - Constructor for exception flex2.compiler.util.CompilerMessage
 
CompilerMessage.CompilerError - Exception in flex2.compiler.util
 
CompilerMessage.CompilerError() - Constructor for exception flex2.compiler.util.CompilerMessage.CompilerError
 
CompilerMessage.CompilerError(Throwable) - Constructor for exception flex2.compiler.util.CompilerMessage.CompilerError
 
CompilerMessage.CompilerInfo - Exception in flex2.compiler.util
 
CompilerMessage.CompilerInfo() - Constructor for exception flex2.compiler.util.CompilerMessage.CompilerInfo
 
CompilerMessage.CompilerInfo(Throwable) - Constructor for exception flex2.compiler.util.CompilerMessage.CompilerInfo
 
CompilerMessage.CompilerWarning - Exception in flex2.compiler.util
 
CompilerMessage.CompilerWarning() - Constructor for exception flex2.compiler.util.CompilerMessage.CompilerWarning
 
CompilerMessage.CompilerWarning(Throwable) - Constructor for exception flex2.compiler.util.CompilerMessage.CompilerWarning
 
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
 
CompileTypedefsMojo - Class in org.apache.flex.maven.flexjs
goal which compiles a project into a flexjs swc library.
CompileTypedefsMojo() - Constructor for class org.apache.flex.maven.flexjs.CompileTypedefsMojo
 
compilingResourceModule() - Method in class flex2.tools.CommandLineConfiguration
 
CompJSC - Class in flex2.tools
 
CompJSC() - Constructor for class flex2.tools.CompJSC
 
COMPJSC - Class in org.apache.flex.compiler.clients
 
COMPJSC(IBackend) - Constructor for class org.apache.flex.compiler.clients.COMPJSC
 
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 flex2.tools.flexbuilder.BuilderConfiguration
 
compress(boolean) - Method in interface flex2.tools.oem.Configuration
Enables ZLIB compression on SWF file.
compress(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Enables ZLIB compression on SWF file.
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
Computes an Iterable of fatal ICompilerProblems that prevent this Target from being built.
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.FlexJSSWCTarget
 
computeRootedCompilationUnits() - Method in class org.apache.flex.compiler.internal.targets.JSTarget
 
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.JSTarget
 
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 exception flex2.tools.Mxmlc.CouldNotInstantiate
 
config - Variable in class org.apache.flex.compiler.clients.MXMLC
 
config - Variable in class org.apache.flex.compiler.clients.MXMLJSC
 
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.compiler.internal.projects.FlexJSProject
 
config - Variable in class org.apache.flex.swc.SWCDepends
 
config - Static variable in class org.apache.flex.utils.Trace
 
ConfigAppendString - Class in org.apache.flex.compiler.ant.config
Extends ConfigString by overriding addToCommandline to use +foo=bar syntax to support appending the configuration option to any existing values.
ConfigAppendString(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigAppendString
 
ConfigAppendString(OptionSpec, String) - Constructor for class org.apache.flex.compiler.ant.config.ConfigAppendString
 
ConfigBoolean - Class in org.apache.flex.compiler.ant.config
Extends ConfigVariable to support setting boolean configuration options.
ConfigBoolean(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigBoolean
 
ConfigBoolean(OptionSpec, boolean) - Constructor for class org.apache.flex.compiler.ant.config.ConfigBoolean
 
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.
ConfigInt - Class in org.apache.flex.compiler.ant.config
Extends ConfigVariable to add support for parsing values into integers and reporting build exceptions when the value isn't an integer.
ConfigInt(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigInt
 
ConfigInt(OptionSpec, int) - Constructor for class org.apache.flex.compiler.ant.config.ConfigInt
 
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
configResolver - Variable in class flex2.compiler.common.Configuration
 
configResolver - Variable in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
 
ConfigString - Class in org.apache.flex.compiler.ant.config
Extends ConfigVariable by overriding addToCommandline to use the -foo=bar syntax unless the value is null, in which case, -foo= syntax is used.
ConfigString(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigString
 
ConfigString(OptionSpec, String) - Constructor for class org.apache.flex.compiler.ant.config.ConfigString
 
Configuration - Class in flex2.compiler.common
Tools like mxmlc and compc use configuration objects to store configuration options parsed from config files and command-line options.
Configuration() - Constructor for class flex2.compiler.common.Configuration
 
Configuration - Interface in flex2.tools.oem
The Configuration interface allows clients to set compiler options for Application and Library.
configuration - Variable in class flex2.tools.oem.internal.OEMConfiguration
 
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
 
configuration - Variable in class org.apache.flex.compiler.internal.codegen.js.JSPublisher
 
Configuration.RslPathInfo - Class in flex2.compiler.common
Capture the information in one argument specifing -runtime-shared-libraries-path information.
Configuration.RslPathInfo() - Constructor for class flex2.compiler.common.Configuration.RslPathInfo
Create a new cross-domain RSL entry.
ConfigurationBuffer - Class in flex2.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) - Constructor for class flex2.compiler.config.ConfigurationBuffer
 
ConfigurationBuffer(Class, Map<String, String>) - Constructor for class flex2.compiler.config.ConfigurationBuffer
 
ConfigurationBuffer(Class, Map<String, String>, ConfigurationFilter) - Constructor for class flex2.compiler.config.ConfigurationBuffer
Create a configuration buffer with an optional filter.
ConfigurationBuffer(ConfigurationBuffer, boolean) - Constructor for class flex2.compiler.config.ConfigurationBuffer
 
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 flex2.compiler.config
A common base class for configuration related exceptions.
ConfigurationException(String) - Constructor for exception flex2.compiler.config.ConfigurationException
 
ConfigurationException(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException
 
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 flex2.compiler.config
 
ConfigurationException.AmbiguousParse(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.AmbiguousParse
 
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 flex2.compiler.config
 
ConfigurationException.BadAppendValue(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.BadAppendValue
 
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 flex2.compiler.config
The application domain specified did not match one of the possible values.
ConfigurationException.BadApplicationDomainValue(String, String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.BadApplicationDomainValue
 
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 flex2.compiler.config
 
ConfigurationException.BadDefinition(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.BadDefinition
 
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 flex2.compiler.config
 
ConfigurationException.BadExcludeDependencies() - Constructor for exception flex2.compiler.config.ConfigurationException.BadExcludeDependencies
 
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 flex2.compiler.config
 
ConfigurationException.BadFrameParameters(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.BadFrameParameters
 
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 flex2.compiler.config
 
ConfigurationException.BadMetadataCombo(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.BadMetadataCombo
 
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 flex2.compiler.config
 
ConfigurationException.BadValue(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.BadValue
 
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 flex2.compiler.config
 
ConfigurationException.BadVersion(String, String) - Constructor for exception flex2.compiler.config.ConfigurationException.BadVersion
 
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 flex2.compiler.config
 
ConfigurationException.CannotOpen(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.CannotOpen
 
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 flex2.compiler.config
 
ConfigurationException.ConfigurationIOError(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.ConfigurationIOError
 
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 flex2.compiler.config
 
ConfigurationException.CouldNotCreateConfig(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.CouldNotCreateConfig
 
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 flex2.compiler.config
 
ConfigurationException.DirectoryNotEmpty(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.DirectoryNotEmpty
 
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 flex2.compiler.config
 
ConfigurationException.FileTooBig(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.FileTooBig
 
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 flex2.compiler.config
 
ConfigurationException.GreaterThanZero(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.GreaterThanZero
 
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 flex2.compiler.config
 
ConfigurationException.IllegalDimensions(int, int, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.IllegalDimensions
 
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 flex2.compiler.config
 
ConfigurationException.IllegalMultipleSet(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.IllegalMultipleSet
 
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 flex2.compiler.config
 
ConfigurationException.IncorrectArgumentCount(int, int, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.IncorrectArgumentCount
 
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 flex2.compiler.config
 
ConfigurationException.IncorrectElement(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.IncorrectElement
 
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 flex2.compiler.config
 
ConfigurationException.InterspersedDefaults(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.InterspersedDefaults
 
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 flex2.compiler.config
 
ConfigurationException.IOError(String) - Constructor for exception flex2.compiler.config.ConfigurationException.IOError
 
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 flex2.compiler.config
 
ConfigurationException.MissingArgument(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.MissingArgument
 
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 flex2.compiler.config
Error for when -include-inheritance-dependencies-only is true but -include-classes does not specify any classes.
ConfigurationException.MissingIncludeClasses() - Constructor for exception flex2.compiler.config.ConfigurationException.MissingIncludeClasses
 
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 flex2.compiler.config
 
ConfigurationException.MissingRequirement(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.MissingRequirement
 
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 flex2.compiler.config
 
ConfigurationException.MustSpecifyTarget(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.MustSpecifyTarget
 
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 flex2.compiler.config
 
ConfigurationException.NamespaceMissingManifest(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.NamespaceMissingManifest
 
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 flex2.compiler.config
 
ConfigurationException.NoASDocInputs() - Constructor for exception flex2.compiler.config.ConfigurationException.NoASDocInputs
 
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 flex2.compiler.config
 
ConfigurationException.NoSwcInputs(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.NoSwcInputs
 
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 flex2.compiler.config
 
ConfigurationException.NotADirectory(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.NotADirectory
 
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 flex2.compiler.config
 
ConfigurationException.NotAFile(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.NotAFile
 
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 flex2.compiler.config
 
ConfigurationException.NotDirectory(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.NotDirectory
 
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 flex2.compiler.config
 
ConfigurationException.ObsoleteVariable(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.ObsoleteVariable
 
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 flex2.compiler.config
 
ConfigurationException.OnlyOneSource(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.OnlyOneSource
 
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 flex2.compiler.config
 
ConfigurationException.OtherThrowable(Throwable, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.OtherThrowable
 
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 flex2.compiler.config
 
ConfigurationException.RedundantFile(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.RedundantFile
 
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 flex2.compiler.config
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 flex2.compiler.config.ConfigurationException.SwcDoesNotHaveRslData
 
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 flex2.compiler.config
 
ConfigurationException.Token(String, String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.Token
 
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 flex2.compiler.config
 
ConfigurationException.ToolsLocaleNotAvailable(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.ToolsLocaleNotAvailable
 
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 flex2.compiler.config
 
ConfigurationException.TypeMismatch(String, String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.TypeMismatch
 
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 flex2.compiler.config
 
ConfigurationException.UnexpectedArgument(String, String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.UnexpectedArgument
 
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 flex2.compiler.config
 
ConfigurationException.UnexpectedCDATA(String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.UnexpectedCDATA
 
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 flex2.compiler.config
 
ConfigurationException.UnexpectedDefaults(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.UnexpectedDefaults
 
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 flex2.compiler.config
 
ConfigurationException.UnexpectedElement(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.UnexpectedElement
 
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 flex2.compiler.config
 
ConfigurationException.UnknownNamespace(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.UnknownNamespace
 
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 flex2.compiler.config
 
ConfigurationException.UnknownVariable(String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.UnknownVariable
 
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 flex2.compiler.config
 
ConfigurationException.VariableMissingRequirement(String, String, String, int) - Constructor for exception flex2.compiler.config.ConfigurationException.VariableMissingRequirement
 
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
 
ConfigurationFilter - Interface in flex2.compiler.config
Defines the API for configuration filters, which can be used to restrict the valid configuration options.
ConfigurationInfo - Class in flex2.compiler.config
The base class used for get*Info() methods.
ConfigurationInfo() - Constructor for class flex2.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 flex2.compiler.config.ConfigurationInfo
Simple ctor for restricting the number of arguments.
ConfigurationInfo(String[]) - Constructor for class flex2.compiler.config.ConfigurationInfo
Simple ctor for naming the arguments.
ConfigurationInfo(int, String) - Constructor for class flex2.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 flex2.compiler.config.ConfigurationInfo
More unusual ctor, this would let you have the first few args named one thing, the rest named something else.
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 flex2.compiler.common
Resolves files in a way specific to configuration files.
ConfigurationPathResolver() - Constructor for class flex2.compiler.common.ConfigurationPathResolver
 
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 flex2.compiler.config
This class represents an instance of a configuration option.
ConfigurationValue(ConfigurationBuffer, String, List<String>, String, int, String) - Constructor for class flex2.compiler.config.ConfigurationValue
 
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.EXTERNC
 
configure(ExternCConfiguration) - Method in class org.apache.flex.compiler.clients.EXTERNC
 
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.MXMLJSC
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.
ConfigVar - Class in macromedia.asc.embedding
 
ConfigVar(String, String, String) - Constructor for class macromedia.asc.embedding.ConfigVar
 
ConfigVariable - Class in org.apache.flex.compiler.ant.config
Provides a base class for Configuration Variables that can be set with a String value.
ConfigVariable(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigVariable
Constructor.
configVariables - Variable in class org.apache.flex.compiler.ant.FlexTask
An array of ConfigVariabes that are set by setDynamicAttribute().
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(int, IProgress) - Method in class flash.tools.debugger.concrete.PlayerSessionManager
A private variation on connect() that also has an argument indicating that the process we are waiting for has terminated.
connect(int, IProgress) - Method in interface flash.tools.debugger.SessionManager
Initiate a debug session by connecting to the specified port.
connect(int, IProgress) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSessionManager
 
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
ConsoleErrorFault - Class in flash.tools.debugger.events
Signals that an ActionScript error has caused a fault
ConsoleErrorFault(String, int) - Constructor for class flash.tools.debugger.events.ConsoleErrorFault
 
ConsoleLogger - Class in flex2.compiler.util
A Logger implementation that uses System.err and System.out to output messages.
ConsoleLogger() - Constructor for class flex2.compiler.util.ConsoleLogger
 
ConsoleLogger(boolean, boolean, boolean, boolean) - Constructor for class flex2.compiler.util.ConsoleLogger
 
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
 
ConstantReference - Class in org.apache.flex.compiler.internal.codegen.externals.reference
 
ConstantReference(ReferenceModel, Node, String, JSDocInfo) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.reference.ConstantReference
 
ConstantReference(ReferenceModel, Node, String, JSDocInfo, JSType) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.reference.ConstantReference
 
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_EMPTY - Static variable in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
CONSTRUCTOR_FULL - Static variable in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
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(int) - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
contains(Location) - Method in class flex.tools.debugger.cli.LocationCollection
 
contains(int, int) - Method in class flex.tools.debugger.cli.LocationCollection
See if the collection contains a Location which is identical to the given file id and line number
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
 
containsAssignment() - Method in interface flash.tools.debugger.expression.ValueExp
Returns whether the expression contains any assignments (= or ++ or --).
containsAssignment() - Method in class flash.tools.debugger.threadsafe.ThreadSafeValueExp
 
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
containsSource(SourceFile) - Method in class flash.tools.debugger.concrete.DSwfInfo
 
containsSource(SourceFile) - Method in interface flash.tools.debugger.SwfInfo
Returns true if the given source file is contained within this SWF.
containsSource(SourceFile) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSwfInfo
 
containsTemplate(BaseReference, String) - Static method in class org.apache.flex.compiler.internal.codegen.externals.utils.FunctionUtils
 
containsThisReference(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
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
contentUpdated() - Method in class flex2.tools.oem.internal.OEMReport
 
contentUpdated() - Method in interface flex2.tools.oem.Report
Checks whether the sources, assets and libraries have been updated since the report was created.
Context - Interface in flash.tools.debugger.expression
An object which returns a value given a name and appropriate context information.
context - Variable in class flex.tools.debugger.cli.ExpressionCache.EvaluationResult
The context that was used to evaluate the expression.
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 flex2.tools.oem.Configuration
A contributor's name to store in the SWF metadata.
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.
convertASTypeToJS(String, String) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
convertASTypeToJS(String) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
convertASTypeToJS(String, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
convertASTypeToJS(String) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
temp todo : figure out easy access to JSGoogDocEmitter for emitType for now, the following is copied (simplified) from JSGoogDocEmitter
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".
convertMappingSourcePathsToRelative(IJSEmitter, File) - Method in class org.apache.flex.compiler.internal.codegen.js.JSWriter
 
convertMessages(ProblemQuery) - Method in class flex2.tools.oem.Library
 
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
 
convertToURI(String) - Static method in class flash.tools.debugger.concrete.DManager
The player sends us a URI using '|' instead of ':'
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 flash.tools.debugger.expression.FoldedExpressionNode
 
copy() - Method in class flex2.compiler.util.NameMappings
 
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
 
copyFile(String, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher
 
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(String, String, File, long) - Method in class flex2.tools.oem.VirtualLocalFileSystem
Creates a VirtualLocalFile instance.
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.FlexJSASDocDelegate
 
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.driver.js.JSSourceFileHandler
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.driver.mxml.MXMLSourceFileHandler
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.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.EXTERNC
Create a new Configurator.
createConfigurator() - Method in class org.apache.flex.compiler.clients.MXMLC
Create a new Configurator.
createConfigurator() - Method in class org.apache.flex.compiler.clients.MXMLJSC
Create a new Configurator.
createConfigurator() - Method in class org.apache.flex.compiler.clients.Optimizer
 
createConfigurator() - Method in interface org.apache.flex.compiler.driver.IBackend
Creates a Configurator for the specific compile session.
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.js.goog.GoogBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSSWCBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createConfigurator() - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSSWCBackend
 
createContentsPart() - Method in class org.apache.flex.compiler.internal.tree.as.AccessorNode
 
createContentsPart() - Method in class org.apache.flex.compiler.internal.tree.as.FunctionNode
 
createContext(Object) - Method in interface flash.tools.debugger.expression.Context
Creates a new context object by combining the current one and o.
createContext(Object) - Method in class flex.tools.debugger.cli.ExpressionContext
 
createContributor() - Method in class org.apache.flex.compiler.ant.types.Metadata
 
createCreator() - Method in class org.apache.flex.compiler.ant.types.Metadata
 
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.
createDocEmitter(IASEmitter) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.js.amd.AMDBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.js.goog.GoogBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSSWCBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createDocEmitter(IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSSWCBackend
 
createDropShadowFilter(DropShadowFilterNode) - Method in class org.apache.flex.compiler.fxg.swf.FXG2SWFTranscoder
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.types.Fonts
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.types.Metadata
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.types.RuntimeSharedLibraryPath
 
createElem(String, OptionSpec) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createElem(String[], OptionSpec) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createElemAllowAppend(String[], OptionSpec) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createEmitter(FilterWriter) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.js.amd.AMDBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.js.flexjs.FlexJSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.js.goog.GoogBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.js.vf2js.VF2JSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSSWCBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSSWCBackend
 
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 ASFileScopes 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.
createExterns() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createExterns() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
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
 
createFonts() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createFonts() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
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() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createFrame() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createFrame(SWFTarget, SWFTarget.SWFFrameInfo, ImmutableSet<ICompilationUnit>, Set<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget.FramesInformation
createFrames(SWFTarget, ISWF, ImmutableSet<ICompilationUnit>, Set<ICompilationUnit>, Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget.FramesInformation
Creates all the SWFFrames for the SWF skeleton represented by this SWFTarget.FramesInformation and adds them to the specified ISWF.
createFromSocket(Socket, IDebuggerCallbacks) - Static method in class flash.tools.debugger.concrete.PlayerSession
Deprecated.
Use createFromSocketWithOptions
createFromSocketWithOptions(Socket, IDebuggerCallbacks, SessionManager) - Static method in class flash.tools.debugger.concrete.PlayerSession
Creates a session from the socket.
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
 
createIncludes() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createIncludes() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
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.
createLanguage() - Method in class org.apache.flex.compiler.ant.types.Metadata
 
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
 
createLaunchFailureException() - Method in class flash.tools.debugger.concrete.ProcessListener
Creates an exception indicating that the process terminated with some sort of error.
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.
createLicense() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createLicense() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
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.
createManager() - Method in class org.apache.flex.compiler.ant.types.Fonts
 
createMetadata() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createMetadata() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
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.
createMXMLEmitter(FilterWriter) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSSWCBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.MXMLBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createMXMLEmitter(FilterWriter) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSSWCBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in interface org.apache.flex.compiler.driver.IBackend
Creates an AST walker capable of traversing MXML AST and calling back to the IASBlockWalker for ActionScript source code production.
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSSWCBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.mxml.MXMLBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createMXMLWalker(IASProject, List<ICompilerProblem>, IMXMLEmitter, IASEmitter, IBlockWalker) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSSWCBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSSWCBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createMXMLWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSSWCBackend
 
createNamespace() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createNamespace() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
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.
createPseudoVariables(boolean) - Method in interface flash.tools.debugger.expression.Context
Enables/disables the creation of variables during lookup calls.
createPseudoVariables(boolean) - Method in class flex.tools.debugger.cli.ExpressionContext
 
createPublisher() - Method in class org.apache.flex.compiler.ant.types.Metadata
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.flex.compiler.internal.driver.js.goog.GoogBackend
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.flex.compiler.internal.driver.js.jsc.JSCBackend
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.flex.compiler.internal.driver.js.node.NodeBackend
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createPublisher(IASProject, List<ICompilerProblem>, Configuration) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createReader() - Method in class flash.tools.debugger.expression.DebuggerUtil.InMemoryFileSpecification
 
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
createSourceMapEmitter(IJSEmitter) - Method in interface org.apache.flex.compiler.driver.js.IJSBackend
 
createSourceMapEmitter(IJSEmitter) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
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
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in interface org.apache.flex.compiler.driver.IBackend
Creates a javascript target that will be used to build the compiled javascript source file.
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.js.flexjs.FlexJSBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.js.vf2js.VF2JSBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.mxml.flexjs.MXMLFlexJSSWCBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.mxml.jsc.MXMLJSCJSSWCBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSBackend
 
createTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Method in class org.apache.flex.compiler.internal.driver.mxml.vf2js.MXMLVF2JSSWCBackend
 
createTempFile(InputStream) - Static method in class flex2.compiler.io.FileUtil
Create a temp file.
createTempProject(String, boolean) - Static method in class org.apache.flex.compiler.utils.VF2JSProjectUtils
 
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.
createWalker(IASProject, List<ICompilerProblem>, IASEmitter) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createWalker(IASProject, List<ICompilerProblem>, IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createWalker(IASProject, List<ICompilerProblem>, IASEmitter) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
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.
createWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createWriter(IASProject, List<ICompilerProblem>, ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
createWriterBuffer(IASProject) - Method in interface org.apache.flex.compiler.driver.IBackend
 
createWriterBuffer(IASProject) - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
createWriterBuffer(IASProject) - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
CREATOR - Static variable in interface flex2.tools.oem.Configuration
A creator's name to store in the SWF metadata.
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 flex2.compiler.util.MimeMappings
 
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
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
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.
CURRENT_VERSION - Static variable in class flex2.compiler.common.MxmlConfiguration
 
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 flex2.compiler.common.MetadataConfiguration
 
DATE - Static variable in interface flex2.tools.oem.Configuration
The creation date to store in the SWF metadata.
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
 
DBrowser - Class in flash.tools.debugger.concrete
 
DBrowser(File) - Constructor for class flash.tools.debugger.concrete.DBrowser
 
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 interface flex2.compiler.as3.As3Configuration
Generate SWFs for debugging
debug() - Method in class flex2.compiler.common.CompilerConfiguration
 
debug() - Method in class flex2.compiler.common.Configuration
 
debug() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Generate SWFs for debugging.
debug() - Method in interface flex2.linker.LinkerConfiguration
Generate SWFs for debugging.
debug() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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(String) - Method in class org.apache.flex.compiler.internal.codegen.as.ASBlockWalker
 
debug(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLBlockWalker
 
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 - Variable in class org.apache.flex.maven.flexjs.BaseMojo
 
DEBUG_CONNECT_PORT - Static variable in class flash.tools.debugger.concrete.DProtocol
 
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
 
DEBUG_PORT - Static variable in class flash.tools.debugger.concrete.DProtocol
 
DebugCLI - Class in flex.tools.debugger.cli
This is a front end command line interface to the Flash Debugger Player.
DebugCLI() - Constructor for class flex.tools.debugger.cli.DebugCLI
 
DebugCLI.InitialPromptState - Enum in flex.tools.debugger.cli
 
DebugEvent - Class in flash.tools.debugger.events
The top of the event hierarchy for debug events.
DebugEvent() - Constructor for class flash.tools.debugger.events.DebugEvent
 
DebugEvent(String) - Constructor for class flash.tools.debugger.events.DebugEvent
 
DebuggerExpressionEvaluator - Class in flash.tools.debugger.expression
 
DebuggerExpressionEvaluator() - Constructor for class flash.tools.debugger.expression.DebuggerExpressionEvaluator
 
DebuggerExpressionEvaluator(ICompilerProject) - Constructor for class flash.tools.debugger.expression.DebuggerExpressionEvaluator
 
DebuggerLocalizer - Class in flash.tools.debugger
An ILocalizer which does a couple of extra things: If the requested string is not found, rather than returning null, we return a default string, to avoid a crash.
DebuggerLocalizer(String) - Constructor for class flash.tools.debugger.DebuggerLocalizer
 
DebuggerUtil - Class in flash.tools.debugger.expression
 
DebuggerUtil() - Constructor for class flash.tools.debugger.expression.DebuggerUtil
 
DebuggerUtil.InMemoryFileSpecification - Class in flash.tools.debugger.expression
 
DebuggerUtil.InMemoryFileSpecification(String) - Constructor for class flash.tools.debugger.expression.DebuggerUtil.InMemoryFileSpecification
 
DebuggerValue - Class in flash.tools.debugger.expression
 
DebuggerValue(Object) - Constructor for class flash.tools.debugger.expression.DebuggerValue
 
debuggerValue - Variable in class flash.tools.debugger.expression.DebuggerValue
 
DebugLogUtils - Class in org.apache.flex.compiler.internal.codegen.externals.utils
 
DebugLogUtils() - Constructor for class org.apache.flex.compiler.internal.codegen.externals.utils.DebugLogUtils
 
debugPassword() - Method in class flex2.compiler.common.Configuration
The password to include in debuggable swfs.
debugPassword() - Method in interface flex2.linker.LinkerConfiguration
The password to include in debuggable swfs.
debugPassword() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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
 
declaredBy - Variable in class org.apache.flex.compiler.internal.codegen.js.jx.PackageFooterEmitter.MethodData
 
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.
decodeFile(long) - Static method in class flash.tools.debugger.concrete.DLocation
 
decodeLine(long) - Static method in class flash.tools.debugger.concrete.DLocation
 
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.
decodeURI - Static variable in interface org.apache.flex.compiler.codegen.IASGlobalFunctionConstants
 
decodeURIComponent - Static variable in interface org.apache.flex.compiler.codegen.IASGlobalFunctionConstants
 
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_ID - Static variable in interface flash.tools.debugger.Isolate
 
DEFAULT_ISOLATE - Static variable in class flash.tools.debugger.concrete.DIsolate
Isolate object behind the primordial or main thread (always exists)
DEFAULT_NAMESPACE - Static variable in class flex2.compiler.util.QName
 
DEFAULT_OUTPUT_DIRECTORY_TOKEN - Static variable in interface flex2.tools.oem.Configuration
Set the default output directory for configuration settings.
DEFAULT_OUTPUT_DIRECTORY_TOKEN - Static variable in class org.apache.flex.compiler.config.Configuration
 
DEFAULT_SCRIPT_LIMITS - Static variable in class org.apache.flex.compiler.ant.types.DefaultScriptLimits
 
DEFAULT_SCRIPT_LIMITS - Static variable in interface org.apache.flex.compiler.config.ICompilerSettingsConstants
 
DEFAULT_SIZE - Static variable in class org.apache.flex.compiler.ant.types.DefaultSize
 
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
 
DefaultAS3Metadata - Static variable in class flex2.compiler.mxml.lang.StandardDefs
 
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)
DefaultDebuggerCallbacks - Class in flash.tools.debugger
 
DefaultDebuggerCallbacks() - Constructor for class flash.tools.debugger.DefaultDebuggerCallbacks
 
defaultHeight() - Method in class flex2.compiler.common.Configuration
 
defaultHeight() - Method in interface flex2.linker.LinkerConfiguration
 
defaultHeight() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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 flex2.compiler.common
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 flex2.compiler.common.DefaultsConfigurator
 
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
 
DefaultScriptLimits - Class in org.apache.flex.compiler.ant.types
Implements <default-script-limits>.
DefaultScriptLimits() - Constructor for class org.apache.flex.compiler.ant.types.DefaultScriptLimits
 
DefaultSeverity - Annotation Type in org.apache.flex.compiler.problems.annotations
The default severity of this type of problem.
DefaultSize - Class in org.apache.flex.compiler.ant.types
Implements <default-size>.
DefaultSize() - Constructor for class org.apache.flex.compiler.ant.types.DefaultSize
 
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
DefaultTrustHandler - Class in org.apache.flex.maven.flexjs.trust
Little helper that adds a directory to the FlashPlayer trust settings.
DefaultTrustHandler() - Constructor for class org.apache.flex.maven.flexjs.trust.DefaultTrustHandler
 
defaultValue(Session, Value, ECMA.PreferredType, int) - Static method in class flash.tools.debugger.expression.ECMA
ECMA 8.6.2.6
defaultvar - Variable in exception flex2.compiler.config.ConfigurationException.AmbiguousParse
 
defaultvar - Variable in exception org.apache.flex.compiler.exceptions.ConfigurationException.AmbiguousParse
 
defaultVersion - Static variable in class org.apache.flex.compiler.internal.fxg.sax.FXGVersionHandlerRegistry
 
defaultWidth() - Method in class flex2.compiler.common.Configuration
 
defaultWidth() - Method in interface flex2.linker.LinkerConfiguration
 
defaultWidth() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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
 
Define - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 07.06.16.
Define() - Constructor for class org.apache.flex.maven.flexjs.Define
 
Define(String, String) - Constructor for class org.apache.flex.maven.flexjs.Define
 
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.
defineButton(DefineButton) - Method in class flash.tools.SwfActionContainer
 
defineButton2(DefineButton) - Method in class flash.tools.SwfActionContainer
 
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.
DefinePropertyFunctionEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
DefinePropertyFunctionEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.DefinePropertyFunctionEmitter
 
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.
defineSprite(DefineSprite) - Method in class flash.tools.SwfActionContainer
 
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.
DefinitionUtils - Class in org.apache.flex.compiler.utils
 
DefinitionUtils() - Constructor for class org.apache.flex.compiler.utils.DefinitionUtils
 
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
 
DependencyHelper - Class in org.apache.flex.maven.flexjs.utils
Created by christoferdutz on 18.05.16.
DependencyHelper() - Constructor for class org.apache.flex.maven.flexjs.utils.DependencyHelper
 
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 flex2.tools.oem.Configuration
The default and localized RDF/XMP description to store in the SWF metadata.
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.UnsupportedLanguageFeatureProblem
 
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
 
destEndPosition - Variable in class org.apache.flex.compiler.codegen.js.IJSEmitter.SourceMapMapping
 
destinationASTNode - Variable in class org.apache.flex.compiler.internal.codegen.databinding.BindingDestinationMaker.Destination
 
destStartPosition - Variable in class org.apache.flex.compiler.codegen.js.IJSEmitter.SourceMapMapping
 
detachParser(BaseASParser) - Method in class org.apache.flex.compiler.internal.parsing.as.ConfigProcessor
Detach the parser if it's currently bound to this processor.
deviceExtDir - Variable in class flash.tools.debugger.AIRLaunchInfo
Directory to load native extensions from for devices.
dfa42 - Variable in class org.apache.flex.compiler.internal.css.CSSLexer
 
dfa42 - Variable in class org.apache.flex.compiler.internal.css.CSSLexer
 
DFONT - Static variable in class flex2.compiler.util.MimeMappings
 
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.
dialect() - Method in interface flex2.compiler.as3.As3Configuration
 
dialect() - Method in class flex2.compiler.common.CompilerConfiguration
 
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
 
directories - Variable in class flex2.compiler.SourcePath
 
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
disconnected() - Method in class flash.tools.debugger.concrete.DManager
Issued when the socket connection to the player is cut
disconnected() - Method in class flash.tools.debugger.concrete.DMessageCounter
 
disconnected() - Method in interface flash.tools.debugger.concrete.DProtocolNotifierIF
Issued when the socket connection to the player is cut
disconnected() - Method in class flash.tools.debugger.concrete.PlayerSession
Issued when the socket connection to the player is cut
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.
DIsolate - Class in flash.tools.debugger.concrete
Concrete implementation of an Isolate.
DIsolate(int) - Constructor for class flash.tools.debugger.concrete.DIsolate
 
DISPATCHER_CLASS_QNAME - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
DISPATCHER_INTERFACE_QNAME - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
DISPLAY_ATTRIBUTES - Static variable in class flex.tools.debugger.cli.DebugCLI
Whether the "print" command will display attributes of members.
DISPLAY_FRAME_NUMBER - Static variable in class flex.tools.debugger.cli.DebugCLI
The current frame we are viewing -- controlled by the "up", "down", and "frame" commands.
DisplayAction - Class in flex.tools.debugger.cli
An object that relates a CLI debugger 'display' command with the contents of the display
DisplayAction(ValueExp, String, int) - Constructor for class flex.tools.debugger.cli.DisplayAction
 
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
 
DivideByZeroFault - Class in flash.tools.debugger.events
Signals that a divide by zero fault has occurred
DivideByZeroFault(int) - Constructor for class flash.tools.debugger.events.DivideByZeroFault
 
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
 
DLocation - Class in flash.tools.debugger.concrete
 
DManager - Class in flash.tools.debugger.concrete
Implements the receiving and updating of debug state from the socket connection of the Flash Player.
DManager() - Constructor for class flash.tools.debugger.concrete.DManager
 
DMessage - Class in flash.tools.debugger.concrete
DMessage.java Wraps the contents of a specific message and provides a set of APIs that allow for typed extraction of fields within the message.
DMessage(int) - Constructor for class flash.tools.debugger.concrete.DMessage
 
DMessageCache - Class in flash.tools.debugger.concrete
This cache directly manages the creation/destruction of DMessages by allowing DMessages to be re-used.
DMessageCache() - Constructor for class flash.tools.debugger.concrete.DMessageCache
 
DMessageCounter - Class in flash.tools.debugger.concrete
This class can be to count the number of messages received during a debug session.
DMessageCounter() - Constructor for class flash.tools.debugger.concrete.DMessageCounter
 
DModule - Class in flash.tools.debugger.concrete
A module which is uniquly identified by an id, contains a short and long name and also a script
DModule(SourceLocator, int, int, String, String, int) - Constructor for class flash.tools.debugger.concrete.DModule
 
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.
doAction(DoAction) - Method in class flash.tools.SwfActionContainer
 
doAddMetadataNamesToTarget(ICompilationUnit, boolean) - Method in class org.apache.flex.compiler.internal.targets.SWFTarget
Add metadata names to the target for this compilation unit.
doc() - Method in interface flex2.compiler.as3.As3Configuration
Generate asdoc
doc() - Method in class flex2.compiler.common.CompilerConfiguration
 
doc - Variable in class org.apache.flex.compiler.internal.graph.XMLGraphWriter
 
DocEmitterUtils - Class in org.apache.flex.compiler.internal.codegen.js.utils
 
DocEmitterUtils() - Constructor for class org.apache.flex.compiler.internal.codegen.js.utils.DocEmitterUtils
 
doChecksum() - Method in class flex2.compiler.config.ConfigurationInfo
 
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
 
doDisassemble(DebugCLI) - Static method in class flex.tools.debugger.cli.Extensions
 
doDisassemble(DebugCLI) - Static method in class flex.tools.debugger.cli.ExtensionsDisabled
 
doInitAction(DoInitAction) - Method in class flash.tools.SwfActionContainer
----------------------------------------------- The following APIs override TagHandler
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.
DONT_ENUMERATE - Static variable in interface flash.tools.debugger.VariableAttribute
Indicates that this member is invisible to an enumeration of its parent.
DONT_GET_FUNCTIONS - Static variable in interface flash.tools.debugger.concrete.GetVariableFlag
Indicates that when retrieving children, we only want fields and getters -- we are not interested in regular functions.
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.
doShowBreak(DebugCLI) - Static method in class flex.tools.debugger.cli.Extensions
Dump the break reason and offset
doShowBreak(DebugCLI) - Static method in class flex.tools.debugger.cli.ExtensionsDisabled
 
doShowFuncs(DebugCLI) - Static method in class flex.tools.debugger.cli.Extensions
 
doShowFuncs(DebugCLI) - Static method in class flex.tools.debugger.cli.ExtensionsDisabled
 
doShowProperties(DebugCLI) - Static method in class flex.tools.debugger.cli.Extensions
Dump the content of internal variables
doShowProperties(DebugCLI) - Static method in class flex.tools.debugger.cli.ExtensionsDisabled
 
doShowStats(DebugCLI) - Static method in class flex.tools.debugger.cli.Extensions
 
doShowStats(DebugCLI) - Static method in class flex.tools.debugger.cli.ExtensionsDisabled
 
doShowVariable(DebugCLI) - Static method in class flex.tools.debugger.cli.Extensions
 
doShowVariable(DebugCLI) - Static method in class flex.tools.debugger.cli.ExtensionsDisabled
 
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
doWhileLoopEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
DoWhileLoopEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
DoWhileLoopEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.DoWhileLoopEmitter
 
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 - Variable in class flash.tools.debugger.AIRLaunchInfo
The dpi argument to pass to AIR 2.5's "-xscreenDPI" option.
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
 
DProtocol - Class in flash.tools.debugger.concrete
Implements the lower portion of Flash Player debug protocol.
DProtocol(BufferedInputStream, BufferedOutputStream) - Constructor for class flash.tools.debugger.concrete.DProtocol
 
DProtocol(BufferedInputStream, BufferedOutputStream, Socket, boolean) - Constructor for class flash.tools.debugger.concrete.DProtocol
 
DProtocol.ListenerIndex - Enum in flash.tools.debugger.concrete
 
DProtocolNotifierIF - Interface in flash.tools.debugger.concrete
Interface for receiving DMessages from the DProtocol object
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
 
DStackContext - Class in flash.tools.debugger.concrete
 
DStackContext(int, int, DModule, long, String, int, int) - Constructor for class flash.tools.debugger.concrete.DStackContext
 
DSuspendInfo - Class in flash.tools.debugger.concrete
The suspend information object returns information about the current halted state of the Player.
DSuspendInfo() - Constructor for class flash.tools.debugger.concrete.DSuspendInfo
 
DSuspendInfo(int, int, int, int, int) - Constructor for class flash.tools.debugger.concrete.DSuspendInfo
 
DSwfInfo - Class in flash.tools.debugger.concrete
 
DSwfInfo(int, int) - Constructor for class flash.tools.debugger.concrete.DSwfInfo
 
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
 
dumpJar(File, File) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher
 
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
 
DValue - Class in flash.tools.debugger.concrete
Implementation of an ActionScript value.
DValue(long, int) - Constructor for class flash.tools.debugger.concrete.DValue
Create a top-level variable which has no parent.
DValue(int, String, String, int, Object, int) - Constructor for class flash.tools.debugger.concrete.DValue
Create a value.
DVariable - Class in flash.tools.debugger.concrete
 
DVariable(String, DValue, int) - Constructor for class flash.tools.debugger.concrete.DVariable
Create a variable and its value.
DWatch - Class in flash.tools.debugger.concrete
Holder of Watchpoint information
DWatch(long, String, int, int, int) - Constructor for class flash.tools.debugger.concrete.DWatch
 
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.
dynamicAccessEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
DynamicAccessEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
DynamicAccessEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.DynamicAccessEmitter
 
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
 
EARLIEST_MAJOR_VERSION - Static variable in class flex2.compiler.common.MxmlConfiguration
 
ECMA - Class in flash.tools.debugger.expression
Implementations of some of the conversion functions defined by the ECMAScript spec ( http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf ).
ECMA() - Constructor for class flash.tools.debugger.expression.ECMA
 
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
 
elementsStartingWith(String) - Method in class flex.tools.debugger.cli.StringIntArray
Sequentially walk through the entire list matching the String components against the given string
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.
emit() - Method in class org.apache.flex.compiler.clients.EXTERNC
 
emit(T) - Method in interface org.apache.flex.compiler.codegen.ISubEmitter
The main emitter will call this method of the sub emitter with the correct generic type implemented.
emit() - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emit(BaseReference, StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emit(BaseReference) - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emit(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emit(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
emit(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ConstantReference
 
emit(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.FieldReference
 
emit(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.FunctionReference
 
emit(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.MethodReference
 
emit(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ParameterReference
 
emit(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.AccessorEmitter
 
emit(IClassDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.AccessorEmitter
 
emit(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BinaryOperatorEmitter
 
emit(IClassDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
emit(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BlockCloseEmitter
 
emit(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BlockOpenEmitter
 
emit(ICatchNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.CatchEmitter
 
emit(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ClassEmitter
 
emit(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.DefinePropertyFunctionEmitter
 
emit(IWhileLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.DoWhileLoopEmitter
 
emit(IDynamicAccessNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.DynamicAccessEmitter
 
emit(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.FieldEmitter
 
emit(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ForEachEmitter
 
emit(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ForLoopEmitter
 
emit(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter
 
emit(IFunctionCallNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.FunctionCallEmitter
 
emit(IIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.IdentifierEmitter
 
emit(IIfNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.IfEmitter
 
emit(IInterfaceNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.InterfaceEmitter
 
emit(IIterationFlowNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.IterationFlowEmitter
 
emit(ILanguageIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.LanguageIdentifierEmitter
 
emit(ILiteralContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.LiteralContainerEmitter
 
emit(ILiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.LiteralEmitter
 
emit(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.MemberAccessEmitter
 
emit(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.MemberKeywordEmitter
 
emit(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.MethodEmitter
 
emit(INumericLiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.NumericLiteralEmitter
 
emit(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ObjectDefinePropertyEmitter
 
emit(IObjectLiteralValuePairNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ObjectLiteralValuePairEmitter
 
emit(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emit(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.PackageHeaderEmitter
 
emit(IParameterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ParameterEmitter
 
emit(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ParametersEmitter
 
emit(IReturnNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ReturnEmitter
 
emit(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.SelfReferenceEmitter
 
emit(ITypeNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.SourceMapDirectiveEmitter
 
emit(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.StatementEmitter
 
emit(IASNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.SuperCallEmitter
 
emit(ISwitchNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.SwitchEmitter
 
emit(ITernaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.TernaryOperatorEmitter
 
emit(IThrowNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ThrowEmitter
 
emit(ITryNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.TryEmitter
 
emit(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emit(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.VarDeclarationEmitter
 
emit(IWhileLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.WhileLoopEmitter
 
emit(IWithNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.WithEmitter
 
emitAccessor(String, IAccessorDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitAccessorKeyword(IKeywordNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitAccessors(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitAccessors(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitAccessors(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitArguments(IContainerNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitArguments(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitArray(IMXMLArrayNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitArray(IMXMLArrayNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitArray(IMXMLArrayNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitArray(IMXMLArrayNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitAsOperator(IBinaryOperatorNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitAsOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitAsOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitAssignedValue(IExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitAssignedValue(IExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitAttributeValue(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitAttributeValue(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitAttributeValue(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitBinaryOperator(IBinaryOperatorNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit an operator statement.
emitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitBinaryOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitBindableExtendsConstructorCode(String, boolean) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
emitBindableImplementsConstructorCode() - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
emitBindableImplementsConstructorCode(boolean) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
emitBindingData(String, IClassDefinition) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitBindingData(String, IClassDefinition) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitBlockClose(IContainerNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitBlockClose(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitBlockClose(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitBlockDescription(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitBlockOpen(IContainerNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitBlockOpen(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitBlockOpen(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitBoolean(IMXMLBooleanNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitBoolean(IMXMLBooleanNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitCatch(ICatchNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a catch(){} statement.
emitCatch(ICatchNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitCatch(ICatchNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitClass(IClassNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a Class.
emitClass(IMXMLClassDefinitionNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitClass(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitClass(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitClass(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitClass(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitClass(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitClass(IMXMLClassDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitClassDeclEnd(String, String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitClassDeclEnd(String, String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitClassDeclStart(String, String, boolean) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitClassDeclStart(String, String, boolean) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitClasses() - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emitClassInfo(ITypeNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emitClosureEnd(IASNode, IDefinition) - Method in interface org.apache.flex.compiler.codegen.js.IJSEmitter
 
emitClosureEnd(IASNode, IDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitClosureEnd(FunctionNode, IDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitClosureEnd(IASNode, IDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitClosureStart() - Method in interface org.apache.flex.compiler.codegen.js.IJSEmitter
 
emitClosureStart() - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitClosureStart(FunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitClosureStart() - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitCode(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.MethodReference
 
emitComment(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitCommentBody(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitCommentBody(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
emitCommentBody(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.FieldReference
 
emitCommentBody(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.FunctionReference
 
emitCommentBody(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.MethodReference
 
emitComplexInitializers(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitComplexInitializers(IClassNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ClassEmitter
 
emitComponent(IMXMLComponentNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitComponent(IMXMLComponentNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitComponent(IMXMLComponentNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitComponent(IMXMLComponentNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitConditional(IConditionalNode, boolean) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.IfEmitter
 
emitConst(IVariableNode) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitConst(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitConstants() - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emitContainer(IContainerNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitContainer(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitContainer(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.PackageHeaderEmitter
 
emitCSS() - Method in class org.apache.flex.compiler.internal.driver.js.flexjs.JSCSSCompilationSession
 
emitDatabinding(IMXMLDataBindingNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitDatabinding(IMXMLDataBindingNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDeclarationName(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitDeclarations(IMXMLDeclarationsNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitDeclarations(IMXMLDeclarationsNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitDeclarations(IMXMLDeclarationsNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDefaultParameterCodeBlock(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitDefaultParameterCodeBlock(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitDefinePropertyFunction(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitDefinePropertyFunction(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitDeleteOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitDocument(IMXMLDocumentNode) - Method in interface org.apache.flex.compiler.codegen.mxml.flexjs.IMXMLFlexJSEmitter
 
emitDocument(IMXMLDocumentNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitDocument(IMXMLDocumentNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitDocumentFooter(IMXMLFileNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitDocumentFooter(IMXMLFileNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDocumentHeader(IMXMLFileNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitDocumentHeader(IMXMLFileNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitDoLoop(IWhileLoopNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a do{}while() statement.
emitDoLoop(IWhileLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitDoLoop(IWhileLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitDynamicAccess(IDynamicAccessNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitDynamicAccess(IDynamicAccessNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitDynamicAccess(IDynamicAccessNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitE4XFilter(IMemberAccessExpressionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitE4XFilter(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitE4XFilter(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitE4XFilter(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitElse(ITerminalNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.IfEmitter
 
emitEmbed(IMXMLEmbedNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitEmbed(IMXMLEmbedNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitEvents(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitEvents(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitEventSpecifier(IMXMLEventSpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitExtends(IClassDefinition, String) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitExtends(IClassDefinition, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitFactory(IMXMLFactoryNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitFactory(IMXMLFactoryNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitFactory(IMXMLFactoryNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitFactory(IMXMLFactoryNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitField(IVariableNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a full Class field member.
emitField(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitField(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitField(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitField(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitField(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitFieldDoc(IVariableNode, IDefinition, ICompilerProject) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitFieldDoc(IVariableNode, IDefinition, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
emitFieldDoc(IVariableNode, IDefinition, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitFieldDocumentation(IVariableNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class field or constant IVariableNode.
emitFieldDocumentation(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitFile(String) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
 
emitForEachLoop(IForLoopNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a for each statement.
emitForEachLoop(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitForEachLoop(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitForEachLoop(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitForEachLoop(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitForLoop(IForLoopNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a for statement.
emitForLoop(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitForLoop(IForLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitForStatements(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.ForLoopEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a header at the start of a function block.
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitFunctionBlockHeader(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a function call like new Foo() or foo(42).
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitFunctionCall(IFunctionCallNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitFunctionCommentBody(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitFunctionCommentBody(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.NullConstructorReference
 
emitFunctionObject(IFunctionObjectNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit an anonymous IFunctionObjectNode.
emitFunctionObject(IFunctionObjectNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitFunctionObject(IFunctionObjectNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitFunctionObject(IFunctionObjectNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitFunctions() - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emitFunctionScope(IScopedNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitGet(IGetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.AccessorEmitter
 
emitGetAccessor(IGetterNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a full Class getter member.
emitGetAccessor(IGetterNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitGetAccessor(IGetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitGetAccessorDocumentation(IGetterNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class method IGetterNode.
emitGetAccessorDocumentation(IGetterNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitIdentifier(IIdentifierNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitIdentifier(IIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitIf(IIfNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a if(){}else if(){}else{} statement.
emitIf(IIfNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitIf(IIfNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitImplements(ITypeDefinition, String) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitImplements(IMXMLImplementsNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitImplements(ITypeDefinition, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitImplements(IMXMLImplementsNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitImplements(IMXMLImplementsNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitImport(IImportNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitImport(IImportNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitInstance(IMXMLInstanceNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitInstance(IMXMLInstanceNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitInstance(IMXMLInstanceNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitInstance(IMXMLInstanceNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitInstanceOverride(IMXMLInstanceNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitInstanceOverride(IMXMLInstanceNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitInt(IMXMLIntNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitInt(IMXMLIntNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitInterface(IInterfaceNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit an Interface.
emitInterface(IInterfaceNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitInterface(IInterfaceNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitInterfaceDoc(IInterfaceNode, ICompilerProject) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitInterfaceDoc(IInterfaceNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitInterfaceMemberDoc(IDefinitionNode, ICompilerProject) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitInterfaceMemberDoc(IDefinitionNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
emitInterfaceMemberDoc(IDefinitionNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitInterfaceMemberDoc(IDefinitionNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSDocEmitter
 
emitInterfaces() - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emitIsAs(IExpressionNode, IExpressionNode, IExpressionNode, ASTNodeID, boolean) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitIsAs(IExpressionNode, IExpressionNode, IExpressionNode, ASTNodeID, boolean) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.AsIsEmitter
 
emitIsOperator(IBinaryOperatorNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitIsOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitIsOperator(IBinaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitIterationFlow(IIterationFlowNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitIterationFlow(IIterationFlowNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitIterationFlow(IIterationFlowNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitJSDocLine(IEmitterTokens) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitJSDocLine(IEmitterTokens, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitKeyword(IKeywordNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitKeyword(IKeywordNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitLabelStatement(LabeledStatementNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a foo:{} statement.
emitLabelStatement(LabeledStatementNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitLabelStatement(LabeledStatementNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitLanguageIdentifier(ILanguageIdentifierNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitLine(int) - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
 
emitLiteral(ILiteralNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitLiteral(ILiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitLiteral(ILiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitLiteral(ILiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitLiteral(IMXMLLiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitLiteralContainer(ILiteralContainerNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitLiteralContainer(ILiteralContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitLiteralContainer(ILiteralContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitLocalNamedFunction(IFunctionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit an local named function IFunctionNode.
emitLocalNamedFunction(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitLocalNamedFunction(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitLocalNamedFunction(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitMemberAccessExpression(IMemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitMemberKeyword(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitMemberKeyword(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitMemberKeyword(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitMemberName(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitMemberName(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitMemberName(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitMetadata(IMXMLMetadataNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitMetadata(IMXMLMetadataNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitMetaData(IClassDefinition) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitMetadata(IMXMLMetadataNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitMetaData(IClassDefinition) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitMetaTag(IMetaTagNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitMetaTag(IMetaTagNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitMethod(IFunctionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a full Class or Interface method member.
emitMethod(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitMethod(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitMethodAccess(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
emitMethodAccess(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitMethodAccess(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSDocEmitter
 
emitMethodDoc(IFunctionNode, ICompilerProject) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitMethodDoc(IFunctionNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
emitMethodDoc(IFunctionNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitMethodDoc(IFunctionNode, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSDocEmitter
 
emitMethodDocumentation(IFunctionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class method IFunctionNode.
emitMethodDocumentation(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitMethodScope(IScopedNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitModifiers(IDefinition) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitMXMLDescriptorFuncs(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitMXMLDescriptorFuncs(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitNamespace(INamespaceNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a namespace member.
emitNamespace(INamespaceNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitNamespace(INamespaceNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitNamespaceAccessExpression(INamespaceAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitNamespaceIdentifier(IDefinitionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitNumber(IMXMLNumberNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitNumber(IMXMLNumberNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitNumericLiteral(INumericLiteralNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitNumericLiteral(INumericLiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitNumericLiteral(INumericLiteralNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitObject(IMXMLObjectNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitObject(IMXMLObjectNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitObject(IMXMLObjectNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitObjectDefineProperty(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitObjectDefineProperty(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitObjectDefineProperty(IAccessorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitObjectLiteralValuePair(IObjectLiteralValuePairNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitOverride(IFunctionNode) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitOverride(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitPackageContents(IPackageDefinition) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitPackageContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitPackageContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageFooter(IPackageDefinition) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageFooter(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitPackageHeader(IPackageDefinition) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageHeader(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitPackageHeaderContents(IPackageDefinition) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitParam(IParameterNode, String) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitParam(IParameterNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitParameter(IParameterNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitParameter(IParameterNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitParameter(IParameterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitParameter(IParameterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitParameter(IParameterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitParameters(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitParameters(IContainerNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitParams(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitPostUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitPreUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitPrivate(IASNode) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitPrivate(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitPropertyDecls() - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitPropertyDecls() - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitPropertyGetterSetters(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitPropertyGetterSetters(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitPropertyOverride(IMXMLPropertySpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitPropertyOverride(IMXMLPropertySpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitPropertySpecifier(IMXMLPropertySpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitPropertySpecifiers(IMXMLPropertySpecifierNode[], boolean) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitPropertySpecifiers(IMXMLPropertySpecifierNode[], boolean) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitProtected(IASNode) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitProtected(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitPublic(IASNode) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitPublic(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitReflectionData(String, PackageFooterEmitter.ReflectionKind, List<PackageFooterEmitter.VariableData>, List<PackageFooterEmitter.AccessorData>, List<PackageFooterEmitter.MethodData>, IMetaTagNode[]) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.PackageFooterEmitter
 
emitRestParameterCodeBlock(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitReturn(IReturnNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitReturn(IFunctionNode, String) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitReturn(IReturnNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitReturn(IFunctionNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitReturn(IReturnNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitReturns(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitScript(IMXMLScriptNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitScript(IMXMLScriptNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitScript(IMXMLScriptNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitScript(IMXMLScriptNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitScripts() - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitScripts() - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitSee(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitSeeSourceFileName(StringBuilder) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
emitSelfReference(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitSelfReference(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitSelfReference(IFunctionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitSet(ISetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.AccessorEmitter
 
emitSetAccessor(ISetterNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a full Class setter member.
emitSetAccessor(ISetterNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitSetAccessor(ISetterNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitSetAccessorDocumentation(ISetterNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a documentation comment for a Class accessor IGetterNode.
emitSetAccessorDocumentation(ISetterNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitSourceMap(String, String, String) - Method in interface org.apache.flex.compiler.codegen.ISourceMapEmitter
 
emitSourceMap(String, String, String) - Method in class org.apache.flex.compiler.internal.codegen.js.JSSourceMapEmitter
 
emitSourceMapDirective(ITypeNode) - Method in interface org.apache.flex.compiler.codegen.js.IJSEmitter
 
emitSourceMapDirective(ITypeNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitStatement(IASNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a statement found within an IBlockNode.
emitStatement(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitStatement(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitStatement(IASNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitString(IMXMLStringNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitString(IMXMLStringNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitString(IMXMLStringNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitString(IMXMLStringNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitStringConversions - Variable in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
emitStyleDataClass(IFlexProject, IABCVisitor) - Method in class org.apache.flex.compiler.internal.css.codegen.CSSCompilationSession
Generate code for CSS data.
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitStyleSpecifier(IMXMLStyleSpecifierNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitSubDocument(IMXMLComponentNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
emitSubDocument(IMXMLComponentNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
emitSuperCall(IASNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitSuperCall(IASNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitSuperCall(IASNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitSwitch(ISwitchNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a switch(){} statement.
emitSwitch(ISwitchNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitSwitch(ISwitchNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
Emitter - Class in org.apache.flex.compiler.internal.codegen
The base implementation for an ActionScript emitter.
Emitter(FilterWriter) - Constructor for class org.apache.flex.compiler.internal.codegen.Emitter
 
emitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSDocEmitter
 
emitTernaryOperator(ITernaryOperatorNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitTernaryOperator(ITernaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitTernaryOperator(ITernaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
EmitterUtils - Class in org.apache.flex.compiler.internal.codegen.js.utils
Various static methods used in shared emitter logic.
EmitterUtils() - Constructor for class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
emitThis(ITypeDefinition, String) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitThis(ITypeDefinition, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitThrow(IThrowNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a throw statement.
emitThrow(IThrowNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitThrow(IThrowNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitTry(ITryNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a try{} statement.
emitTry(ITryNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitTry(ITryNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitType(IASNode, String) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitType(String, String) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitType(IExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitType(IExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.amd.JSAMDEmitter
 
emitType(IASNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitType(String, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitTypedefs() - Method in class org.apache.flex.compiler.internal.codegen.externals.emit.ReferenceEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitTypedExpression(ITypedExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitTypeOfOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitTypeShort(IASNode, String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitUint(IMXMLUintNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitUint(IMXMLUintNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitUnaryOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitUseNamespace(IUseNamespaceNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitUseNamespace(IUseNamespaceNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitVarDeclaration(IVariableNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a variable declaration found in expression statements within scoped blocks.
emitVarDeclaration(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitVarDeclaration(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
emitVarDeclaration(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
emitVarDeclaration(IVariableNode) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
emitVarDoc(IVariableNode, IDefinition, ICompilerProject) - Method in interface org.apache.flex.compiler.codegen.js.goog.IJSGoogDocEmitter
 
emitVarDoc(IVariableNode, IDefinition, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
emitVarDoc(IVariableNode, IDefinition, ICompilerProject) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSDocEmitter
 
emitVariableExpression(IVariableExpressionNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
emitVariableExpression(IVariableExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitVector(IMXMLVectorNode) - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
emitVector(IMXMLVectorNode) - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
emitVoidOperator(IUnaryOperatorNode) - Method in class org.apache.flex.compiler.internal.codegen.js.jx.UnaryOperatorEmitter
 
emitWhileLoop(IWhileLoopNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a while(){} statement.
emitWhileLoop(IWhileLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitWhileLoop(IWhileLoopNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emitWith(IWithNode) - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
Emit a with(){} statement.
emitWith(IWithNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
emitWith(IWithNode) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
emmitPackageHeader(IPackageNode) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
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 "/>")?
ENABLE_ONCE_CMD - Static variable in class flex.tools.debugger.cli.DebugCLI
 
enableAccessibility(boolean) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
enableAccessibility(boolean) - Method in interface flex2.tools.oem.Configuration
Enables accessibility in the application.
enableAccessibility(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Enables accessibility in the application.
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.
enableAdvancedAntiAliasing(boolean) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
enableAdvancedAntiAliasing(boolean) - Method in interface flex2.tools.oem.Configuration
Enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts.
enableAdvancedAntiAliasing(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts.
enableChildAttach(boolean, int) - Method in class flash.tools.debugger.concrete.DManager
If this feature is enabled then we do not attempt to attach child variables to parents.
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 flex2.tools.flexbuilder.BuilderConfiguration
 
enableDebugging(boolean, String) - Method in interface flex2.tools.oem.Configuration
Enables debugging in the application.
enableDebugging(boolean, String) - Method in class flex2.tools.oem.internal.OEMConfiguration
Enables debugging in the application.
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.
enableDigestComputation(boolean) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
enableDigestComputation(boolean) - Method in interface flex2.tools.oem.Configuration
Enable or disable the computation of a digest for the created swf library.
enableDigestComputation(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
 
enableDigestVerification(boolean) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
enableDigestVerification(boolean) - Method in interface flex2.tools.oem.Configuration
Verifies the RSL loaded has the same digest as the RSL specified when the application was compiled.
enableDigestVerification(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
 
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.
enableFlashType(boolean) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
enableFlashType(boolean) - Method in interface flex2.tools.oem.Configuration
Deprecated. 
enableFlashType(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Enables FlashType for embedded fonts, which provides greater clarity for small fonts.
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.
enableRuntimeDesignLayers() - Method in class flex2.compiler.common.CompilerConfiguration
 
enableRuntimeDesignLayers() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Enable runtime DesignLayer support.
enableStrictChecking(boolean) - Method in class flex2.tools.flexbuilder.BuilderConfiguration
 
enableStrictChecking(boolean) - Method in interface flex2.tools.oem.Configuration
Runs the ActionScript compiler in strict error checking mode.
enableStrictChecking(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Runs the ActionScript compiler in strict error checking mode.
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.
enableSwcVersionFiltering() - Method in class flex2.compiler.common.CompilerConfiguration
 
enableSwcVersionFiltering() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Enable swc version filtering (filer out swcs with minimumSupportedVersion > compatibility-version)
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 flex2.tools.flexbuilder.BuilderConfiguration
 
enableVerboseStacktraces(boolean) - Method in interface flex2.tools.oem.Configuration
Generates bytecodes that include line numbers.
enableVerboseStacktraces(boolean) - Method in class flex2.tools.oem.internal.OEMConfiguration
Generates bytecodes that include line numbers.
enableVerboseStacktraces(boolean) - Method in class org.apache.flex.compiler.config.Configurator
Generates bytecodes that include line numbers.
encode(String) - Static method in class flash.util.URLEncoder
 
encode(String, String) - Static method in class flash.util.URLEncoder
 
encode(byte[]) - Method in class org.apache.flex.utils.Base64.Encoder
 
encode(byte[], int, int) - Method in class org.apache.flex.utils.Base64.Encoder
 
encodeId(int, int) - Static method in class flash.tools.debugger.concrete.DLocation
 
encodeURI - Static variable in interface org.apache.flex.compiler.codegen.IASGlobalFunctionConstants
 
encodeURIComponent - Static variable in interface org.apache.flex.compiler.codegen.IASGlobalFunctionConstants
 
end() - Method in interface flex2.tools.oem.ProgressMeter
Notifies the caller that the compilation has ended.
end() - Method in interface org.apache.flex.compiler.codegen.IDocEmitter
 
end() - Method in class org.apache.flex.compiler.internal.codegen.js.JSDocEmitter
 
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.
endCodeGen() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSharedData
 
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 ICompilationUnits 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
 
endMapping(ISourceLocation) - Method in interface org.apache.flex.compiler.codegen.js.IJSEmitter
Commits a mapping to the source map.
endMapping(ISourceLocation) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
endMapping(ISourceLocation) - Method in class org.apache.flex.compiler.internal.codegen.js.JSSubEmitter
 
endOfSourceLine(ActionLocation) - Method in class flash.tools.debugger.concrete.LineFunctionContainer
Use the action list located in the given location and return a new action location that corresponds to the next line record that is encountered after this location.
endPlayerCodeExecution(int) - Method in class flash.tools.debugger.concrete.DManager
Informs us that user code is no longer executing, and returns the fault, if any, which occurred while the code was executing.
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
 
EnvProperties - Class in org.apache.flex.utils
EnvProperties checks in following order for a value. 1) unittest.properties 2) environment variables 3) for key FLEX_HOME & PLAYERGLOBAL_HOME sets a default value.
EnvProperties() - Constructor for class org.apache.flex.utils.EnvProperties
 
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(Session, Value, Value) - Static method in class flash.tools.debugger.expression.ECMA
ECMA 11.9.3
equals(Object) - Method in class flash.tools.debugger.threadsafe.ThreadSafeFrame
 
equals(Object) - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
equals(Object) - Method in class flex2.compiler.io.LocalFile
 
equals(Object) - Method in class flex2.compiler.io.NetworkFile
 
equals(Object) - Method in interface flex2.compiler.io.VirtualFile
Override equals().
equals(Object) - Method in class flex2.compiler.util.Name
 
equals(String, String) - Method in class flex2.compiler.util.QName
 
equals(Object) - Method in class flex2.compiler.util.QName
 
equals(Object) - Method in class flex2.tools.oem.VirtualLocalFile
Compares this object with the specified object.
equals(Object) - Method in class macromedia.asc.util.ObjectList
 
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
equalString() - Method in class org.apache.flex.compiler.ant.types.FlexFileSet
 
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.
err(String) - Method in class flex.tools.debugger.cli.DebugCLI
 
err(Node) - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.AbstractCompilerPass
 
err(String) - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.AbstractCompilerPass
 
err(Node) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
err(String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
err(String) - Static method in class org.apache.flex.compiler.internal.codegen.externals.utils.DebugLogUtils
 
err(Node) - Static method in class org.apache.flex.compiler.internal.codegen.externals.utils.DebugLogUtils
 
errEnabled - Variable in class org.apache.flex.compiler.internal.codegen.externals.pass.AbstractCompilerPass
 
ErrInvalidPercentage - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ErrInvalidTextForType - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ErrInvalidTwoWayBind - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ERROR - Variable in class flex2.compiler.util.AbstractLogger
 
ERROR - Static variable in interface flex2.tools.oem.Message
Indicates that the severity of this Message is "error".
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, Object) - Method in class flash.tools.debugger.expression.AS3DebuggerReducer
Error trap.
error_namespaceAccess(IASNode, IASNode, Binding) - Method in class org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer
Error trap.
error_reduce_Op_AssignId(IASNode, Object, Object) - Method in class flash.tools.debugger.expression.AS3DebuggerReducer
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 flash.tools.debugger.expression.AS3DebuggerBURM
 
ERROR_TRAP - Static variable in class flash.tools.debugger.expression.AS3DebuggerBURM
 
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
 
errorCount() - Method in interface flex2.compiler.Logger
 
errorCount() - Method in class flex2.compiler.util.ConsoleLogger
 
errorCount() - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
errorCount() - Method in class flex2.tools.oem.internal.OEMLogAdapter
 
errors - Variable in class org.apache.flex.compiler.internal.codegen.mxml.MXMLBlockWalker
 
errors - Variable in class org.apache.flex.compiler.internal.parsing.as.BaseRepairingTokenBuffer
 
errorText - Variable in class org.apache.flex.compiler.problems.BadCharacterProblem
 
ErrPercentagesNotAllowed - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ErrTypeNotContextRootable - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ErrTypeNotEmbeddable - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ErrTypeNotSerializable - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ErrUndefinedContextRoot - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ErrUnrecognizedAtFunction - Static variable in class flex2.compiler.mxml.lang.TextParser
 
ES - Static variable in class flex2.compiler.common.CompilerConfiguration
 
es - Variable in exception flex2.tools.ToolsConfiguration.BadAS3ESCombination
 
es - Variable in exception flex2.tools.ToolsConfiguration.BadESStrictCombination
 
ES - Static variable in class org.apache.flex.compiler.config.Configuration
 
escape(String) - Static method in class flex.tools.debugger.cli.ExpressionCache
 
escape - Static variable in interface org.apache.flex.compiler.codegen.IASGlobalFunctionConstants
 
ESCAPE_SEQUENCE - Static variable in class org.apache.flex.compiler.internal.parsing.as.RawASTokenizer
 
escapeCharacter(String, char, String) - Static method in class flash.util.URLHelper
Locates characters 'c' in the scheme specific portion of a URI and translates them into 'to'
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 &#xFF.
escapeSpace(String) - Static method in class flash.util.URLHelper
 
ESDialect - Static variable in class flex2.compiler.common.CompilerConfiguration
 
evalAs(Value, Value) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
evalAs(Value, Value) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalAs(Value, Value) - Method in interface flash.tools.debugger.IsolateSession
 
evalAs(Value, Value) - Method in interface flash.tools.debugger.Session
Evaluate the ActionScript expression "value as type"
evalAs(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
evalAs(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
evalAsWorker(Value, Value, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalAsWorker(Value, Value, int) - Method in interface flash.tools.debugger.IsolateController
 
evalIn(Value, Value) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
evalIn(Value, Value) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalIn(Value, Value) - Method in interface flash.tools.debugger.IsolateSession
 
evalIn(Value, Value) - Method in interface flash.tools.debugger.Session
Evaluate the ActionScript expression "property in object"
evalIn(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
evalIn(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
evalInstanceof(Value, Value) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
evalInstanceof(Value, String) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
evalInstanceof(Value, Value) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalInstanceof(Value, String) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalInstanceof(Value, Value) - Method in interface flash.tools.debugger.IsolateSession
 
evalInstanceof(Value, String) - Method in interface flash.tools.debugger.IsolateSession
 
evalInstanceof(Value, Value) - Method in interface flash.tools.debugger.Session
Evaluate the ActionScript expression "value instanceof type"
evalInstanceof(Value, String) - Method in interface flash.tools.debugger.Session
Evaluate the ActionScript expression "value instanceof type"
evalInstanceof(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
evalInstanceof(Value, String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
evalInstanceof(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
evalInstanceof(Value, String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
evalInstanceofWorker(Value, Value, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalInstanceofWorker(Value, String, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalInstanceofWorker(Value, Value, int) - Method in interface flash.tools.debugger.IsolateController
 
evalInstanceofWorker(Value, String, int) - Method in interface flash.tools.debugger.IsolateController
 
evalInWorker(Value, Value, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalInWorker(Value, Value, int) - Method in interface flash.tools.debugger.IsolateController
 
evalIs(Value, Value) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
evalIs(Value, String) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
evalIs(Value, Value) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalIs(Value, String) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalIs(Value, Value) - Method in interface flash.tools.debugger.IsolateSession
 
evalIs(Value, String) - Method in interface flash.tools.debugger.IsolateSession
 
evalIs(Value, Value) - Method in interface flash.tools.debugger.Session
Evaluate the ActionScript expression "value is type"
evalIs(Value, String) - Method in interface flash.tools.debugger.Session
Evaluate the ActionScript expression "value is type"
evalIs(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
evalIs(Value, String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
evalIs(Value, Value) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
evalIs(Value, String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
evalIsWorker(Value, Value, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalIsWorker(Value, String, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
evalIsWorker(Value, Value, int) - Method in interface flash.tools.debugger.IsolateController
 
evalIsWorker(Value, String, int) - Method in interface flash.tools.debugger.IsolateController
 
evaluate(Context, IASNode) - Method in class flash.tools.debugger.expression.DebuggerExpressionEvaluator
 
evaluate(Context, IASNode) - Method in interface flash.tools.debugger.expression.IExpressionEvaluator
 
evaluate(Context) - Method in interface flash.tools.debugger.expression.ValueExp
Evaluates the expression.
evaluate(Context) - Method in class flash.tools.debugger.threadsafe.ThreadSafeValueExp
 
evaluate(ValueExp, int) - Method in class flex.tools.debugger.cli.ExpressionCache
 
evaluate(JSTypeExpression) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
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 class flex2.compiler.SymbolTable
 
Event - Static variable in interface org.apache.flex.compiler.constants.IASLanguageConstants
 
EVENT - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
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
 
EVENT_QNAME - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
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
 
EVENTDISPATCHER - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
EVENTDISPATCHER_INTERFACE - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
eventHandler - Variable in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLEventSpecifier
 
EVENTS_PACKAGE - Static variable in class org.apache.flex.compiler.internal.codegen.js.jx.BindableEmitter
 
eventSpecifiers - Variable in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLDescriptorSpecifier
 
eventSpecifiers - Variable in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSDescriptorSpecifier
 
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
 
ExceptionFault - Class in flash.tools.debugger.events
Signals that a user exception has been thrown.
ExceptionFault(String, boolean, Value, int) - Constructor for class flash.tools.debugger.events.ExceptionFault
 
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 - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 01.05.16.
Exclude() - Constructor for class org.apache.flex.maven.flexjs.Exclude
 
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
 
excludes - Variable in class org.apache.flex.maven.flexjs.ExterncConfig
 
execute() - Method in class flex.tools.debugger.cli.DebugCLI
 
execute(String[]) - Method in class flex2.tools.MxmlJSC
 
execute() - Method in class org.apache.flex.compiler.ant.FlexTask
Execute the task
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.COMPJSC
 
execute(String[]) - Method in class org.apache.flex.compiler.clients.EXTERNC
 
execute(String[]) - Method in class org.apache.flex.compiler.clients.MXMLC
 
execute(String[]) - Method in class org.apache.flex.compiler.clients.MXMLJSC
 
execute(String[]) - Method in class org.apache.flex.compiler.clients.Optimizer
 
execute() - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
execute() - Method in class org.apache.flex.maven.flexjs.CompileAppMojo
 
execute() - Method in class org.apache.flex.maven.flexjs.CompileASMojo
 
execute() - Method in class org.apache.flex.maven.flexjs.CompileJSMojo
 
execute() - Method in class org.apache.flex.maven.flexjs.CompileTypedefsMojo
 
execute() - Method in class org.apache.flex.maven.flexjs.GenerateExterncMojo
 
execute() - Method in class org.apache.flex.maven.flexjs.GenerateManifestsMojo
 
execute() - Method in class org.apache.flex.maven.flexjs.HelpMojo
execute() - Method in class org.apache.flex.maven.flexjs.TrustMojo
 
EXECUTE_BINDINGS_CALL_OPERANDS - Static variable in interface org.apache.flex.compiler.mxml.IMXMLTypeConstants
 
existingClassName - Variable in exception flex2.tools.PreLink.ClassesMappedToSameRemoteAlias
 
existingClassName - Variable in class org.apache.flex.compiler.problems.ClassesMappedToSameRemoteAliasProblem
 
exists(String) - Method in class flex.tools.debugger.cli.FaultActions
 
exists() - Method in class flex2.compiler.Source
 
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(String[], String[], ConfigurationValue) - Method in class flex2.compiler.common.CompilerConfiguration
All path-tokens get expanded from this method, e.g.
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 flex2.compiler.config.ConfigurationException.IncorrectArgumentCount
 
expected - Variable in exception flex2.compiler.config.ConfigurationException.IncorrectElement
 
expected - Variable in exception flex2.compiler.config.ConfigurationException.UnexpectedArgument
 
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.
ExportWriter - Class in org.apache.flex.compiler.internal.codegen.js.amd
 
ExportWriter(JSAMDEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.amd.ExportWriter
 
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.
ExpressionCache - Class in flex.tools.debugger.cli
 
ExpressionCache(DebugCLI) - Constructor for class flex.tools.debugger.cli.ExpressionCache
We can get at files by name or module id, eventually we will put functions in here too
ExpressionCache.EvaluationResult - Class in flex.tools.debugger.cli
Returned by evaluate().
ExpressionCache.EvaluationResult() - Constructor for class flex.tools.debugger.cli.ExpressionCache.EvaluationResult
 
ExpressionContext - Class in flex.tools.debugger.cli
 
ExpressionContext(ExpressionCache) - Constructor for class flex.tools.debugger.cli.ExpressionContext
 
ExpressionEvaluatorException - Exception in flash.tools.debugger.expression
An exception raised while evaluating an expression.
ExpressionEvaluatorException(String) - Constructor for exception flash.tools.debugger.expression.ExpressionEvaluatorException
 
ExpressionEvaluatorException(Throwable) - Constructor for exception flash.tools.debugger.expression.ExpressionEvaluatorException
 
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".
extDir - Variable in class flash.tools.debugger.AIRLaunchInfo
Directory to load native extensions from.
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.driver.js.JSSourceFileHandler
 
EXTENSION - Static variable in class org.apache.flex.compiler.internal.driver.mxml.MXMLSourceFileHandler
 
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
 
Extensions - Class in flex.tools.debugger.cli
Extensions class is a singleton that contains every cli method that does not conform to the API.
Extensions() - Constructor for class flex.tools.debugger.cli.Extensions
 
ExtensionsConfiguration - Class in flex2.compiler.extensions
This class handles extension specific configuration options.
ExtensionsConfiguration() - Constructor for class flex2.compiler.extensions.ExtensionsConfiguration
 
ExtensionsDisabled - Class in flex.tools.debugger.cli
ExtensionsDisabled class is a singleton that contains every cli method that does not conform to the API.
ExtensionsDisabled() - Constructor for class flex.tools.debugger.cli.ExtensionsDisabled
 
EXTERNC - Class in org.apache.flex.compiler.clients
 
EXTERNC() - Constructor for class org.apache.flex.compiler.clients.EXTERNC
 
EXTERNC(ExternCConfiguration) - Constructor for class org.apache.flex.compiler.clients.EXTERNC
 
ExterncConfig - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 01.05.16.
ExterncConfig() - Constructor for class org.apache.flex.maven.flexjs.ExterncConfig
 
ExternCConfiguration - Class in org.apache.flex.compiler.clients
 
ExternCConfiguration() - Constructor for class org.apache.flex.compiler.clients.ExternCConfiguration
 
ExternCConfiguration.ExcludedMember - Class in org.apache.flex.compiler.clients
 
ExternCConfiguration.ExcludedMember(String, String) - Constructor for class org.apache.flex.compiler.clients.ExternCConfiguration.ExcludedMember
 
ExternCConfiguration.ExcludedMember(String, String, String) - Constructor for class org.apache.flex.compiler.clients.ExternCConfiguration.ExcludedMember
 
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.
extractExenameFromCommandString(String) - Method in class flash.tools.debugger.DefaultDebuggerCallbacks
Given a command string of the form "path_to_exe" args or path_to_exe args return the path_to_exe.
extractFunctionName(String) - Static method in class flex.tools.debugger.cli.DebugCLI
extract the function name from a signature
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

factor() - Method in class flex2.compiler.common.CompilerConfiguration
 
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.
FAIL - Static variable in interface flex2.tools.oem.Builder
Application.compile() or Library.compile() failed to compile.
failoverCount - Variable in exception flex2.tools.PreLink.RequiredRslUrlWithMultipleFailovers
 
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.
Fault - Static variable in interface flash.tools.debugger.SuspendReason
A fault occurred
FaultActions - Class in flex.tools.debugger.cli
FaultActions proivdes a convenient wrapper for housing the user specified behaviour for a set of faults (aka text strings) The underlying data structure is a HashMap that maps strings (i.e. fault names) to Integers.
FaultActions.FaultActionsBuilder - Class in flex.tools.debugger.cli
 
FaultActions.FaultActionsBuilder(LocalizationManager) - Constructor for class flex.tools.debugger.cli.FaultActions.FaultActionsBuilder
 
FaultEvent - Class in flash.tools.debugger.events
An event type that signals a problem situation within the Player.
FaultEvent(String, int) - Constructor for class flash.tools.debugger.events.FaultEvent
 
FaultEvent(int) - Constructor for class flash.tools.debugger.events.FaultEvent
 
FDBG - Variable in class org.apache.flex.utils.EnvProperties
FLASHPLAYER_DEBUGGER
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
FieldEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
FieldEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.FieldEmitter
 
FieldExclude - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 01.05.16.
FieldExclude() - Constructor for class org.apache.flex.maven.flexjs.FieldExclude
 
fieldExcludes - Variable in class org.apache.flex.maven.flexjs.ExterncConfig
 
FieldReference - Class in org.apache.flex.compiler.internal.codegen.externals.reference
 
FieldReference(ReferenceModel, ClassReference, Node, String, JSDocInfo, boolean) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.reference.FieldReference
 
file - Variable in exception flex2.compiler.config.FileConfigurator.LoadingConfiguration
 
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 - Static variable in class flex2.tools.Mxmlc
 
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 flex2.compiler.config
A utility class, which is used to parse an XML file of configuration options and populate a ConfigurationBuffer.
FileConfigurator() - Constructor for class flex2.compiler.config.FileConfigurator
 
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.LoadingConfiguration - Exception in flex2.compiler.config
 
FileConfigurator.LoadingConfiguration(String) - Constructor for exception flex2.compiler.config.FileConfigurator.LoadingConfiguration
 
FileConfigurator.SAXConfigurationException - Exception in flex2.compiler.config
 
FileConfigurator.SAXConfigurationException - Exception in org.apache.flex.compiler.internal.config
 
fileId - Variable in class flash.tools.debugger.events.BreakEvent
unique identifier for the source file where the Player has suspened.
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
 
FileInfoCache - Class in flex.tools.debugger.cli
FileInfoCache manages a list of files that are unique across multiple swfs.
FileInfoCache() - Constructor for class flex.tools.debugger.cli.FileInfoCache
 
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
 
FileListModifiedEvent - Class in flash.tools.debugger.events
Deprecated.
As of Version 2.
FileListModifiedEvent() - Constructor for class flash.tools.debugger.events.FileListModifiedEvent
Deprecated.
 
fileName - Variable in exception flex2.compiler.util.ManifestParser.DuplicateComponentDefinition
 
fileName - Variable in exception flex2.compiler.util.ManifestParser.InvalidClassName
 
fileName - Variable in exception flex2.compiler.util.ManifestParser.ManifestError
 
fileName - Variable in exception flex2.compiler.util.ManifestParser.UndefinedClass
 
fileName - Variable in exception flex2.tools.Tool.FailedToLoadLicenseFile
 
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
 
filePathsInOrder - Variable in class org.apache.flex.compiler.internal.graph.GoogDepsWriter
 
filePathsInOrder - Variable in class org.apache.flex.compiler.internal.graph.VF2JSDepsWriter
 
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.
filesMatch(SourceFile, SourceFile) - Method in class flex.tools.debugger.cli.FileInfoCache
Compare two files and determine if they are the same.
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.
FileUtil - Class in flex2.compiler.io
A helper class used by classes doing file operations.
FileUtil() - Constructor for class flex2.compiler.io.FileUtil
 
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
 
fillInstanceMembers(IDefinitionNode[], List<IDefinitionNode>) - Static method in class org.apache.flex.compiler.internal.codegen.js.amd.TempTools
 
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.
fillStaticMembers(IDefinitionNode[], List<IDefinitionNode>, boolean, boolean) - Static method in class org.apache.flex.compiler.internal.codegen.js.amd.TempTools
 
fillStaticStatements(IClassNode, List<IASNode>, boolean) - Static method in class org.apache.flex.compiler.internal.codegen.js.amd.TempTools
 
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(ActionList, int) - Static method in class flash.tools.SwfActionContainer
 
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.FlexJSTarget
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
 
findExtension(String) - Method in class flex2.compiler.util.MimeMappings
find a file extension based on the specified MIME type.
findFunction(Collection<IDefinition>) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
findFunctionNode(IPackageNode) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
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.
findLessOrEqualTo(ActionList, int) - Static method in class flash.tools.SwfActionContainer
 
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.
findMember(String) - Method in class flash.tools.debugger.concrete.DValue
 
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
 
findMimeType(String) - Method in class flex2.compiler.util.MimeMappings
find a MIME type based on the specified name.
findNamespace(Collection<IDefinition>) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
findNamespaceNode(IPackageNode) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
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.
findType(Collection<IDefinition>) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
findType(Collection<IDefinition>) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
findTypeNode(IPackageNode) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
findTypeNode(IPackageNode) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
findUnitContainingOffset(int) - Method in class org.apache.flex.compiler.internal.mxml.MXMLData
Get the unit that contains this offset
findVariable(Collection<IDefinition>) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
findVariableNode(IPackageNode) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
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.
first() - Method in class flex.tools.debugger.cli.LocationCollection
 
first() - Method in class macromedia.asc.util.ObjectList
 
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
 
FlagAllowPercentages - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagCollapseWhiteSpace - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagConvertColorNames - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagIgnoreArraySyntax - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagIgnoreAtFunction - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagIgnoreAtFunctionEscape - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagIgnoreBinding - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagInCDATA - Static variable in class flex2.compiler.mxml.lang.TextParser
 
FlagRichTextContent - Static variable in class flex2.compiler.mxml.lang.TextParser
 
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
 
FLASH - Static variable in class flex2.compiler.util.MimeMappings
 
flash.tools - package flash.tools
 
flash.tools.debugger - package flash.tools.debugger
 
flash.tools.debugger.concrete - package flash.tools.debugger.concrete
 
flash.tools.debugger.events - package flash.tools.debugger.events
 
flash.tools.debugger.expression - package flash.tools.debugger.expression
 
flash.tools.debugger.threadsafe - package flash.tools.debugger.threadsafe
 
flash.util - package flash.util
 
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.tools.debugger.cli - package flex.tools.debugger.cli
 
flex2.compiler - package flex2.compiler
 
flex2.compiler.as3 - package flex2.compiler.as3
 
flex2.compiler.common - package flex2.compiler.common
 
flex2.compiler.config - package flex2.compiler.config
 
flex2.compiler.extensions - package flex2.compiler.extensions
 
flex2.compiler.io - package flex2.compiler.io
 
flex2.compiler.mxml - package flex2.compiler.mxml
 
flex2.compiler.mxml.lang - package flex2.compiler.mxml.lang
 
flex2.compiler.util - package flex2.compiler.util
 
flex2.linker - package flex2.linker
 
flex2.tools - package flex2.tools
 
flex2.tools.flexbuilder - package flex2.tools.flexbuilder
 
flex2.tools.oem - package flex2.tools.oem
 
flex2.tools.oem.internal - package flex2.tools.oem.internal
 
FLEX_MAJOR_VERSION - Static variable in class flex2.tools.VersionInfo
 
FLEX_MAJOR_VERSION - Static variable in class org.apache.flex.compiler.common.VersionInfo
 
FLEX_MINOR_VERSION - Static variable in class flex2.tools.VersionInfo
 
FLEX_MINOR_VERSION - Static variable in class org.apache.flex.compiler.common.VersionInfo
 
FLEX_NANO_VERSION - Static variable in class flex2.tools.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
flexCompile(String[]) - Static method in class flex2.tools.Tool
 
FlexFileSet - Class in org.apache.flex.compiler.ant.types
Adds support for setting Flex configuration options using Ant FileSets.
FlexFileSet() - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
FlexFileSet(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
FlexFileSet(boolean) - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
FlexFileSet(OptionSpec, boolean) - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
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
 
FLEXJS_INTERMEDIATE_DIR_NAME - Static variable in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher
 
FLEXJS_INTERMEDIATE_DIR_NAME - Static variable in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSPublisher
 
FLEXJS_NOT_A_CONSTRUCTOR - Static variable in class com.google.javascript.jscomp.FlexJSDiagnosticGroups
Flex ItemRenderer Factories store the constructor in a variable resulting in this warning.
FLEXJS_OUTPUT_DIR_NAME - Static variable in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher
 
FLEXJS_OUTPUT_DIR_NAME - Static variable in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSPublisher
 
FLEXJS_RELEASE_DIR_NAME - Static variable in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher
 
FLEXJS_RELEASE_DIR_NAME - Static variable in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSPublisher
 
FLEXJS_SUPER_CALL_TO_DIFFERENT_NAME - Static variable in class com.google.javascript.jscomp.FlexJSDiagnosticGroups
Flex code calls super.methodName from functions other than overrides of the methodName.
FLEXJS_UNKNOWN_JSDOC_TYPE_NAME - Static variable in class com.google.javascript.jscomp.FlexJSDiagnosticGroups
Flex code won't always generate a goog.requires for types only used in JSDoc annotations, but the compiler complains.
FlexJSASDocDelegate - Class in org.apache.flex.compiler.internal.parsing.as
Default implementation of IASDocDelegate that does not have any code model or eclipse dependencies.
FlexJSASDocDelegate() - Constructor for class org.apache.flex.compiler.internal.parsing.as.FlexJSASDocDelegate
 
FlexJSBackend - Class in org.apache.flex.compiler.internal.driver.js.flexjs
 
FlexJSBackend() - Constructor for class org.apache.flex.compiler.internal.driver.js.flexjs.FlexJSBackend
 
FlexJSDiagnosticGroups - Class in com.google.javascript.jscomp
Custom DiagnosticGroups allow @suppress directives to disable certain warnings while letting other warnings in the group show.
FlexJSDiagnosticGroups() - Constructor for class com.google.javascript.jscomp.FlexJSDiagnosticGroups
 
FlexJSProject - Class in org.apache.flex.compiler.internal.projects
 
FlexJSProject(Workspace) - Constructor for class org.apache.flex.compiler.internal.projects.FlexJSProject
Constructor
FlexJSSWCTarget - Class in org.apache.flex.compiler.internal.targets
 
FlexJSSWCTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Constructor for class org.apache.flex.compiler.internal.targets.FlexJSSWCTarget
Initialize a JS target with the owner project and root compilation units.
FlexJSTarget - Class in org.apache.flex.compiler.internal.targets
 
FlexJSTarget(IASProject, ITargetSettings, ITargetProgressMonitor) - Constructor for class org.apache.flex.compiler.internal.targets.FlexJSTarget
Initialize a JS target with the owner project and root compilation units.
FlexJSToolGroup - Class in org.apache.flex.compiler.clients
Created by christoferdutz on 10.11.14.
FlexJSToolGroup() - Constructor for class org.apache.flex.compiler.clients.FlexJSToolGroup
 
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.
FlexScope - Enum in org.apache.flex.maven.flexjs.types
Created by christoferdutz on 18.04.16.
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
 
FlexSWCFileSet - Class in org.apache.flex.compiler.ant.types
 
FlexSWCFileSet(OptionSpec, boolean) - Constructor for class org.apache.flex.compiler.ant.types.FlexSWCFileSet
 
FlexTarget - Class in org.apache.flex.compiler.internal.targets
Delegate class used by flex specific targets to generate flex specific code.
FlexTask - Class in org.apache.flex.compiler.ant
This class contains common data and logic used by all the Flex Ant tasks.
FlexTask(String, ConfigVariable[], String, String, String, String) - Constructor for class org.apache.flex.compiler.ant.FlexTask
Constructor.
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
 
flushBuffer() - Method in interface org.apache.flex.compiler.codegen.IDocEmitter
 
flushBuffer() - Method in class org.apache.flex.compiler.internal.codegen.js.JSDocEmitter
 
flushBuilder() - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
flushBuilder() - Method in class org.apache.flex.compiler.internal.codegen.Emitter
 
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
 
fold(IASNode) - Method in interface flash.tools.debugger.expression.IASTFolder
This will perform folding of certain nodes, based on implementation
fold(IASNode) - Method in class flash.tools.debugger.expression.LogicalOperatorsFolder
 
FoldedExpressionNode - Class in flash.tools.debugger.expression
 
FoldedExpressionNode(IASNode) - Constructor for class flash.tools.debugger.expression.FoldedExpressionNode
 
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 flex2.compiler.util.MimeMappings
 
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
 
Fonts - Class in org.apache.flex.compiler.ant.types
Supports the nested <fonts> tag.
Fonts() - Constructor for class org.apache.flex.compiler.ant.types.Fonts
 
Fonts(FlexTask) - Constructor for class org.apache.flex.compiler.ant.types.Fonts
 
FontsConfiguration - Class in flex2.compiler.common
This class defines the fonts related configuration options.
FontsConfiguration() - Constructor for class flex2.compiler.common.FontsConfiguration
 
FontsConfiguration.Languages - Class in flex2.compiler.common
Defines a subconfiguration for font languages.
FontsConfiguration.Languages() - Constructor for class flex2.compiler.common.FontsConfiguration.Languages
 
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.
ForEachEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
ForEachEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.ForEachEmitter
 
forInitializer() - Method in class org.apache.flex.compiler.internal.parsing.as.ASParser
Matches the "initializer" part in a for loop.
fork - Variable in class org.apache.flex.compiler.ant.FlexTask
fork attribute
forLoopEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
ForLoopEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
ForLoopEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.ForLoopEmitter
 
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, String) - Static method in class flex2.compiler.config.FileConfigurator
 
formatBuffer(ConfigurationBuffer, String) - Static method in class flex2.compiler.config.FileConfigurator
 
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
 
formatConfigurationBuffer(ConfigurationBuffer) - Static method in class flex2.tools.oem.internal.OEMUtil
 
formatExceptionDetail(ILocalizableMessage) - Method in class flex2.compiler.util.AbstractLogger
 
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
 
formatPrefix(ILocalizableMessage) - Method in class flex2.compiler.util.AbstractLogger
 
formatQualifiedName(String) - Method in interface org.apache.flex.compiler.codegen.js.IJSEmitter
 
formatQualifiedName(String) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
formatQualifiedName(String) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
formatQualifiedName(String, boolean) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
formatQualifiedName(String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogDocEmitter
 
formatQualifiedName(String) - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
formatQualifiedName(String) - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
formatQualifiedName(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
formatQualifiedName(String, boolean) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
formatQualifiedName(String) - Method in class org.apache.flex.compiler.internal.codegen.mxml.jsc.MXMLJSCJSEmitter
 
formatString(String) - Static method in class org.apache.flex.utils.StringUtils
character escaping.
formatText(String, int) - Static method in class flex2.compiler.config.ConfigurationBuffer
 
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.
forPrimitive(Object, int) - Static method in class flash.tools.debugger.concrete.DValue
Constructs a DValue for a primitive value (null, undefined, Boolean, Number, String).
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 flex2.compiler.config.ConfigurationException.IncorrectElement
 
found - Variable in exception flex2.compiler.config.ConfigurationException.UnexpectedElement
 
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
 
FPSDK - Variable in class org.apache.flex.utils.EnvProperties
PLAYERGLOBAL_HOME
FPVER - Variable in class org.apache.flex.utils.EnvProperties
PLAYERGLOBAL_VERSION
fragment - Variable in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLScriptSpecifier
 
Frame - Interface in flash.tools.debugger
The Frame object represents a single frame of the actionscript call stack.
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
 
frameClasses - Variable in class flex2.compiler.common.FramesConfiguration.FrameInfo
 
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.SWFFrameInfos 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
 
FramesConfiguration - Class in flex2.compiler.common
This class defines the frame related configuration options.
FramesConfiguration() - Constructor for class flex2.compiler.common.FramesConfiguration
 
FramesConfiguration.FrameInfo - Class in flex2.compiler.common
This value object represents a frame's name and classes.
FramesConfiguration.FrameInfo() - Constructor for class flex2.compiler.common.FramesConfiguration.FrameInfo
 
free(DMessage) - Static method in class flash.tools.debugger.concrete.DMessageCache
Put a DMessage into the cache for reuse
frequency - Variable in class org.apache.flex.compiler.problems.EmbedUnsupportedSamplingRateProblem
 
freshen(long, String, String, String, long, boolean, long, long, long, long, long, Map<Long, Integer>, int, int) - Method in class flash.tools.debugger.concrete.DSwfInfo
 
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
 
fromString(String) - Static method in enum org.apache.flex.compiler.clients.MXMLJSC.JSOutputType
 
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 - Variable in class flash.tools.ActionLocation
 
FUNCTION - Static variable in interface flash.tools.debugger.VariableType
 
FUNCTION - Static variable in class flex2.compiler.SymbolTable
 
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
functionCallArgumentsEmitter - Variable in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
FunctionCallArgumentsEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
FunctionCallArgumentsEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter
 
FunctionCallEmitter - Class in org.apache.flex.compiler.internal.codegen.js.jx
 
FunctionCallEmitter(IJSEmitter) - Constructor for class org.apache.flex.compiler.internal.codegen.js.jx.FunctionCallEmitter
 
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
FunctionMetaDataAvailableEvent - Class in flash.tools.debugger.events
Deprecated.
As of Version 2. No replacement
FunctionMetaDataAvailableEvent() - Constructor for class flash.tools.debugger.events.FunctionMetaDataAvailableEvent
Deprecated.
 
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.
FunctionReference - Class in org.apache.flex.compiler.internal.codegen.externals.reference
 
FunctionReference(ReferenceModel, Node, String, JSDocInfo) - Constructor for class org.apache.flex.compiler.internal.codegen.externals.reference.FunctionReference
 
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
 
FunctionUtils - Class in org.apache.flex.compiler.internal.codegen.externals.utils
 
FunctionUtils() - Constructor for class org.apache.flex.compiler.internal.codegen.externals.utils.FunctionUtils
 
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
 
FXG - Static variable in class flex2.compiler.util.MimeMappings
 
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
generateDeps(ProblemQuery, StringBuilder) - Method in class org.apache.flex.compiler.internal.graph.GoogDepsWriter
 
generateDeps(ProblemQuery, StringBuilder) - Method in class org.apache.flex.compiler.internal.graph.VF2JSDepsWriter
 
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.
GenerateExterncMojo - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 30.04.16.
GenerateExterncMojo() - Constructor for class org.apache.flex.maven.flexjs.GenerateExterncMojo
 
generateFrameLoader - Variable in class flex2.compiler.common.Configuration
 
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
 
generateLinkReport() - Method in class flex2.compiler.common.Configuration
 
generateLinkReport() - Method in interface flex2.linker.LinkerConfiguration
 
generateLinkReport() - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
generateLinkReport() - Method in class flex2.tools.oem.internal.LibraryCompilerConfiguration
 
generateLinkReport() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
generateMainClass(IABCVisitor, ICompilerProject, Name) - Static method in class org.apache.flex.compiler.internal.css.codegen.CSSModuleGenerator
Generate CSS module main class.
GenerateManifestsMojo - Class in org.apache.flex.maven.flexjs
Created by christoferdutz on 18.05.16.
GenerateManifestsMojo() - Constructor for class org.apache.flex.maven.flexjs.GenerateManifestsMojo
 
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"
generateRBList() - Method in class flex2.compiler.common.Configuration
 
generateRBList() - Method in interface flex2.linker.LinkerConfiguration
 
generateReport() - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.ReferenceCompiler.ReferenceErrorManager
 
generateReport() - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
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
generateSizeReport() - Method in class flex2.compiler.common.Configuration
 
generateSizeReport() - Method in interface flex2.linker.LinkerConfiguration
 
generateSizeReport() - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
generateSizeReport() - Method in class flex2.tools.oem.internal.LibraryCompilerConfiguration
 
generateSizeReport() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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(String) - Method in class flex.tools.debugger.cli.ExpressionCache
We are able to fetch properties or expressions (i.e previous expression) using this single call, despite the fact that each of these types of results lie in different data structures m_expressions and m_props.
get(String) - Method in class flex.tools.debugger.cli.IntProperties
 
get(int) - Method in class flex.tools.debugger.cli.StringIntArray
 
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.FlexJSASDocDelegate
Gets the single instance of this delegate.
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_CLASS_HIERARCHY - Static variable in interface flash.tools.debugger.concrete.GetVariableFlag
Indicates that when retrieving children, we also want to know exactly which class each child was defined in.
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 class flash.tools.debugger.expression.FoldedExpressionNode
 
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.
getAbsolutePathFromPathRelativeToMXMLC(String) - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getAbsoluteStart() - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
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.
getAccessorEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
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.
getActionIndex() - Method in class flash.tools.debugger.concrete.DSuspendInfo
 
getActionList() - Method in class flash.tools.SwfActionContainer.DummyAction
 
getActionOffset() - Method in class org.apache.flex.swf.tags.DefineButton2Tag
 
getActions() - Method in class flash.tools.debugger.concrete.DManager
 
getActions(int, int, int) - Method in class flash.tools.debugger.concrete.PlayerSession
Request a set of actions from the player
getActions() - Method in class org.apache.flex.swf.tags.DefineButtonTag
 
getActionscriptFileEncoding() - Method in class flex2.compiler.common.CompilerConfiguration
 
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.
getActiveIsolateId() - Method in class flex.tools.debugger.cli.DebugCLI
 
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
 
getAdjustOpdebuglineInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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
 
getAdvancedTelemetry() - Method in interface flex2.compiler.as3.As3Configuration
 
getAdvancedTelemetry() - Method in class flex2.compiler.common.CompilerConfiguration
 
getAdvancedTelemetry() - Method in class flex2.compiler.common.Configuration
 
getAdvancedTelemetry() - Method in interface flex2.linker.LinkerConfiguration
 
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.
getAfter() - Method in class org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy
Returns the IASNodeStrategy called after the ASNodeHandler.getHandler()'s handle() method.
getAlias() - Method in class org.apache.flex.compiler.ant.config.OptionSpec
 
getAliases() - Static method in class flex2.compiler.common.Configuration
 
getAliases() - Method in class flex2.compiler.config.ConfigurationBuffer
 
getAliases() - Method in class flex2.compiler.config.ConfigurationInfo
Return an array of other names for this variable.
getAliases() - Static method in class flex2.tools.CompcConfiguration
 
getAliases() - Static method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
getAliases() - Static method in class flex2.tools.oem.internal.LibraryCompilerConfiguration
 
getAliases() - Static method in class flex2.tools.oem.internal.LinkerConfiguration
 
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
 
getAllExcludedLibraries(CompilerConfiguration, Configuration) - Static method in class flex2.compiler.common.Configuration
 
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.
getAllFields() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
getAllFiles(int) - Method in class flex.tools.debugger.cli.FileInfoCache
 
getAllImplInterfaces() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
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.
getAllLibraries(MavenProject, RepositorySystemSession, ProjectDependenciesResolver) - Static method in class org.apache.flex.maven.flexjs.utils.DependencyHelper
 
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
 
getAllMethods() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
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
 
getAllowDuplicateDefaultStyleDeclarations() - Method in class flex2.compiler.common.CompilerConfiguration
 
getAllowDuplicateDefaultStyleDeclarations() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Allow a style manager to have the same style declarations as their parent.
getAllowDuplicateDefaultStyleDeclarationsInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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
 
getAllowSourcePathOverlapInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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 IASNode>) - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
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
 
getApplicationCache() - Method in class flex2.tools.oem.Application
Returns the cache of sources in the source list and source path.
getApplicationCache() - Method in class flex2.tools.oem.Library
Returns the cache of sources in the source list and source path.
getApplicationConfiguration(String[], boolean, boolean, Logger, PathResolver, MimeMappings) - Static method in class flex2.tools.oem.internal.OEMUtil
 
getApplicationConfiguration(String[], boolean, boolean, Logger, PathResolver, MimeMappings, boolean) - Static method in class flex2.tools.oem.internal.OEMUtil
 
getApplicationDomain(String) - Method in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
Get the application domain an RSL should be loaded into.
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.
getApplicationDomainInfo() - Static method in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
 
getApplicationDomains() - Method in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
Get the HashMap of any applicationDomain overrides for RSL loading.
getApplicationDomainValue() - Method in enum flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration.ApplicationDomainTarget
 
getApplicationDomainValue() - Method in enum org.apache.flex.compiler.config.ApplicationDomainTarget
The value the Flex runtime understands.
getAppVersion(File) - Method in class flash.tools.debugger.DefaultDebuggerCallbacks
Default implementation does not know how to get the version of an application.
getAppVersion(File) - Method in interface flash.tools.debugger.IDebuggerCallbacks
Returns the version number of an application.
getArchiveClassesAndAssetsInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getArgCount() - Method in class flex2.compiler.config.ConfigurationInfo
 
getArgCount() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
 
getArgName(int) - Method in class flex2.compiler.config.ConfigurationInfo
Return the name of each parameter.
getArgName(int) - Method in class org.apache.flex.compiler.config.ConfigurationInfo
Return the name of each parameter.
getArgs() - Method in class flex2.compiler.config.ConfigurationValue
getArgs
getArgs() - Method in class org.apache.flex.compiler.config.ConfigurationValue
getArgs
getArgType(int) - Method in class flex2.compiler.config.ConfigurationInfo
Return the type of each parameter.
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
getArguments(Session) - Method in class flash.tools.debugger.concrete.DStackContext
 
getArguments(Session) - Method in interface flash.tools.debugger.Frame
Arguments that were passed into the function.
getArguments(Session) - Method in class flash.tools.debugger.threadsafe.ThreadSafeFrame
 
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
 
getAs3Info() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getAS3NamespaceDefinition() - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
 
getAS3NamespaceReference() - Static method in class org.apache.flex.compiler.internal.definitions.NamespaceDefinition
 
getAsClassRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
getAsConstantRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
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.
getAsDuplicatesRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
getASEmitter() - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLBlockWalker
 
getASEmitter() - Method in interface org.apache.flex.compiler.visitor.mxml.IMXMLBlockWalker
The current code emitter.
getAsFunctionRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
getAsInterfaceRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
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.FlexJSASDocDelegate
 
getASParserASDocDelegate() - Method in class org.apache.flex.compiler.internal.parsing.as.NilASDocDelegate
 
getASParserASDocDelegate() - Method in class org.apache.flex.compiler.internal.parsing.as.SimpleASDocDelegate
 
getAsRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
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(int) - Method in class flex2.tools.oem.internal.OEMReport
 
getAssetNames(Object) - Method in class flex2.tools.oem.internal.OEMReport
 
getAssetNames(Object) - Method in interface flex2.tools.oem.Report
Gets the names of all the assets that are involved in the Application or Library.
getAssetNames(int) - Method in interface flex2.tools.oem.Report
Gets the names of all the assets that are in the specified frame.
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
 
getASStrategy() - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLBlockWalker
 
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
 
getAsTypeDefRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
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 flash.tools.debugger.concrete.DValue
 
getAttributes() - Method in class flash.tools.debugger.concrete.DVariable
 
getAttributes() - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getAttributes() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getAttributes() - Method in interface flash.tools.debugger.Value
Variable attributes define further information regarding the variable.
getAttributes() - Method in interface flash.tools.debugger.Variable
Variable attributes define further information regarding the variable.
getAttributes() - Method in class flex.tools.debugger.cli.VariableFacade
 
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 class flex2.tools.oem.internal.OEMReport
 
getBackgroundColor() - Method in interface flex2.tools.oem.Report
Gets the background color.
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.codegen.externals.reference.BaseReference
 
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.
getBasePath() - Method in class flash.tools.debugger.concrete.DModule
 
getBasePath() - Method in interface flash.tools.debugger.SourceFile
Base path for this filename, without the package-name portion.
getBasePath() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
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
 
getBefore() - Method in class org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy
Returns the IASNodeStrategy called before the ASNodeHandler.getHandler()'s handle() method.
getBenchmark() - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
getBenchmark() - Method in class flex2.tools.oem.Application
 
getBenchmark() - Method in interface flex2.tools.oem.Builder
Gets the overall performance data for the last build.
getBenchmark() - Method in class flex2.tools.oem.Library
 
getBenchmarkCompilerDetails() - Method in class flex2.compiler.common.Configuration
 
getBenchmarkCompilerDetailsInfo() - Static method in class flex2.compiler.common.Configuration
 
getBenchmarkInfo() - Static method in class flex2.compiler.common.Configuration
 
getBenchmarkTimeFilter() - Method in class flex2.compiler.common.Configuration
 
getBenchmarkTimeFilterInfo() - Static method in class flex2.compiler.common.Configuration
 
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
 
getBindableEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
getBindableEventNames() - Method in interface org.apache.flex.compiler.definitions.IDefinition
 
getBindableEventNames() - Method in class org.apache.flex.compiler.internal.definitions.DefinitionBase
 
getBindablePropertyTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getBindablePropertyTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getBindableVars() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
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
 
getBindingPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getBindingPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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
 
getBindingValueChangeEventType() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getBitmap() - Method in class flash.tools.debugger.concrete.DModule
 
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.
getBreakpoint(int, int) - Method in class flash.tools.debugger.concrete.DManager
Breakpoints
getBreakpointExpression() - Method in class flex.tools.debugger.cli.BreakAction
 
getBreakpointList() - Method in class flash.tools.debugger.concrete.PlayerSession
Get a list of breakpoints
getBreakpointList() - Method in interface flash.tools.debugger.Session
Get a list of the current breakpoints.
getBreakpointList() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
getBreakpoints(int) - Method in class flash.tools.debugger.concrete.DManager
 
getBrowser() - Method in class flash.tools.debugger.concrete.AbstractPlayer
 
getBrowser() - Method in class flash.tools.debugger.concrete.AIRPlayer
 
getBrowser() - Method in interface flash.tools.debugger.Player
Returns the web browser with which this player is associated, or null if this is the standalone player or AIR, or if we're not sure which browser will be run.
getBrowser() - Method in class flash.tools.debugger.threadsafe.ThreadSafePlayer
 
getBrowserParameters(String) - Method in class flash.tools.debugger.DefaultDebuggerCallbacks
Default application does not have any extra arguments for the browser.
getBrowserParameters(String) - Method in interface flash.tools.debugger.IDebuggerCallbacks
Returns the parameters to pass to the browser or null if non-existent.
getBuffer() - Method in class flex2.compiler.config.ConfigurationValue
getBuffer
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 flex2.tools.VersionInfo
 
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.
getBuilder() - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
getBuilder() - Method in class org.apache.flex.compiler.internal.codegen.Emitter
 
getBuilder() - Method in class org.apache.flex.compiler.internal.codegen.js.JSDocEmitter
 
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
 
getByte() - Method in class flash.tools.debugger.concrete.DMessage
Extract the next byte
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.
getCallSignature() - Method in class flash.tools.debugger.concrete.DStackContext
 
getCallSignature() - Method in interface flash.tools.debugger.Frame
Returns a string which contains the raw signature of the call.
getCallSignature() - Method in class flash.tools.debugger.threadsafe.ThreadSafeFrame
 
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
getCanonicalFile(File) - Static method in class flex2.compiler.io.FileUtil
 
getCanonicalPath(String) - Static method in class flex2.compiler.io.FileUtil
 
getCanonicalPath(File) - Static method in class flex2.compiler.io.FileUtil
 
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
getCaseNodes(ISwitchNode) - Static method in class org.apache.flex.compiler.utils.ASNodeUtils
 
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 ith 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.
getChangeCount() - Method in class flash.tools.debugger.concrete.DManager
 
getChangeCount() - Method in interface flash.tools.debugger.SourceLocator
Returns a number which indicates how many times this SourceLocator's search algorithm has been changed since it was created.
getChangeCount() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceLocator
 
getChangeCount() - Method in class flex.tools.debugger.cli.DebugCLI
 
getChannelClasses() - Method in class flex2.compiler.config.ServicesDependenciesWrapper
 
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 flash.tools.debugger.expression.FoldedExpressionNode
 
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
getChildConfigClass(String) - Method in class flex2.compiler.config.ConfigurationBuffer
 
getChildCount() - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
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(IDefinitionNode) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
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.
getClassDefLibTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getClassDefLibTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getClassDefTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getClassDefTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getClassEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
getClasses() - Method in class flex2.tools.CompcConfiguration
 
getClasses() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
getClassFactoryClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
 
getClassHierarchy(boolean) - Method in class flash.tools.debugger.concrete.DValue
 
getClassHierarchy(boolean) - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getClassHierarchy(boolean) - Method in interface flash.tools.debugger.Value
Returns the list of classes that contributed members to this object, from the class itself all the way down to Object (or, if allLevels == false, down to the lowest-level class that actually contributed members).
getClassId(ClassInfo) - Method in class org.apache.flex.abc.PoolingABCVisitor
 
getClassIgnoreList() - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter
 
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 flash.tools.debugger.concrete.DValue
 
getClassName() - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getClassName() - Method in interface flash.tools.debugger.Value
The class name of the value.
getClassName() - Method in class flash.tools.SwfActionContainer.DummyAction
 
getClassName() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration.ExcludedMember
 
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.maven.flexjs.ClassExclude
 
getClassName() - Method in class org.apache.flex.maven.flexjs.Exclude
 
getClassName() - Method in class org.apache.flex.maven.flexjs.FieldExclude
 
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() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.MemberReference
 
getClassReference(String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
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
 
getClosureLib() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getClosureLib() - Method in class org.apache.flex.compiler.internal.driver.js.vf2js.JSVF2JSConfiguration
 
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 class flash.tools.debugger.expression.FoldedExpressionNode
 
getColumn() - Method in exception flex2.compiler.config.ConfigurationException
 
getColumn() - Method in exception flex2.compiler.util.CompilerMessage
 
getColumn() - Method in interface flex2.tools.oem.Message
Returns the column number of the file that contains the error.
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.
getCommandCount() - Method in class flex.tools.debugger.cli.BreakAction
 
getCommandLine() - Method in exception flash.tools.debugger.CommandLineException
 
getCommandLineConfigurationBuffer(Logger, PathResolver, String[]) - Static method in class flex2.tools.oem.internal.OEMUtil
 
getCommandOutput() - Method in exception flash.tools.debugger.CommandLineException
 
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() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
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 flex2.compiler.common.CompilerConfiguration
 
getCompatibilityVersion() - Method in class flex2.compiler.common.Configuration
 
getCompatibilityVersion() - Method in class flex2.compiler.common.MxmlConfiguration
 
getCompatibilityVersion() - Method in interface flex2.compiler.mxml.MxmlConfiguration
The compatibility version as a uint.
getCompatibilityVersion() - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
getCompatibilityVersion() - Method in interface flex2.linker.LinkerConfiguration
 
getCompatibilityVersion() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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.
getCompatibilityVersionInfo() - Static method in class flex2.compiler.common.MxmlConfiguration
 
getCompatibilityVersionString() - Method in class flex2.compiler.common.CompilerConfiguration
 
getCompatibilityVersionString() - Method in class flex2.compiler.common.Configuration
The compatibility version specified in the configuration.
getCompatibilityVersionString() - Method in class flex2.compiler.common.MxmlConfiguration
 
getCompatibilityVersionString() - Method in interface flex2.compiler.mxml.MxmlConfiguration
The compatibility version as a String.
getCompatibilityVersionString() - Method in interface flex2.linker.LinkerConfiguration
 
getCompatibilityVersionString() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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.
getCompcConfigurationBuffer(Logger, PathResolver, String[]) - Static method in class flex2.tools.oem.internal.OEMUtil
 
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 IASScopes that have an associated ASScopeCache or define IDefinitions 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 ICompilationUnits that define definitions with the same qualified name as the definitions defined by the specified Iterable of ICompilationUnits.
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
 
getCompiler() - Method in class org.apache.flex.compiler.clients.EXTERNC
 
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
 
getCompilerArgs(File) - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getCompilerArgs(File) - Method in class org.apache.flex.maven.flexjs.CompileAppMojo
 
getCompilerArgs(File) - Method in class org.apache.flex.maven.flexjs.CompileJSMojo
 
getCompilerBenchmarks() - Method in class flex2.tools.oem.Application
 
getCompilerBenchmarks() - Method in interface flex2.tools.oem.Builder
Gets the performance data for each compiler phase for the last build.
getCompilerBenchmarks() - Method in class flex2.tools.oem.Library
 
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
 
getCompilerConfiguration() - Method in class flex2.compiler.common.Configuration
 
getCompilerContextRoot() - Method in class org.apache.flex.compiler.config.Configuration
 
getCompilerControl() - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
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
 
getCompilerInstance(IBackend) - Method in class flex2.tools.CompJSC
 
getCompilerInstance(IBackend) - Method in class flex2.tools.MxmlJSC
 
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
 
getCompilerMxmlChildrenAsData() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
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
 
getCompilerOptions() - Method in class flex2.tools.oem.internal.OEMConfiguration
 
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
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() - Method in class flex2.tools.oem.internal.OEMReport
 
getCompilerVersion() - Method in interface flex2.tools.oem.Report
Outputs the compiler version.
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 flex2.compiler.common.CompilerConfiguration
 
getCompilingForAIR() - Method in interface flex2.compiler.mxml.MxmlConfiguration
True if we are compiling against airglobal.swc.
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.
getComputeDigest() - Method in class flex2.compiler.common.Configuration
 
getComputeDigest() - Method in interface flex2.linker.LinkerConfiguration
 
getComputeDigest() - Method in class flex2.tools.CompcConfiguration
 
getComputeDigest() - Method in class flex2.tools.oem.internal.LibraryCompilerConfiguration
 
getComputeDigest() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
getCondition() - Method in class flex.tools.debugger.cli.BreakAction
 
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
 
getConditionString() - Method in class flex.tools.debugger.cli.BreakAction
 
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
getConfigFileName() - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getConfigFileName() - Method in class org.apache.flex.maven.flexjs.CompileAppMojo
 
getConfigFileName() - Method in class org.apache.flex.maven.flexjs.CompileASMojo
 
getConfigFileName() - Method in class org.apache.flex.maven.flexjs.CompileJSMojo
 
getConfigFileName() - Method in class org.apache.flex.maven.flexjs.CompileTypedefsMojo
 
getConfigFileName() - Method in class org.apache.flex.maven.flexjs.GenerateExterncMojo
 
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
getConfigPaths() - Method in class flex2.compiler.config.ServicesDependenciesWrapper
 
getConfiguration() - Method in class flex2.tools.flexbuilder.BuilderApplication
 
getConfiguration() - Method in class flex2.tools.flexbuilder.BuilderLibrary
 
getConfiguration() - Method in class flex2.tools.oem.Application
 
getConfiguration() - Method in interface flex2.tools.oem.Builder
Gets the compiler options for this object.
getConfiguration() - Method in class flex2.tools.oem.Library
 
getConfiguration() - Method in class org.apache.flex.compiler.config.Configurator
 
getConfiguration() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
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
 
getConservativeInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getConstantPool() - Method in class flash.tools.debugger.concrete.DManager
 
getConstants() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
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(IDefinitionNode[]) - Static method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
getConstructor() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
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
 
getContainerPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getContainerPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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 flash.tools.debugger.expression.FoldedExpressionNode
 
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 class flash.tools.debugger.expression.FoldedExpressionNode
 
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 flex.tools.debugger.cli.DisplayAction
 
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 flex.tools.debugger.cli.VariableFacade
Our lone get context (i.e. parent) interface
getContext() - Method in class flex2.compiler.config.ConfigurationValue
getContext
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.
getContextRoot() - Method in class flex2.compiler.common.CompilerConfiguration
 
getContextRoot() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Context path used to resolve {context.root} tokens in flex-enterprise-services.xml config file
getContextRootInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getContingentDefinitions() - Method in class org.apache.flex.compiler.internal.definitions.ClassDefinition
 
getContributorInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
getControlDeltaX() - Method in class org.apache.flex.swf.types.CurvedEdgeRecord
 
getControlDeltaY() - Method in class org.apache.flex.swf.types.CurvedEdgeRecord
 
getControlsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getControlsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getControlTags() - Method in class org.apache.flex.swf.tags.DefineSpriteTag
 
getConvolutionFilter() - Method in class org.apache.flex.swf.types.Filter
 
getCorePackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getCorePackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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
 
getCreatorInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
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
 
getCSSArchiveFiles() - Method in class flex2.compiler.common.Configuration
 
getCSSCompilationSession() - Method in class org.apache.flex.compiler.internal.projects.FlexJSProject
 
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.
getCurrentClass() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
getCurrentColumn() - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
getCurrentFile() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
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.
getCurrentForeachName() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
getCurrentIndent() - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
getCurrentIndent() - Method in class org.apache.flex.compiler.internal.codegen.Emitter
 
getCurrentLine() - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
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 flash.tools.debugger.concrete.DMessage
 
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
getDataPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getDataPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getDataStream(Collection<ICompilerProblem>) - Method in class org.apache.flex.compiler.internal.embedding.transcoders.TranscoderBase
Get the input stream of the embedded asset
getDataUtilsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getDataUtilsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getDateInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
getDeblocking() - Method in class org.apache.flex.swf.tags.DefineVideoStreamTag
 
getDebugFile() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
 
getDebuggerCallbacks() - Method in class flash.tools.debugger.concrete.PlayerSessionManager
 
getDebugPassword() - Method in class org.apache.flex.compiler.config.Configuration
Lets you engage in remote debugging sessions with the Flash IDE.
getDebugPasswordInfo() - Static method in class flex2.compiler.common.Configuration
 
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
 
getDefaultBackgroundColorInfo() - Static method in class flex2.compiler.common.Configuration
 
getDefaultColor() - Method in class org.apache.flex.swf.types.ConvolutionFilter
 
getDefaultConfiguration() - Method in class flex2.tools.flexbuilder.BuilderApplication
 
getDefaultConfiguration() - Method in class flex2.tools.flexbuilder.BuilderLibrary
 
getDefaultConfiguration() - Method in class flex2.tools.oem.Application
 
getDefaultConfiguration() - Method in interface flex2.tools.oem.Builder
Gets the default compiler options.
getDefaultConfiguration() - Method in class flex2.tools.oem.Library
 
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
 
getDefaultFrameRateInfo() - Static method in class flex2.compiler.common.Configuration
 
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 flex2.tools.oem.internal.OEMReport
 
getDefaultHeight() - Method in interface flex2.tools.oem.Report
Gets the default height of the application.
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
getDefaultNode(ISwitchNode) - Static method in class org.apache.flex.compiler.utils.ASNodeUtils
 
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
 
getDefaults(IParameterNode[]) - Static method in class org.apache.flex.compiler.internal.codegen.js.amd.TempTools
 
getDefaults(IParameterNode[]) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
getDefaultScriptLimitsInfo() - Static method in class flex2.compiler.common.Configuration
 
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 flex2.compiler.common.CompilerConfiguration
 
getDefaultsCssFiles() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Location of SWC defaults.css stylesheets.
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
 
getDefaultsCssFilesInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getDefaultsCssUrl() - Method in class flex2.compiler.common.CompilerConfiguration
 
getDefaultsCssUrl() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Location of defaults.css stylesheet.
getDefaultsCssUrlInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getDefaultSizeInfo() - Static method in class flex2.compiler.common.Configuration
 
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 flex2.tools.oem.internal.OEMReport
 
getDefaultWidth() - Method in interface flex2.tools.oem.Report
Gets the default width of the application.
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
 
getDefine() - Method in interface flex2.compiler.as3.As3Configuration
Configuration settings (ConfigVars) from --compiler.define are retrieved using this getter.
getDefine() - Method in class flex2.compiler.common.CompilerConfiguration
 
getDefinedClasses() - Method in class org.apache.flex.abc.PoolingABCVisitor
Get a list of the defined classes
getDefineInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getDefines() - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getDefines() - Method in class org.apache.flex.maven.flexjs.CompileAppMojo
 
getDefines() - Method in class org.apache.flex.maven.flexjs.CompileASMojo
 
getDefines() - Method in class org.apache.flex.maven.flexjs.CompileJSMojo
 
getDefines() - Method in class org.apache.flex.maven.flexjs.CompileTypedefsMojo
 
getDefines() - Method in class org.apache.flex.maven.flexjs.GenerateExterncMojo
 
getDefiningClass() - Method in class flash.tools.debugger.concrete.DVariable
 
getDefiningClass() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getDefiningClass() - Method in interface flash.tools.debugger.Variable
The class in which this member was actually defined.
getDefiningClass() - Method in class flex.tools.debugger.cli.VariableFacade
 
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(int) - Method in class flex2.tools.oem.internal.OEMReport
 
getDefinitionNames(String) - Method in class flex2.tools.oem.internal.OEMReport
 
getDefinitionNames(String) - Method in interface flex2.tools.oem.Report
Gets the list of all the top-level, externally-visible definitions in the specified source file.
getDefinitionNames(int) - Method in interface flex2.tools.oem.Report
Gets the list of all the top-level, externally-visible definitions in the specified frame.
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(String) - Method in class flex2.tools.oem.internal.OEMReport
 
getDependencies(String) - Method in interface flex2.tools.oem.Report
Gets the list of definitions that the specified definition depends on during run time.
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 ICompilationUnits
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 flex2.compiler.config.ConfigurationInfo
 
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 flex2.compiler.config.ConfigurationInfo
 
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 flex2.compiler.config.ConfigurationInfo
 
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(String) - Method in class flex.tools.debugger.cli.FaultActions
 
getDescription(ConfigurationBuffer, String, LocalizationManager, String) - Static method in class flex2.compiler.config.CommandLineConfigurator
 
getDescription() - Method in class org.apache.flex.compiler.asdoc.ASDocComment
 
getDescription() - Method in class org.apache.flex.compiler.asdoc.flexjs.ASDocComment
 
getDescription() - Method in interface org.apache.flex.compiler.asdoc.IASDocComment
 
getDescription() - Method in interface org.apache.flex.compiler.asdoc.IASDocTag
 
getDescription() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration.ExcludedMember
 
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
 
getDescriptionInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
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.
getDictionary() - Method in class flash.tools.SwfActionContainer
 
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.
getDirectory() - Method in class flex2.tools.oem.Library
Gets the RSL output directory.
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.
getDisableIncrementalOptimizations() - Method in class flex2.compiler.common.CompilerConfiguration
 
getDisableIncrementalOptimizationsInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getDisconnectCause() - Method in class flash.tools.debugger.concrete.DProtocol
 
getDisconnectCause() - Method in class flash.tools.debugger.concrete.PlayerSession
 
getDisconnectCause() - Method in interface flash.tools.debugger.Session
Returns the root SocketException that caused the rxMessage() thread to shut down.
getDisconnectCause() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
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.
getDocEmitter() - Method in interface org.apache.flex.compiler.codegen.as.IASEmitter
 
getDocEmitter() - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
getDocEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
getDocEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter
 
getDocEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
getDocInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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 flex2.tools.ToolsConfiguration
 
getDumpConfig() - Method in class org.apache.flex.compiler.config.Configuration
 
getDumpConfigInfo() - Static method in class flex2.tools.ToolsConfiguration
 
getDWord() - Method in class flash.tools.debugger.concrete.DMessage
Extract the next 4 bytes, which form a 32b integer, from the message
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.
getEffectsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getEffectsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getElement(int) - Method in class flex.tools.debugger.cli.StringIntArray
 
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
 
getEmbedClassTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getEmbedClassTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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
 
getEmitter() - Method in class org.apache.flex.compiler.clients.EXTERNC
 
getEmitter() - Method in class org.apache.flex.compiler.internal.codegen.as.ASBlockWalker
 
getEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSubEmitter
 
getEmitter() - Method in interface org.apache.flex.compiler.visitor.as.IASBlockWalker
The current code emitter.
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
 
getEnableSwcVersionFilteringInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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.
getEncodedCSS() - Method in class org.apache.flex.compiler.internal.driver.js.flexjs.JSCSSCompilationSession
 
getEncodedDebugFile(String) - Method in class org.apache.flex.compiler.internal.as.codegen.GlobalLexicalScope
 
getEncodedDebugFiles() - Method in class org.apache.flex.compiler.internal.units.CompilationUnitBase
 
getEncoding() - Method in interface flex2.compiler.as3.As3Configuration
user-defined AS3 file encoding
getEncoding() - Method in class flex2.compiler.common.CompilerConfiguration
 
getEnd() - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
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
 
getEnumConstant() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
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
 
getenv(String) - Method in class flex.tools.debugger.cli.DebugCLI
 
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
getErrorCount() - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.ReferenceCompiler.ReferenceErrorManager
 
getErrorCount() - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
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.
getErrors() - Method in class org.apache.flex.compiler.internal.codegen.as.ASBlockWalker
 
getErrors() - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.ReferenceCompiler.ReferenceErrorManager
 
getErrors() - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher.JSGoogErrorManager
 
getErrors() - Method in interface org.apache.flex.compiler.visitor.as.IASBlockWalker
The current project errors.
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.
getEsInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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
 
getEventCount() - Method in class flash.tools.debugger.concrete.DManager
Event management related stuff
getEventCount() - Method in class flash.tools.debugger.concrete.PlayerSession
 
getEventCount() - Method in interface flash.tools.debugger.Session
Returns the number of events currently in the queue.
getEventCount() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
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
 
getEventNotifier() - Method in class flash.tools.debugger.concrete.DManager
Get an object on which callers can call wait(), in order to wait until something happens.
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.
getEventsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getEventsPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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.
getEverythingBeforeQuery() - Method in class flash.util.URLHelper
Everything before the "query" part of the URL.
getException() - Method in exception org.apache.flex.compiler.exceptions.CodegenInterruptedException
 
getExceptionDetail() - Method in exception flex2.compiler.config.ConfigurationException
 
getExceptionDetail() - Method in interface flex2.compiler.ILocalizableMessage
 
getExceptionDetail() - Method in exception flex2.compiler.util.CompilerMessage
 
getExceptionMessage(Exception) - Static method in class flex2.compiler.io.FileUtil
 
getExceptionMessage(Exception, boolean) - Static method in class flex2.compiler.io.FileUtil
 
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.
getExitValue() - Method in exception flash.tools.debugger.CommandLineException
 
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
 
getExpr() - Method in class flex.tools.debugger.cli.WatchAction
 
getExpression() - Method in class flex.tools.debugger.cli.DisplayAction
 
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.codegen.externals.reference.ClassReference
 
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 class flex2.compiler.extensions.ExtensionsConfiguration
 
getExtension(String) - Static method in class flex2.compiler.util.MimeMappings
 
getExtension() - Method in enum org.apache.flex.compiler.targets.ITarget.TargetType
 
getExtensionInfo() - Static method in class flex2.compiler.extensions.ExtensionsConfiguration
 
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.
getExtensionMappings() - Method in class flex2.compiler.extensions.ExtensionsConfiguration
 
getExtensions() - Method in class flex2.tools.oem.internal.OEMConfiguration
 
getExtensions() - Method in class org.apache.flex.compiler.config.Configurator
 
getExtensions() - Method in class org.apache.flex.compiler.internal.driver.js.JSSourceFileHandler
Gets an array of Strings containing the file extensions that handler supports.
getExtensions() - Method in class org.apache.flex.compiler.internal.driver.mxml.MXMLSourceFileHandler
Gets an array of Strings containing the file extensions that handler supports.
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
 
getExtensionsConfiguration() - Method in class flex2.compiler.common.CompilerConfiguration
 
getExternalExterns() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
getExternalJSLib() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getExternalLibraries() - Method in class org.apache.flex.compiler.clients.ASC
 
getExternalLibraries(List<Artifact>) - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getExternalLibraryPath() - Method in class flex2.compiler.common.CompilerConfiguration
 
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
 
getExternalLibraryPathInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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.
getExternalRequires(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.FlexJSProject
 
getExternals() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
getExterns() - Method in class flex2.compiler.common.Configuration
 
getExterns() - Method in interface flex2.linker.LinkerConfiguration
 
getExterns() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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
 
getExternsInfo() - Static method in class flex2.compiler.common.Configuration
 
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
 
getFaultEvent() - Method in exception flash.tools.debugger.expression.PlayerFaultException
 
getField() - Method in class org.apache.flex.maven.flexjs.FieldExclude
 
getFields(IClassDefinition, boolean) - Static method in class org.apache.flex.compiler.internal.codegen.js.amd.TempTools
 
getFile() - Method in class flash.tools.debugger.concrete.DLocation
 
getFile(int, int) - Method in class flash.tools.debugger.concrete.PlayerSession
From a given file identifier return a source file object
getFile() - Method in interface flash.tools.debugger.Location
Source file for this location
getFile() - Method in class flash.tools.debugger.threadsafe.ThreadSafeLocation
 
getFile(int) - Method in class flex.tools.debugger.cli.FileInfoCache
 
getFile(int, int) - Method in class flex.tools.debugger.cli.FileInfoCache
 
getFile() - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.ReferenceCompiler.ExternalFile
 
getFile(File) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
getFile(File) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ConstantReference
 
getFile(File) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.FunctionReference
 
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.
getFileCache() - Method in class flex.tools.debugger.cli.DebugCLI
 
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.
getFileList() - Method in class flex.tools.debugger.cli.FileInfoCache
 
getFileList(int) - Method in class flex.tools.debugger.cli.FileInfoCache
 
getFileList() - Method in class flex2.tools.CommandLineConfiguration
 
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(String) - Method in class flex.tools.debugger.cli.FileInfoCache
Return a array of SourceFiles whose names match the specified string.
getFiles(String, int) - Method in class flex.tools.debugger.cli.FileInfoCache
 
getFiles() - Method in class flex2.tools.CompcConfiguration
 
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() - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
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 flex2.tools.CommandLineConfiguration
 
getFileSpecs() - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
getFileSpecs() - Method in class org.apache.flex.compiler.config.Configuration
 
getFileSpecsInfo() - Static method in class flex2.tools.CommandLineConfiguration
 
getFileSpecsInfo() - Static method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
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.
getFilteredLibraries(List<Artifact>) - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
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.
getFirstSourceId() - Method in class flash.tools.debugger.concrete.DSwfInfo
 
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
getFlashplayerDebugger() - Method in class org.apache.flex.utils.AntTestAdapter
 
getFlashplayerDebugger() - Method in interface org.apache.flex.utils.ITestAdapter
 
getFlashplayerDebugger() - Method in class org.apache.flex.utils.MavenTestAdapter
 
getFlashType() - Method in class flex2.compiler.common.FontsConfiguration
 
getFlashTypeInfo() - Static method in class flex2.compiler.common.FontsConfiguration
 
getFlexArtifact(String) - Method in class org.apache.flex.utils.AntTestAdapter
 
getFlexArtifact(String) - Method in interface org.apache.flex.utils.ITestAdapter
 
getFlexArtifact(String) - Method in class org.apache.flex.utils.MavenTestAdapter
 
getFlexArtifactResourceBundle(String) - Method in class org.apache.flex.utils.AntTestAdapter
 
getFlexArtifactResourceBundle(String) - Method in interface org.apache.flex.utils.ITestAdapter
 
getFlexArtifactResourceBundle(String) - Method in class org.apache.flex.utils.MavenTestAdapter
 
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.
getFlexHomeDirectory() - Method in class flex.tools.debugger.cli.DebugCLI
Returns the Flex home directory.
getFlexJSArtifact(String) - Method in class org.apache.flex.utils.AntTestAdapter
 
getFlexJSArtifact(String) - Method in interface org.apache.flex.utils.ITestAdapter
 
getFlexJSArtifact(String) - Method in class org.apache.flex.utils.MavenTestAdapter
 
getFlexJsManifestPath(String) - Method in class org.apache.flex.utils.AntTestAdapter
 
getFlexJsManifestPath(String) - Method in interface org.apache.flex.utils.ITestAdapter
 
getFlexJsManifestPath(String) - Method in class org.apache.flex.utils.MavenTestAdapter
 
getFlexManifestPath(String) - Method in class org.apache.flex.utils.AntTestAdapter
 
getFlexManifestPath(String) - Method in interface org.apache.flex.utils.ITestAdapter
 
getFlexManifestPath(String) - Method in class org.apache.flex.utils.MavenTestAdapter
 
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
 
getFlexTool() - Method in class org.apache.flex.maven.flexjs.BaseCompileMojo
 
getFlexTool() - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getFlexTool() - Method in class org.apache.flex.maven.flexjs.CompileAppMojo
 
getFlexTool() - Method in class org.apache.flex.maven.flexjs.CompileASMojo
 
getFlexTool() - Method in class org.apache.flex.maven.flexjs.CompileJSMojo
 
getFlexTool() - Method in class org.apache.flex.maven.flexjs.CompileTypedefsMojo
 
getFlexTool() - Method in class org.apache.flex.maven.flexjs.GenerateExterncMojo
 
getFlexVersion() - Static method in class flex2.tools.VersionInfo
 
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
 
getFontFaceRulesTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getFontFaceRulesTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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
 
getFontsConfiguration() - Method in class flex2.compiler.common.CompilerConfiguration
 
getFontsConfiguration() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Provides settings for the Font Managers, their caches, and aliases for character ranges to embed for font face.
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 flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
Get the array of SWCs that should have their RSLs loaded, even if the compiler detects no classes being used from the SWC.
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.
getForceRslsInfo() - Static method in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
 
getForceRslsPaths() - Method in class flex2.compiler.common.RuntimeSharedLibrarySettingsConfiguration
Get the SWCs that are forced to load RSLs as a set of paths.
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
 
getFragment() - Method in class flash.util.URLHelper
Returns the "fragment" portion of the URL, e.g. the "#foo" part, or "" if the URL has no fragment.
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(int, int) - Method in class flash.tools.debugger.concrete.DManager
 
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(int) - Method in class flash.tools.debugger.concrete.DManager
 
getFrameCount() - Method in class flex2.tools.oem.internal.OEMReport
 
getFrameCount() - Method in interface flex2.tools.oem.Report
Gets the number of frames in the movie.
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
 
getFrameInfo() - Static method in class flex2.compiler.common.FramesConfiguration
 
getFrameLabels() - Method in class org.apache.flex.compiler.internal.config.TargetSettings
 
getFrameLabels() - Method in interface org.apache.flex.compiler.targets.ITargetSettings
A List of FrameInfo objects that describe extra frames of a SWF.
getFrameLabels() - Method in class org.apache.flex.compiler.targets.TargetSettingsProxy
 
getFrameList() - Method in class flex2.compiler.common.Configuration
 
getFrameList() - Method in class flex2.compiler.common.FramesConfiguration
 
getFrameList() - Method in interface flex2.linker.LinkerConfiguration
 
getFrameList() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
getFrameList() - Method in class org.apache.flex.compiler.config.Configuration
 
getFrameNum() - Method in class org.apache.flex.swf.tags.VideoFrameTag
 
getFrameRate() - Method in class flex2.compiler.common.Configuration
 
getFrameRate() - Method in interface flex2.linker.LinkerConfiguration
 
getFrameRate() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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(int) - Method in class flash.tools.debugger.concrete.DManager
 
getFrames() - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
getFrames() - Method in class flash.tools.debugger.concrete.PlayerSession
 
getFrames() - Method in interface flash.tools.debugger.IsolateSession
 
getFrames() - Method in interface flash.tools.debugger.Session
Returns an array of frames that identify the location and contain arguments, locals and 'this' information for each frame on the function call stack.
getFrames() - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
getFrames() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
getFrames() - Method in class org.apache.flex.swf.SWF
Return all the frames in the SWF.
getFramesConfiguration() - Method in class flex2.compiler.common.Configuration
 
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
 
getFramesWorker(int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
getFramesWorker(int) - Method in interface flash.tools.debugger.IsolateController
 
getFramework() - Method in class flex2.compiler.common.Configuration
 
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
 
getFullName() - Method in class org.apache.flex.compiler.ant.config.OptionSpec
 
getFullPath() - Method in class flash.tools.debugger.concrete.DModule
 
getFullPath() - Method in interface flash.tools.debugger.SourceFile
Full path and file name, if its exists, for this SourceFile.
getFullPath() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
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
getFunctionNameForLine(Session, int) - Method in class flash.tools.debugger.concrete.DModule
 
getFunctionNameForLine(Session, int) - Method in interface flash.tools.debugger.SourceFile
Return the function name for a given line number, or null if not known or if the line matches more than one function.
getFunctionNameForLine(Session, int) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
getFunctionNames(Session) - Method in class flash.tools.debugger.concrete.DModule
 
getFunctionNames(Session) - Method in interface flash.tools.debugger.SourceFile
Get a list of all function names for this SourceFile
getFunctionNames(Session) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
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
getFunctions() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
getGenerateAbstractSyntaxTree() - Method in interface flex2.compiler.as3.As3Configuration
 
getGenerateAbstractSyntaxTree() - Method in class flex2.compiler.common.CompilerConfiguration
 
getGenerateAbstractSyntaxTree() - Method in interface flex2.compiler.mxml.MxmlConfiguration
 
getGenerateAbstractSyntaxTreeInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getGeneratedDirectory() - Method in class flex2.compiler.common.CompilerConfiguration
 
getGeneratedDirectory() - Method in interface flex2.compiler.mxml.MxmlConfiguration
 
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.FlexJSProject
 
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.
getGenerateFrameLoaderInfo() - Static method in class flex2.compiler.common.Configuration
 
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 flex2.compiler.config.ConfigurationInfo
 
getGetterMethod() - Method in class org.apache.flex.compiler.config.ConfigurationInfo
 
getGlobal(String) - Method in class flash.tools.debugger.concrete.IsolatePlayerSession
 
getGlobal(String) - Method in class flash.tools.debugger.concrete.PlayerSession
 
getGlobal(String) - Method in interface flash.tools.debugger.IsolateSession
 
getGlobal(String) - Method in interface flash.tools.debugger.Session
Looks up a global name, like "MyClass", "String", etc.
getGlobal(String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolateSession
 
getGlobal(String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
getGlobalScope() - Method in class org.apache.flex.compiler.internal.as.codegen.LexicalScope
 
getGlobalWorker(String, int) - Method in class flash.tools.debugger.concrete.PlayerSession
 
getGlobalWorker(String, int) - Method in interface flash.tools.debugger.IsolateController
 
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.
getHandler() - Method in class org.apache.flex.compiler.internal.visitor.as.ASNodeHandler
Returns the IASNodeStrategy currently being used to handle IASNode AST.
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 flash.tools.SwfActionContainer
 
getHeader() - Method in class org.apache.flex.swf.SWF
 
getHeadlessServerInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getHeight() - Method in class flex2.tools.oem.internal.OEMReport
 
getHeight() - Method in interface flex2.tools.oem.Report
Gets the user-defined height.
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 flex2.tools.oem.internal.OEMReport
 
getHeightPercent() - Method in interface flex2.tools.oem.Report
Gets the user-defined height percentage.
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
 
getHelpInfo() - Static method in class flex2.tools.CommandLineConfiguration
 
getHelpInfo() - Static method in class flex2.tools.CompcConfiguration
 
getHighlightColor() - Method in class org.apache.flex.swf.types.BevelFilter
 
getHits() - Method in class flex.tools.debugger.cli.BreakAction
 
getHoistedChildCount() - Method in interface org.apache.flex.compiler.tree.mxml.IMXMLDesignLayerNode
Flatten <fx:DesignLayer> tags by hoisting direct children of a "DesignLayer" tag.
getHost() - Method in class flash.tools.debugger.concrete.DSwfInfo
 
getHttpExe() - Method in class flash.tools.debugger.DefaultDebuggerCallbacks
 
getHttpExe() - Method in interface flash.tools.debugger.IDebuggerCallbacks
Returns the executable of the browser to launch for http: URLs, or null if not known.
getHttpExeName() - Method in class flash.tools.debugger.DefaultDebuggerCallbacks
 
getHttpExeName() - Method in interface flash.tools.debugger.IDebuggerCallbacks
Returns a name such as "firefox" or "Web browser", the name of the browser, useful for error messages.
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() - Method in class flash.tools.debugger.concrete.DIsolate
 
getId() - Method in class flash.tools.debugger.concrete.DLocation
 
getId() - Method in class flash.tools.debugger.concrete.DModule
 
getId() - Method in class flash.tools.debugger.concrete.DSwfInfo
 
getId() - Method in class flash.tools.debugger.concrete.DValue
 
getId() - Method in interface flash.tools.debugger.Isolate
Get the unique integer ID associated with the worker.
getId() - Method in interface flash.tools.debugger.SourceFile
Return a unique identifier for this SourceFile.
getId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeIsolate
 
getId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
getId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getId() - Method in interface flash.tools.debugger.Value
Returns a unique ID for the object referred to by this variable.
getId() - Method in class flex.tools.debugger.cli.BreakAction
 
getId() - Method in class flex.tools.debugger.cli.CatchAction
 
getId() - Method in class flex.tools.debugger.cli.DisplayAction
 
getId() - Method in class flex.tools.debugger.cli.WatchAction
 
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.codegen.externals.reference.ClassReference
 
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
getImplicitBindableImplementation() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
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 flex2.compiler.config.ServicesDependenciesWrapper
 
getImports() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
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
 
getIncludeClassesInfo() - Static method in class flex2.tools.CompcConfiguration
 
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
getIncludeFile() - Method in class flex2.tools.CompcConfiguration
 
getIncludeFileInfo() - Static method in class flex2.tools.CompcConfiguration
 
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 flex2.compiler.common.Configuration
 
getIncludeInheritanceDependenciesOnly() - Method in interface flex2.linker.LinkerConfiguration
 
getIncludeInheritanceDependenciesOnly() - Method in class org.apache.flex.compiler.config.Configuration
 
getIncludeInheritanceDependenciesOnlyInfo() - Static method in class flex2.compiler.common.Configuration
 
getIncludeLibraries() - Method in class flex2.compiler.common.CompilerConfiguration
 
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.
getIncludeLibrariesInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getIncludeLookupOnly() - Method in class flex2.tools.CompcConfiguration
 
getIncludeLookupOnly() - Method in class org.apache.flex.compiler.config.Configuration
 
getIncludeLookupOnlyInfo() - Static method in class flex2.tools.CompcConfiguration
 
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
 
getIncludeNamespacesInfo() - Static method in class flex2.tools.CompcConfiguration
 
getIncludeResourceBundles() - Method in class flex2.tools.CommandLineConfiguration
 
getIncludeResourceBundles() - Method in class flex2.tools.CompcConfiguration
 
getIncludeResourceBundles() - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
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
 
getIncludeResourceBundlesInfo() - Static method in class flex2.tools.CommandLineConfiguration
 
getIncludeResourceBundlesInfo() - Static method in class flex2.tools.CompcConfiguration
 
getIncludeResourceBundlesInfo() - Static method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
getIncludes() - Method in class flex2.compiler.common.Configuration
 
getIncludes() - Method in interface flex2.linker.LinkerConfiguration
 
getIncludes() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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 ICompilationUnits that are included into the build process by -include-classes compiler argument.
getIncludesCompilationUnits() - Method in interface org.apache.flex.compiler.targets.ITarget
Returns mixins.
getIncludesInfo() - Static method in class flex2.compiler.common.Configuration
 
getIncludeSources() - Method in class flex2.tools.CompcConfiguration
 
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
 
getIncludeSourcesInfo() - Static method in class flex2.tools.CompcConfiguration
 
getIncludeStackTop() - Method in class org.apache.flex.compiler.internal.parsing.as.IncludeHandler
Get the file on top of the include chain stack.
getIncludeStylesheetInfo() - Static method in class flex2.tools.CompcConfiguration
 
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
 
getInCount(int) - Method in class flash.tools.debugger.concrete.DMessageCounter
 
getIncremental() - Method in class flex2.compiler.common.CompilerConfiguration
 
getIndent(int) - Method in class org.apache.flex.compiler.internal.codegen.as.ASEmitter
 
getIndent(int) - Method in class org.apache.flex.compiler.internal.codegen.Emitter
 
getIndent(int) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
getIndent(int) - Method in class org.apache.flex.compiler.internal.codegen.js.vf2js.JSVF2JSEmitter
 
getIndent(int) - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSEmitter
 
getIndent(int) - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSEmitter
 
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 flex2.compiler.config.ConfigurationBuffer
 
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
getInLock() - Method in class flash.tools.debugger.concrete.DMessageCounter
Returns the object on which external code can call "wait" in order to block until a message is received.
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() - Method in class flex2.compiler.io.LocalFile
Return input stream...
getInputStream() - Method in class flex2.compiler.io.NetworkFile
Return input stream...
getInputStream() - Method in interface flex2.compiler.io.VirtualFile
Return input stream...
getInputStream() - Method in class flex2.tools.oem.VirtualLocalFile
Returns the text in this VirtualLocalFile object in an InputStream.
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
 
getInstanceField(String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
getInstanceInfo() - Method in interface org.apache.flex.abc.ClassDependencySort.IInstanceInfoProvider
 
getInstanceInfo() - Method in class org.apache.flex.abc.PoolingABCVisitor.ClassVisitor
 
getInstanceMethod(String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
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 <?
getInt(int) - Method in class flex.tools.debugger.cli.StringIntArray
 
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
 
getInteger(String) - Method in class flex.tools.debugger.cli.IntProperties
 
getInteger(int) - Method in class flex.tools.debugger.cli.StringIntArray
 
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
getInterfaceDefTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getInterfaceDefTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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.
getInterfacePropertyMap() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
getInterfaceReference(String) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
getInterfaces() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
getInterfaces(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.FlexJSProject
 
getInterfacesNode() - Method in class org.apache.flex.compiler.internal.tree.as.ClassNode
Get the container of interfaces for this class
getInternalClasses() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
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.
getInTypeName() - Method in class flash.tools.debugger.concrete.DMessage
 
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
getIsolate(int) - Method in class flash.tools.debugger.concrete.DManager
Isolates
getIsolateCount() - Method in class flash.tools.debugger.concrete.DManager
 
getIsolateId() - Method in class flash.tools.debugger.concrete.DLocation
 
getIsolateId() - Method in class flash.tools.debugger.concrete.DStackContext
 
getIsolateId() - Method in class flash.tools.debugger.concrete.DSwfInfo
 
getIsolateId() - Method in class flash.tools.debugger.concrete.DValue
 
getIsolateId() - Method in class flash.tools.debugger.concrete.DVariable
 
getIsolateId() - Method in class flash.tools.debugger.concrete.DWatch
 
getIsolateId() - Method in interface flash.tools.debugger.expression.Context
The worker id to which this context object belongs.
getIsolateId() - Method in interface flash.tools.debugger.Frame
Returns the worker ID associated to this frame.
getIsolateId() - Method in interface flash.tools.debugger.Location
Worker to which this location belongs.
getIsolateId() - Method in interface flash.tools.debugger.SwfInfo
Return the worker ID to which this SWF belongs.
getIsolateId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeFrame
 
getIsolateId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeLocation
 
getIsolateId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSwfInfo
 
getIsolateId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getIsolateId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getIsolateId() - Method in class flash.tools.debugger.threadsafe.ThreadSafeWatch
 
getIsolateId() - Method in interface flash.tools.debugger.Value
Get the worker id of the isolate to which this value belongs.
getIsolateId() - Method in interface flash.tools.debugger.Variable
Get the worker id of the isolate to which this value belongs.
getIsolateId() - Method in interface flash.tools.debugger.Watch
The isolate to which this watchpoint belongs.
getIsolateId() - Method in class flex.tools.debugger.cli.DisplayAction
 
getIsolateId() - Method in class flex.tools.debugger.cli.ExpressionContext
 
getIsolateId() - Method in class flex.tools.debugger.cli.VariableFacade
 
getIsolateInCount(long, int) - Method in class flash.tools.debugger.concrete.DMessageCounter
 
getIsolateInLock(long) - Method in class flash.tools.debugger.concrete.DMessageCounter
 
getIsolateOutCount(long, int) - Method in class flash.tools.debugger.concrete.DMessageCounter
 
getIsolates() - Method in class flash.tools.debugger.concrete.DManager
 
getIsolateStyles() - Method in class flex2.compiler.common.CompilerConfiguration
 
getIsolateStylesInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getIsolateSwfList() - Method in class flash.tools.debugger.concrete.DManager
 
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
 
getJavaProfilerClass() - Method in class flex2.compiler.common.CompilerConfiguration
 
getJavaProfilerClassInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getJBurgAnnotation(IASNode) - Method in class flash.tools.debugger.expression.AS3DebuggerBURM
 
getJBurgAnnotation(IASNode) - Method in class flash.tools.debugger.expression.AS3DebuggerBURM
 
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.
getJSCompiler() - Method in class org.apache.flex.compiler.internal.codegen.externals.pass.ReferenceCompiler
 
getJSCompilerOptions() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getJSEventName(String) - Static method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLEventSpecifier
 
getJSOutputOptimizations() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getJSOutputType() - Method in class org.apache.flex.compiler.clients.JSConfiguration
 
getJsRoot() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration
 
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.
getKeepAllTypeSelectorsInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getKeepAs3Metadata() - Method in class flex2.compiler.common.CompilerConfiguration
 
getKeepAs3MetadataInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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
 
getKeepASDoc() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
getKeepGeneratedActionscriptInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getKeepGeneratedSignatures() - Method in class flex2.compiler.common.CompilerConfiguration
 
getKeepGeneratedSignaturesInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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 flash.tools.debugger.concrete.DWatch
 
getKind() - Method in class flash.tools.debugger.threadsafe.ThreadSafeWatch
 
getKind() - Method in interface flash.tools.debugger.Watch
The kind of watch placed on the variable being watched.
getKind() - Method in class flex.tools.debugger.cli.WatchAction
 
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
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
getL10NArchiveFiles() - Method in class flex2.compiler.common.Configuration
 
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
 
getLanguageInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
getLanguageNamespace() - Method in class org.apache.flex.compiler.internal.mxml.MXMLDialect
Gets the language namespace for this dialect of MXML.
getLanguageRangeInfo() - Static method in class flex2.compiler.common.FontsConfiguration.Languages
 
getLanguagesConfiguration() - Method in class flex2.compiler.common.FontsConfiguration
 
getLastLabel() - Method in class org.apache.flex.abc.instructionlist.InstructionList
 
getLastMAEInChain(MemberAccessExpressionNode) - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
getLastModified() - Method in class flash.tools.debugger.expression.DebuggerUtil.InMemoryFileSpecification
 
getLastModified() - Method in class flex2.compiler.io.LocalFile
Return last time the underlying source is modified.
getLastModified() - Method in class flex2.compiler.io.NetworkFile
Return last time the underlying source is modified.
getLastModified() - Method in interface flex2.compiler.io.VirtualFile
Return last time the underlying source is modified.
getLastModified() - Method in class flex2.tools.oem.VirtualLocalFile
Gets the last modified time of this VirtualLocalFile object.
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
 
getLastSourceId() - Method in class flash.tools.debugger.concrete.DSwfInfo
 
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.
getLaunchCommand() - Method in class flash.tools.debugger.concrete.ProcessListener
Returns the command args that were used to launch the process.
getLaunchProcess() - Method in class flash.tools.debugger.concrete.PlayerSession
 
getLaunchProcess() - Method in interface flash.tools.debugger.Session
Returns the Process object, if any, that triggered this Session.
getLaunchProcess() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
getLazyAssociations(String) - Method in class flex2.compiler.config.ServicesDependenciesWrapper
 
getLazyInitInfo() - Static method in class flex2.compiler.common.Configuration
 
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 class flash.tools.debugger.concrete.DVariable
 
getLevel() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getLevel() - Method in interface flash.tools.debugger.Variable
For a member variable of an instance of some class, its "level" indicates how far up the class hierarchy it is from the actual class of the instance.
getLevel() - Method in class flex.tools.debugger.cli.VariableFacade
 
getLevel() - Method in exception flex2.compiler.config.ConfigurationException
 
getLevel() - Method in exception flex2.compiler.util.CompilerMessage
 
getLevel() - Method in interface flex2.tools.oem.Message
Returns the compiler message severity level.
getLevel() - Method in exception flex2.tools.ToolsConfiguration.BadESStrictCombination
 
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(List<Artifact>) - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getLibraries() - Method in interface org.apache.flex.swc.ISWC
Get the SWF libraries.
getLibraries() - Method in class org.apache.flex.swc.SWC
 
getLibraries(boolean) - Method in class org.apache.flex.utils.AntTestAdapter
 
getLibraries(boolean) - Method in interface org.apache.flex.utils.ITestAdapter
 
getLibraries(boolean) - Method in class org.apache.flex.utils.MavenTestAdapter
 
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
 
getLibraryConfiguration(String[], boolean, boolean, Logger, PathResolver, MimeMappings) - Static method in class flex2.tools.oem.internal.OEMUtil
 
getLibraryConfiguration(String[], boolean, boolean, Logger, PathResolver, MimeMappings, boolean) - Static method in class flex2.tools.oem.internal.OEMUtil
 
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(Object) - Method in class flex2.tools.oem.internal.OEMReport
 
getLibraryNames(Object) - Method in interface flex2.tools.oem.Report
Gets the name of all the libraries that are involved in the Application or Library.
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.
getLibraryPath() - Method in class flex2.compiler.common.CompilerConfiguration
 
getLibraryPath() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Path locations of component libraries, including swcs, mxml, and as components.
getLibraryPathInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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 flex2.tools.VersionInfo
 
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.
getLicenseFile() - Method in class flex2.tools.ToolsConfiguration
 
getLicenseInfo() - Static method in class flex2.tools.LicensesConfiguration
 
getLicenseMap() - Method in class flex2.tools.LicensesConfiguration
 
getLicenseMap(ToolsConfiguration) - Static method in class flex2.tools.oem.internal.OEMUtil
 
getLicenseMapFromFile(String) - Static method in class flex2.tools.Tool
 
getLicensesConfiguration() - Method in class flex2.compiler.common.Configuration
 
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 class flash.tools.debugger.concrete.DLocation
 
getLine(int) - Method in class flash.tools.debugger.concrete.DModule
 
getLine() - Method in class flash.tools.debugger.concrete.DStackContext
 
getLine(int) - Method in class flash.tools.debugger.concrete.ScriptText
 
getLine() - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
getLine() - Method in interface flash.tools.debugger.Location
Line number within the source for this location
getLine(int) - Method in interface flash.tools.debugger.SourceFile
Obtains the textual content of the given line from within a source file.
getLine() - Method in class flash.tools.debugger.threadsafe.ThreadSafeLocation
 
getLine(int) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
getLine() - Method in exception flex2.compiler.config.ConfigurationException
 
getLine() - Method in class flex2.compiler.config.ConfigurationValue
getLine
getLine() - Method in exception flex2.compiler.util.CompilerMessage
 
getLine() - Method in interface flex2.tools.oem.Message
Returns the line number of the file that contains the error.
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
getLineCount() - Method in class flash.tools.debugger.concrete.DModule
 
getLineCount() - Method in class flash.tools.debugger.concrete.ScriptText
 
getLineCount() - Method in interface flash.tools.debugger.SourceFile
Returns the number of source lines in the given file
getLineCount() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
getLineForFunctionName(Session, String) - Method in class flash.tools.debugger.concrete.DModule
 
getLineForFunctionName(Session, String) - Method in interface flash.tools.debugger.SourceFile
Return the line number for the given function name if it doesn't exists -1 is returned
getLineForFunctionName(Session, String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
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.
getLinkerConfiguration(String[], boolean, boolean, Logger, MimeMappings, PathResolver, Configuration, Set, Set<String>, Set<String>) - Static method in class flex2.tools.oem.internal.OEMUtil
 
getLinkerOptions() - Method in class flex2.tools.oem.internal.OEMConfiguration
 
getLinkReport() - Method in class flex2.linker.SimpleMovie
 
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
 
getLinkReportFileName() - Method in class flex2.compiler.common.Configuration
 
getLinkReportFileName() - Method in interface flex2.linker.LinkerConfiguration
 
getLinkReportFileName() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
getLinkReportInfo() - Static method in class flex2.compiler.common.Configuration
 
getLinkReportName(ICompilationUnit) - Static method in class org.apache.flex.compiler.internal.units.SWCCompilationUnit
 
getListOfFiles(ProblemQuery) - Method in class org.apache.flex.compiler.internal.graph.GoogDepsWriter
 
getListOfFiles() - Method in class org.apache.flex.compiler.internal.graph.VF2JSDepsWriter
 
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 flex2.tools.CommandLineConfiguration
 
getLoadConfig() - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
getLoadConfig() - Method in class org.apache.flex.compiler.config.Configuration
 
getLoadConfigInfo() - Static method in class flex2.tools.CommandLineConfiguration
 
getLoadConfigInfo() - Static method in class flex2.tools.CompcConfiguration
 
getLoadConfigInfo() - Static method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
getLoadConfigInfo() - Static method in class flex2.tools.oem.internal.LibraryCompilerConfiguration
 
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.
getLoadExternsInfo() - Static method in class flex2.compiler.common.Configuration
 
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.
getLocaleInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getLocalEnd() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
 
getLocales() - Method in class flex2.compiler.common.CompilerConfiguration
 
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.
getLocalFontPaths() - Method in class flex2.compiler.common.FontsConfiguration
 
getLocalFontPathsInfo() - Static method in class flex2.compiler.common.FontsConfiguration
 
getLocalFontsSnapshot() - Method in class flex2.compiler.common.FontsConfiguration
 
getLocalFontsSnapshotInfo() - Static method in class flex2.compiler.common.FontsConfiguration
 
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
getLocalizationManager() - Static method in class flash.tools.debugger.concrete.PlayerSessionManager
Returns the localization manager.
getLocalizationManager() - Static method in class flex.tools.debugger.cli.DebugCLI
 
getLocalizationManager() - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
getLocalizedDescriptionInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
getLocalizedMessage() - Method in exception flash.tools.debugger.expression.NoSuchVariableException
 
getLocalizedText(Locale, String) - Method in class flash.tools.debugger.DebuggerLocalizer
 
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
 
getLocalizedTitleInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
getLocalOffset(int) - Method in class org.apache.flex.compiler.internal.parsing.as.OffsetLookup
Translate absolute offset to local offset.
getLocalPart() - Method in class flex2.compiler.util.Name
 
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
 
getLocals(Session) - Method in class flash.tools.debugger.concrete.DStackContext
 
getLocals(Session) - Method in interface flash.tools.debugger.Frame
Locals used within this function scope.
getLocals(Session) - Method in class flash.tools.debugger.threadsafe.ThreadSafeFrame
 
getLocalStart() - Method in class org.apache.flex.compiler.internal.parsing.TokenBase
 
getLocation() - Method in class flash.tools.debugger.concrete.DStackContext
 
getLocation() - Method in interface flash.tools.debugger.Frame
Location object related to this frame.
getLocation() - Method in class flash.tools.debugger.threadsafe.ThreadSafeFrame
 
getLocation() - Method in class flex.tools.debugger.cli.BreakAction
 
getLocation(String) - Method in class flex2.tools.oem.internal.OEMReport
 
getLocation(String) - Method in interface flex2.tools.oem.Report
Gets the location of the specified definition.
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.
getLocations() - Method in class flex.tools.debugger.cli.BreakAction
 
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 flex2.compiler.util.ThreadLocalToolkit
 
getLogger() - Method in class flex2.tools.oem.Application
 
getLogger() - Method in interface flex2.tools.oem.Builder
Gets the logger for this object.
getLogger(Logger, List<Message>) - Static method in class flex2.tools.oem.internal.OEMUtil
 
getLogger() - Method in class flex2.tools.oem.Library
 
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
 
getLong() - Method in class flash.tools.debugger.concrete.DMessage
Extract the next 8 bytes, which form a 64b integer, from the message
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 flex2.compiler.common.Configuration
 
getMainDefinition() - Method in interface flex2.linker.LinkerConfiguration
 
getMainDefinition() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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.
getMajorCompatibilityVersion() - Method in class flex2.compiler.common.MxmlConfiguration
 
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
 
getManagedPropertyTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getManagedPropertyTemplate() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getManagers() - Method in class flex2.compiler.common.FontsConfiguration
 
getManagersInfo() - Static method in class flex2.compiler.common.FontsConfiguration
 
getManagersPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getManagersPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getManifest() - Method in class org.apache.flex.maven.flexjs.Namespace
 
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.
getManifestMappings() - Method in class flex2.compiler.common.NamespacesConfiguration
 
getMarmotinni() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
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
 
getMasterList() - Method in class flash.tools.SwfActionContainer
 
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
 
getMaxCachedFonts() - Method in class flex2.compiler.common.FontsConfiguration
 
getMaxCachedFontsInfo() - Static method in class flex2.compiler.common.FontsConfiguration
 
getMaxGlyphsPerFace() - Method in class flex2.compiler.common.FontsConfiguration
 
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
 
getMemberCount(Session) - Method in class flash.tools.debugger.concrete.DValue
 
getMemberCount(Session) - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getMemberCount(Session) - Method in interface flash.tools.debugger.Value
Returns the number of child members of this variable.
getMemberName() - Method in class flash.tools.debugger.concrete.DWatch
 
getMemberName() - Method in class flash.tools.debugger.threadsafe.ThreadSafeWatch
 
getMemberName() - Method in interface flash.tools.debugger.Watch
Name of variable member that is being watched.
getMemberNamed(Session, String) - Method in class flash.tools.debugger.concrete.DValue
 
getMemberNamed(Session, String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getMemberNamed(Session, String) - Method in interface flash.tools.debugger.Value
Returns a specific child member of this variable.
getMembers(Session) - Method in class flash.tools.debugger.concrete.DValue
 
getMembers(Session) - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getMembers(Session) - Method in interface flash.tools.debugger.Value
Returns all child members of this variable.
getMemoryUsageFactorInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
getMergeABCs() - Method in class org.apache.flex.compiler.clients.ASC
 
getMessage() - Method in exception flash.tools.debugger.AlreadyActiveApplicationException
 
getMessage() - Method in exception flash.tools.debugger.expression.PlayerFaultException
 
getMessage() - Method in exception flash.tools.debugger.NoResponseException
 
getMessage() - Method in exception flash.tools.debugger.NotConnectedException
 
getMessage() - Method in exception flash.tools.debugger.NotSuspendedException
 
getMessage() - Method in exception flash.tools.debugger.SuspendedException
 
getMessage() - Method in exception flash.tools.debugger.VersionException
 
getMessage() - Method in exception flex2.compiler.config.ConfigurationException
 
getMessage() - Method in exception flex2.compiler.util.CompilerMessage
 
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
 
getMessageCounter() - Method in class flash.tools.debugger.concrete.DProtocol
 
getMessageCounter() - Method in class flash.tools.debugger.concrete.PlayerSession
 
getMessages() - Method in class flex2.tools.oem.internal.OEMReport
 
getMessages() - Method in interface flex2.tools.oem.Report
Reports the errors and warnings that were generated during the compilation.
getMessagingConfigPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getMessagingConfigPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getMetadata() - Method in class flex2.compiler.common.Configuration
 
getMetadata() - Method in interface flex2.linker.LinkerConfiguration
 
getMetadata() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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.
getMetadataConfiguration() - Method in class flex2.compiler.common.Configuration
 
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.
getMetadataToKeep() - Method in class flex2.compiler.common.Configuration
Includes user specified metadata and extra metadata added by the linker.
getMetadataToKeep() - Method in interface flex2.linker.LinkerConfiguration
 
getMetadataToKeep() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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 IMetaInfos 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
 
getMethodOverrideFromInterface(MethodReference) - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
getMethods() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
getMimeType() - Method in class flex2.compiler.io.LocalFile
Return mime type
getMimeType() - Method in class flex2.compiler.io.NetworkFile
Return mime type
getMimeType() - Method in interface flex2.compiler.io.VirtualFile
Return mime type
getMimeType(String) - Static method in class flex2.compiler.util.MimeMappings
 
getMimeType() - Method in class flex2.tools.oem.VirtualLocalFile
Returns The MIME type of this VirtualLocalFile object.
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
getMinimumSupportedVersion() - Method in class flex2.compiler.common.CompilerConfiguration
 
getMinimumSupportedVersion() - Method in class flex2.compiler.common.Configuration
 
getMinimumSupportedVersion() - Method in class flex2.compiler.common.MxmlConfiguration
 
getMinimumSupportedVersion() - Method in interface flex2.linker.LinkerConfiguration
 
getMinimumSupportedVersionString() - Method in class flex2.compiler.common.CompilerConfiguration
 
getMinimumSupportedVersionString() - Method in class flex2.compiler.common.Configuration
The minimum supported library version specified in the configuration.
getMinimumSupportedVersionString() - Method in class flex2.compiler.common.MxmlConfiguration
 
getMinimumSupportedVersionString() - Method in interface flex2.linker.LinkerConfiguration
 
getMinor() - Method in class org.apache.flex.utils.Version
Gets the minor version number number.
getMinorCompatibilityVersion() - Method in class flex2.compiler.common.MxmlConfiguration
 
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 flex2.compiler.common.CompilerConfiguration
 
getMobile() - Method in class org.apache.flex.compiler.config.Configuration
 
getModel() - Method in class org.apache.flex.compiler.clients.EXTERNC
 
getModel() - Method in interface org.apache.flex.compiler.codegen.js.IJSEmitter
 
getModel() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.BaseReference
 
getModel() - Method in class org.apache.flex.compiler.internal.codegen.js.JSEmitter
 
getModel() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSubEmitter
 
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.
getModule() - Method in class flash.tools.debugger.concrete.DStackContext
 
getModuleName() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference
 
getModulesPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getModulesPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
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
 
getMxmlConfiguration() - Method in class flex2.compiler.common.CompilerConfiguration
 
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.
getMXMLEmitter() - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLBlockWalker
 
getMXMLEmitter() - Method in interface org.apache.flex.compiler.visitor.mxml.IMXMLBlockWalker
The current code emitter.
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
 
getMXMLStrategy() - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLBlockWalker
 
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.
getMXMLWalker() - Method in interface org.apache.flex.compiler.codegen.mxml.IMXMLEmitter
 
getMXMLWalker() - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLEmitter
 
getName() - Method in enum flash.tools.debugger.concrete.BinaryOp
 
getName() - Method in class flash.tools.debugger.concrete.DModule
 
getName() - Method in class flash.tools.debugger.concrete.DVariable
 
getName() - Method in interface flash.tools.debugger.SourceFile
File name of this SourceFile.
getName() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
getName() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getName() - Method in interface flash.tools.debugger.Variable
The name of the variable.
getName() - Method in class flex.tools.debugger.cli.ExpressionContext
 
getName() - Method in class flex.tools.debugger.cli.InternalProperty
 
getName() - Method in class flex.tools.debugger.cli.VariableFacade
The variable interface
getName() - Method in class flex2.compiler.io.LocalFile
Return name...
getName() - Method in class flex2.compiler.io.NetworkFile
Return name...
getName() - Method in interface flex2.compiler.io.VirtualFile
Return name...
getName() - Method in class flex2.compiler.Source
 
getName() - Method in class flex2.tools.oem.VirtualLocalFile
Gets the name of this VirtualLocalFile object.
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.COMPJSC
 
getName() - Method in class org.apache.flex.compiler.clients.EXTERNC
 
getName() - Method in class org.apache.flex.compiler.clients.ExternCConfiguration.ExcludedMember
 
getName() - Method in class org.apache.flex.compiler.clients.MXMLC
 
getName() - Method in class org.apache.flex.compiler.clients.MXMLJSC
 
getName() - Method in class org.apache.flex.compiler.clients.Optimizer
 
getName() - Method in enum org.apache.flex.compiler.codegen.IASGlobalFunctionConstants.BuiltinType
 
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.codegen.externals.pass.ReferenceCompiler.ExternalFile
 
getName() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ParameterReference
 
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 class org.apache.flex.maven.flexjs.Define
 
getName() - Method in class org.apache.flex.maven.flexjs.Exclude
 
getName() - Method in class org.apache.flex.maven.flexjs.IncludeFile
 
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
getNameForReporting() - Method in class flex2.compiler.io.LocalFile
 
getNameForReporting() - Method in class flex2.compiler.io.NetworkFile
 
getNameForReporting() - Method in interface flex2.compiler.io.VirtualFile
Return the name to be used when reporting errors or warnings.
getNameForReporting() - Method in class flex2.compiler.Source
 
getNameForReporting() - Method in class flex2.tools.oem.VirtualLocalFile
Gets the name of this VirtualLocalFile for error reporting.
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 flash.tools.debugger.concrete.DVariable
 
getNamespace() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getNamespace() - Method in interface flash.tools.debugger.Variable
The namespace of the variable.
getNamespace() - Method in class flex.tools.debugger.cli.VariableFacade
 
getNamespace() - Method in class flex2.compiler.common.NamespacesConfiguration
 
getNamespace(String) - Method in class flex2.compiler.util.NameMappings
 
getNamespace() - Method in class flex2.compiler.util.QName
 
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.
getNamespaceInfo() - Static method in class flex2.compiler.common.NamespacesConfiguration
 
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 flex2.compiler.util.NameMappings
 
getNamespaces() - Method in class flex2.tools.CompcConfiguration
 
getNamespaces() - Method in class org.apache.flex.compiler.clients.ASC
 
getNamespaces() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
getNamespaces() - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getNamespaces() - Method in class org.apache.flex.maven.flexjs.CompileASMojo
 
getNamespaces() - Method in class org.apache.flex.maven.flexjs.CompileJSMojo
 
getNamespaces() - Method in class org.apache.flex.maven.flexjs.CompileTypedefsMojo
 
getNamespacesConfiguration() - Method in class flex2.compiler.common.CompilerConfiguration
 
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
getNamespaceUris() - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
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!
getNextOffset() - Method in class flash.tools.debugger.concrete.DSuspendInfo
 
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.codegen.externals.reference.BaseReference
 
getNode(IASNode, Boolean, ICompilerProject) - Static method in class org.apache.flex.compiler.internal.codegen.js.amd.TempTools
 
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 flash.tools.debugger.expression.FoldedExpressionNode
 
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
 
getObjectReference() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.ReferenceModel
 
getOffset() - Method in class flash.tools.debugger.concrete.DSuspendInfo
 
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.
getOffsetForLine(int) - Method in class flash.tools.debugger.concrete.DModule
 
getOffsetForLine(int) - Method in interface flash.tools.debugger.SourceFile
Return the offset within the SWF for a given line number.
getOffsetForLine(int) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
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 flex2.compiler.common.CompilerConfiguration
 
getOptimize() - Method in class org.apache.flex.compiler.clients.ASC
 
getOptimizerConfigs() - Method in class org.apache.flex.compiler.clients.ASC
 
getOption(String) - Method in class flash.tools.debugger.concrete.DManager
Returns the value of a Flash Player option that was requested by OutGetOption and returned by InOption.
getOption(String, boolean, int) - Method in class flash.tools.debugger.concrete.PlayerSession
Returns the value of a Flash Player boolean option that was requested by OutGetOption and returned by InOption.
getOption(String, String, int) - Method in class flash.tools.debugger.concrete.PlayerSession
Returns the value of a Flash Player string option that was requested by OutGetOption and returned by InOption.
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
 
getOrCreateIsolate(int) - Method in class flash.tools.debugger.concrete.DManager
 
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.
getOut() - Method in class flex.tools.debugger.cli.DebugCLI
 
getOutCount(int) - Method in class flash.tools.debugger.concrete.DMessageCounter
 
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
 
getOutLock() - Method in class flash.tools.debugger.concrete.DMessageCounter
Returns the object on which external code can call "wait" in order to block until a message is sent.
getOutPoint() - Method in class org.apache.flex.swf.types.SoundInfo
 
getOutput() - Method in class flex2.tools.oem.Application
Gets the output destination.
getOutput() - Method in interface flex2.tools.oem.Builder
 
getOutput() - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
getOutput() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
getOutput() - Method in class flex2.tools.oem.Library
Gets the output destination.
getOutput() - Method in class flex2.tools.ToolsConfiguration
 
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
 
getOutput() - Method in class org.apache.flex.maven.flexjs.BaseMojo
 
getOutput() - Method in class org.apache.flex.maven.flexjs.CompileAppMojo
 
getOutput() - Method in class org.apache.flex.maven.flexjs.CompileASMojo
 
getOutput() - Method in class org.apache.flex.maven.flexjs.CompileJSMojo
 
getOutput() - Method in class org.apache.flex.maven.flexjs.CompileTypedefsMojo
 
getOutput() - Method in class org.apache.flex.maven.flexjs.GenerateExterncMojo
 
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.
getOutputExtension() - Method in interface org.apache.flex.compiler.driver.IBackend
Returns the File extension used when saving compiled code.
getOutputExtension() - Method in class org.apache.flex.compiler.internal.driver.as.ASBackend
 
getOutputExtension() - Method in class org.apache.flex.compiler.internal.driver.js.JSBackend
 
getOutputFolder() - Method in interface org.apache.flex.compiler.codegen.js.IJSPublisher
 
getOutputFolder() - Method in class org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher
 
getOutputFolder() - Method in class org.apache.flex.compiler.internal.codegen.js.JSPublisher
 
getOutputFolder() - Method in class org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher
 
getOutputFolder() - Method in class org.apache.flex.compiler.internal.codegen.mxml.vf2js.MXMLVF2JSPublisher
 
getOutputInfo() - Static method in class flex2.tools.CommandLineConfiguration
 
getOutputInfo() - Static method in class flex2.tools.CompcConfiguration
 
getOutputPath(ConfigurationValue, String) - Static method in class flex2.compiler.common.Configuration
The path of a given file name based on the context of the configuration value or the default output directory token.
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
 
getOutTypeName() - Method in class flash.tools.debugger.concrete.DMessage
 
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.FlexJSASDocDelegate
 
getPackageDitaParser() - Method in class org.apache.flex.compiler.internal.parsing.as.NilASDocDelegate
 
getPackageDitaParser() - Method in class org.apache.flex.compiler.internal.parsing.as.SimpleASDocDelegate
 
getPackageFooterEmitter() - Method in class org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter
 
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 class flash.tools.debugger.concrete.DModule
 
getPackageName() - Method in class flash.tools.debugger.expression.FoldedExpressionNode
 
getPackageName() - Method in interface flash.tools.debugger.SourceFile
Get the package name portion of the path for this file.
getPackageName() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
getPackageName(int) - Method in class flex.tools.debugger.cli.ExpressionCache
 
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.codegen.externals.reference.BaseReference
 
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 class flex2.tools.oem.internal.OEMReport
 
getPageTitle() - Method in interface flex2.tools.oem.Report
Gets the page title.
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
 
getParameterMap() - Method in class flash.util.URLHelper
Returns the query portion of the URL, broken up into individual key/value pairs.
getParameterNames() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.MethodReference
 
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.codegen.externals.reference.FunctionReference
 
getParameters() - Method in class org.apache.flex.compiler.internal.codegen.externals.reference.MethodReference
 
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 class flash.tools.debugger.expression.FoldedExpressionNode
 
getParent() - Method in class flex2.compiler.io.LocalFile
 
getParent() - Method in class flex2.compiler.io.NetworkFile
 
getParent() - Method in interface flex2.compiler.io.VirtualFile
 
getParent() - Method in class flex2.tools.oem.VirtualLocalFile
Gets the parent directory path of this VirtualLocalFile object.
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 interface flash.tools.debugger.Browser
Returns the path to the web browser executable -- e.g. the path to IExplore.exe, Firefox.exe, etc.
getPath() - Method in class flash.tools.debugger.concrete.AbstractPlayer
 
getPath() - Method in class flash.tools.debugger.concrete.AIRPlayer
 
getPath() - Method in class flash.tools.debugger.concrete.DBrowser
 
getPath() - Method in class flash.tools.debugger.concrete.DSwfInfo
SwfInfo interface
getPath() - Method in class flash.tools.debugger.expression.DebuggerUtil.InMemoryFileSpecification
 
getPath() - Method in interface flash.tools.debugger.Player
Returns the path to the Flash player file -- e.g. the path to FlashPlayer.exe, NPSWF32.dll, Flash.ocx, or adl.exe -- or null if not known.
getPath() - Method in interface flash.tools.debugger.SwfInfo
The full path of the SWF.
getPath() - Method in class flash.tools.debugger.threadsafe.ThreadSafePlayer
 
getPath() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSwfInfo
 
getPath() - Method in class flex.tools.debugger.cli.VariableFacade
 
getPath() - Method in exception flex2.compiler.config.ConfigurationException
 
getPath() - Method in exception flex2.compiler.util.CompilerMessage
 
getPath() - Method in interface flex2.tools.oem.Message
Returns the location of the file that contains the error.
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 class org.apache.flex.maven.flexjs.IncludeFile
 
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
 
getPathResolver() - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
getPaths() - Method in class flex2.compiler.SourceList
 
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
 
getPlayerExe() - Method in class flash.tools.debugger.DefaultDebuggerCallbacks
 
getPlayerExe() - Method in interface flash.tools.debugger.IDebuggerCallbacks
Returns the executable for the standalone Flash player, or null if not known.
getPlayerExeName() - Method in class flash.tools.debugger.DefaultDebuggerCallbacks
 
getPlayerExeName() - Method in interface flash.tools.debugger.IDebuggerCallbacks
Returns a name such as "SAFlashPlayer.exe" or "gflashplayer" or "Flash player", the name of the standalone player, useful for error messages.
getPlayerglobal() - Method in class org.apache.flex.utils.AntTestAdapter
 
getPlayerglobal() - Method in interface org.apache.flex.utils.ITestAdapter
 
getPlayerglobal() - Method in class org.apache.flex.utils.MavenTestAdapter
 
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 flex2.compiler.common.Configuration.RslPathInfo
Get the list of policy files.
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
 
getPort() - Method in class flash.tools.debugger.concrete.DSwfInfo
 
getPos44() - Method in class org.apache.flex.swf.types.SoundEnvelope
 
getPosition() - Method in class flash.tools.debugger.concrete.DMessage
 
getPosition() - Method in class org.apache.flex.abc.semantics.Label
 
getPositions() - Method in class flex2.compiler.config.ConfigurationBuffer
 
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.
getPreference(String) - Method in class flash.tools.debugger.concrete.PlayerSession
 
getPreference(String) - Method in class flash.tools.debugger.concrete.PlayerSessionManager
 
getPreference(String) - Method in interface flash.tools.debugger.Session
Return the value of a particular preference item
getPreference(String) - Method in interface flash.tools.debugger.SessionManager
Return the value of a particular preference item
getPreference(String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSession
 
getPreference(String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeSessionManager
 
getPreferenceAsObject(String) - Method in class flash.tools.debugger.concrete.PlayerSession
 
getPreferenceAsObject(String) - Method in class flash.tools.debugger.concrete.PlayerSessionManager
 
getPreferredPrefix() - Method in class flex2.compiler.util.QName
 
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 flex2.compiler.common.CompilerConfiguration
 
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
 
getPreloadersPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getPreloadersPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getPrerequisites() - Method in class flex2.compiler.config.ConfigurationInfo
Return variable names that should be set before this one.
getPrerequisites(String) - Method in class flex2.tools.oem.internal.OEMReport
 
getPrerequisites(String) - Method in interface flex2.tools.oem.Report
Gets the list of definitions that the specified definition depends on during initialization.
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.
getPreviousOffset() - Method in class flash.tools.debugger.concrete.DSuspendInfo
 
getPreviousValue(long, int) - Method in class flash.tools.debugger.concrete.DManager
Returns the previous value object for the given id -- that is, the value that that object had the last time the player was suspended.
getPreviousValue(long, int) - Method in class flash.tools.debugger.concrete.PlayerSession
Returns the previous value object for the given id -- that is, the value that that object had the last time the player was suspended.
getPrivateInheritedMemberNamed(String) - Method in class flash.tools.debugger.concrete.DValue
 
getPrivateInheritedMemberNamed(String) - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getPrivateInheritedMemberNamed(String) - Method in interface flash.tools.debugger.Value
Get all the private variables with the given name.
getPrivateInheritedMembers() - Method in class flash.tools.debugger.concrete.DValue
 
getPrivateInheritedMembers() - Method in class flash.tools.debugger.threadsafe.ThreadSafeValue
 
getPrivateInheritedMembers() - Method in interface flash.tools.debugger.Value
Returns all child members of this variable that are private and are present in its inheritance chain.
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 class flex2.tools.MxmlJSC
 
getProblemQuery() - Method in class org.apache.flex.compiler.clients.MXMLJSC
 
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.codegen.as.ASEmitter
 
getProblems() - Method in class org.apache.flex.compiler.internal.codegen.Emitter
 
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 ICompilerProblems 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.
getProcessExitValue() - Method in class flash.tools.debugger.concrete.ProcessListener
 
getProcessMessages() - Method in class flash.tools.debugger.concrete.ProcessListener
Returns all messages that were sent to stdout and stderr by the process, combined into one string.
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.COMPJSC
 
getProgramName() - Method in class org.apache.flex.compiler.clients.MXMLC
Get my program name.
getProgramName() - Method in class org.apache.flex.compiler.clients.Optimizer
 
getProgressMeter() - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
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.codegen.as.ASBlockWalker
 
getProject() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSubEmitter
 
getProject() - Method in class org.apache.flex.compiler.internal.codegen.mxml.MXMLBlockWalker
 
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
 
getProject() - Method in interface org.apache.flex.compiler.visitor.IBlockWalker
Returns the current ICompilerProject for the traverse state.
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.
getProjector() - Method in class flex2.tools.CommandLineConfiguration
 
getProjector() - Method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
getProjectorInfo() - Static method in class flex2.tools.CommandLineConfiguration
 
getProjectorInfo() - Static method in class flex2.tools.oem.internal.ApplicationCompilerConfiguration
 
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.
getPropertyMap() - Method in class org.apache.flex.compiler.internal.codegen.js.JSSessionModel
 
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
 
getPtr() - Method in class flash.tools.debugger.concrete.DMessage
Extract a pointer from the message -- either 8 bytes or 4 bytes, depending on how big pointers are in the target Flash player
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.
getPublisherInfo() - Static method in class flex2.compiler.common.MetadataConfiguration
 
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() - Method in class flash.tools.debugger.concrete.DVariable
 
getQualifiedName() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getQualifiedName() - Method in interface flash.tools.debugger.Variable
The fully qualified name of the variable, i.e.
getQualifiedName() - Method in class flex.tools.debugger.cli.VariableFacade
 
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.codegen.externals.reference.BaseReference
 
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.
getQualifiedTypeSelectors() - Method in class flex2.compiler.common.CompilerConfiguration
 
getQualifiedTypeSelectors() - Method in class flex2.compiler.common.Configuration
 
getQualifiedTypeSelectors() - Method in class flex2.compiler.common.MxmlConfiguration
 
getQualifiedTypeSelectors() - Method in interface flex2.compiler.mxml.MxmlConfiguration
Determines whether CSS type selectors need to be qualified.
getQualifiedTypeSelectorsInfo() - Static method in class flex2.compiler.common.MxmlConfiguration
 
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
 
getQuery() - Method in class flash.util.URLHelper
Rturns the "query" portion of the URL, e.g. the "?
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.
getRaw(Location) - Static method in class flash.tools.debugger.threadsafe.ThreadSafeLocation
Returns the raw Location underlying a ThreadSafeLocation.
getRaw(Session) - Static method in class flash.tools.debugger.threadsafe.ThreadSafeSession
Returns the raw Session underlying a ThreadSafeSession.
getRaw(SourceFile) - Static method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
Returns the raw SourceFile underlying a ThreadSafeSourceFile.
getRaw(Value) - Static method in class flash.tools.debugger.threadsafe.ThreadSafeValue
Returns the raw Value underlying a ThreadSafeValue.
getRaw(Variable) - Static method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
Returns the raw Variable underlying a ThreadSafeVariable.
getRaw(Watch) - Static method in class flash.tools.debugger.threadsafe.ThreadSafeWatch
Returns the raw Watch underlying a ThreadSafeWatch.
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
 
getRawMetadataInfo() - Static method in class flex2.compiler.common.Configuration
 
getRawName() - Method in class flash.tools.debugger.concrete.DModule
 
getRawName() - Method in class flash.tools.debugger.concrete.DVariable
 
getRawName() - Method in interface flash.tools.debugger.SourceFile
Raw, unprocessed file name for this SourceFile.
getRawName() - Method in class flash.tools.debugger.threadsafe.ThreadSafeSourceFile
 
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(long, int) - Method in class flash.tools.debugger.concrete.PlayerSession
Returns the current value object for the given id; never requests it from the player.
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.
getRBListFileName() - Method in class flex2.compiler.common.Configuration
 
getRBListFileName() - Method in interface flex2.linker.LinkerConfiguration
 
getRBListFileName() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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
 
getReason() - Method in class flash.tools.debugger.concrete.DSuspendInfo
 
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 flex2.compiler.config.ServicesDependenciesWrapper
 
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
 
getRefreshCount() - Method in class flash.tools.debugger.concrete.DSwfInfo
 
getRemaining() - Method in class flash.tools.debugger.concrete.DMessage
 
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
 
getRemoveCirculars() - Method in class org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration
 
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 flex2.compiler.common.Configuration
 
getRemoveUnusedRsls() - Method in class org.apache.flex.compiler.config.Configuration
 
getRemoveUnusedRslsInfo() - Static method in class flex2.compiler.common.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
 
getReport() - Method in class flex2.tools.oem.Application
 
getReport() - Method in interface flex2.tools.oem.Builder
Reports information about the current compilation.
getReport() - Method in class flex2.tools.oem.Library
 
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.
getReportMissingRequiredSkinPartsAsWarningsInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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.
getRequires(ICompilationUnit) - Method in class org.apache.flex.compiler.internal.projects.FlexJSProject
 
getRequiresPropertyGetter() - Method in class org.apache.flex.compiler.internal.codegen.databinding.BindingDatabase
 
getResolvedPath(String) - Static method in class flex2.compiler.util.ThreadLocalToolkit
 
getResourceAsStream() - Static method in class flex.tools.debugger.cli.Help
 
getResourceBundleClass() - Method in class org.apache.flex.compiler.internal.projects.FlexProject
 
getResourceBundleList() - Method in class org.apache.flex.compiler.config.Configuration
 
getResourceBundleListInfo() - Static method in class flex2.compiler.common.Configuration
 
getResourceBundleNames() - Method in class flex2.tools.oem.internal.OEMReport
 
getResourceBundleNames() - Method in interface flex2.tools.oem.Report
Gets the name of all the resource bundles that are involved in the Application/Library.
getResourceBundlePathForLocale(String) - Method in class flex2.compiler.common.CompilerConfiguration
 
getResourceBundles() - Method in class flex2.compiler.common.Configuration
 
getResourceBundles() - Method in interface flex2.linker.LinkerConfiguration
 
getResourceBundles() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
getResourceHack() - Method in class flex2.compiler.common.CompilerConfiguration
 
getResourceHackInfo() - Static method in class flex2.compiler.common.CompilerConfiguration
 
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
 
getResourcesPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getResourcesPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getRest(IParameterNode[]) - Static method in class org.apache.flex.compiler.internal.codegen.js.utils.EmitterUtils
 
getResult() - Method in class flash.tools.debugger.expression.AS3DebuggerBURM
 
getResult() - Method in class flash.tools.debugger.expression.AS3DebuggerBURM
 
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
getRevisionCompatibilityVersion() - Method in class flex2.compiler.common.MxmlConfiguration
 
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 flex2.compiler.common.Configuration
 
getRootClassName() - Method in interface flex2.linker.LinkerConfiguration
 
getRootClassName() - Method in class flex2.tools.oem.internal.LinkerConfiguration
 
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.JSTarget
 
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 ICompilationUnits that are the roots of the graph of ICompilationUnits 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
 
getRootInfo() - Static method in class flex2.tools.CompcConfiguration
 
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
 
getRPCPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getRPCPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getRPCXMLPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs
 
getRPCXMLPackage() - Method in class flex2.compiler.mxml.lang.StandardDefs.StandardDefs2006
 
getRslExcludedLibraries() - Method in class flex2.compiler.common.Configuration
 
getRslExcludedLibraries() - Method in class org.apache.flex.compiler.config.Configuration
 
getRslPathInfo() - Method in class flex2.compiler.common.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 flex2.compiler.common.Configuration.RslPathInfo
 
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 flex2.compiler.common.Configuration
 
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
 
getRuntimeSharedLibrariesInfo() - Static method in class flex2.compiler.common.Configuration
 
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
 
getRuntimeSharedLibraryPathInfo() - Static method in class flex2.compiler.common.Configuration
 
getRuntimeSharedLibrarySettingsConfiguration() - Method in class flex2.compiler.common.Configuration
 
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 flash.tools.debugger.concrete.DVariable
 
getScope() - Method in class flash.tools.debugger.threadsafe.ThreadSafeVariable
 
getScope() - Method in interface flash.tools.debugger.Variable
Returns just the scope bits of the attributes.
getScope() - Method in class flex.tools.debugger.cli.VariableFacade
 
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
getScopeChain(Session) - Method in class flash.tools.debugger.concrete.DStackContext
 
getScopeChain(Session) - Method in interface flash.tools.debugger.Frame
Returns a list of objects which make up the scope chain of this frame.
getScopeChain(Session) - Method in class flash.tools.debugger.threadsafe.ThreadSafeFrame
 
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 class flash.tools.debugger.concrete.DModule
 
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.