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 |
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. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.