Package | Description |
---|---|
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 |
EmptyDefinitionStore
An implementation of
IDefinitionStore that stores no definitions. |
class |
LargeDefinitionStore
An implementation of
IDefinitionStore for large numbers of definitions. |
class |
SmallDefinitionStore1
An implementation of
IDefinitionStore for storing
a single definition set using a field rather than a map. |
class |
SmallDefinitionStore2
An implementation of
IDefinitionStore for storing
up to 2 definitions using 2 fields rather than a map. |
class |
SmallDefinitionStore4
An implementation of
IDefinitionStore for storing
up to 4 definitions using 4 fields rather than a map. |
class |
SmallDefinitionStore8
An implementation of
IDefinitionStore for storing
up to 8 definitions using 8 fields rather than a map. |
class |
SmallDefinitionStoreBase
An abstract base class for implementations of
IDefinitionStore
that use a small number of fields, rather than a map, to store definition sets. |
Modifier and Type | Field and Description |
---|---|
protected IDefinitionStore |
ASScopeBase.definitionStore
Storage for definitions in this scope,
organized into sets of definitions with the same base name.
|
static IDefinitionStore |
EmptyDefinitionStore.SINGLETON
The singleton instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IDefinitionStore |
SmallDefinitionStore8.createLargerStore() |
IDefinitionStore |
SmallDefinitionStore4.createLargerStore() |
IDefinitionStore |
SmallDefinitionStore2.createLargerStore() |
IDefinitionStore |
SmallDefinitionStore1.createLargerStore() |
IDefinitionStore |
LargeDefinitionStore.createLargerStore() |
IDefinitionStore |
IDefinitionStore.createLargerStore()
Creates another definition store with a greater capacity.
|
IDefinitionStore |
EmptyDefinitionStore.createLargerStore() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.