Package | Description |
---|---|
org.apache.flex.compiler.internal.definitions.mxml | |
org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLEventHandlerScope
Sub-class of
FunctionScope for MXML event handlers. |
Modifier and Type | Class and Description |
---|---|
class |
ASFileScope
IASScope implementation for FileNodes.
|
class |
ASProjectScope
An ASProjectScope is the topmost scope for a particular project.
|
class |
ASScope
IASScope implementation for class, interface, function, and 'with' scopes.
|
class |
CatchScope
ASScope subclass for Catch block scopes. |
class |
ClosureScope
Sub-class of ASScope used for function scopes. all definition in scope of
this type are local to a function.
|
class |
FunctionScope
Sub-class of ASScope used for function scopes. all definition in scope of
this type are local to a function.
|
class |
FXGFileScope
Sub-class of
ASFileScope for FXG file scope's. |
class |
MXMLFileScope
Subclass of
ASFileScope for MXML file scopes. |
class |
NoDefinitionScope
Base class for catch and with scopes.
|
class |
PackageScope
An
ASScope subclass for package scope's. |
class |
ScopeView
Base class for instance and class scopes.
|
static class |
SWCFileScopeProvider.SWCFileScope
This class is able to resolve the source file path of a given QName
defined in a SWC library, if the source directory is set for that SWC
library.
|
class |
TypeScope
IASScope implementation for class & interface Necessary to implement AS3 name
resolution semantics correctly because we are using 1 scope to represent
instance and static scopes.
|
class |
WithScope
Scope for a with block.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.