Package | Description |
---|---|
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
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 |
AccessorDefinition
AccessorDefinition is the abstract base class for definitions that
represent getters and setters. |
class |
AppliedVectorDefinition
Definition representing a Vectorized type.
|
class |
ClassDefinition
Each instance of this class represents the definition of an ActionScript
class in the symbol table.
|
class |
ClassDefinitionBase |
class |
ClassTraitsDefinition
Definition to represent the class traits, which holds all the static members,
and whose baseclass is "Class".
|
class |
FunctionDefinition
Each instance of this class represents the definition of an ActionScript
function in the symbol table.
|
class |
GetterDefinition |
class |
InterfaceDefinition
Each instance of this class represents the definition of an ActionScript
interface in the symbol table.
|
class |
MemberedDefinition
MemberedDefinition is the abstract base class for definitions that
have members, namely definitions for packages, classes, and interfaces. |
class |
PackageDefinition
This is the abstract base class for definitions in the symbol table that
represent packages.
|
class |
SetterDefinition |
class |
SyntheticBindableGetterDefinition
Getter definition created for a Bindable Variable
|
class |
SyntheticBindableSetterDefinition
Setter definition created for a Bindable Variable
|
class |
TypeDefinitionBase
Instances of this class represent definitions of ActionScript types (i.e.,
classes and interfaces) in the symbol table.
|
Modifier and Type | Method and Description |
---|---|
ScopedDefinitionBase |
ScopeView.getContainingDefinition() |
ScopedDefinitionBase |
PackageScope.getContainingDefinition() |
ScopedDefinitionBase |
ASFileScope.getContainingDefinition() |
ScopedDefinitionBase |
ScopeView.getDefinition() |
ScopedDefinitionBase |
NoDefinitionScope.getDefinition()
Always returns null, these scopes don't have associated defns
|
ScopedDefinitionBase |
ASScope.getDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
ASScope.setContainingDefinition(ScopedDefinitionBase value) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.