| Interface | Description |
|---|---|
| ASTokenTypes | |
| IProblemReporter |
Interface to allow adding problems that are found in different contexts
|
| IProjectConfigVariables |
Interface for interacting with config variables from the commandline or from
project settings
|
| IRepairingTokenBuffer |
Interface for the stream of tokens that will be passed to the parser.
|
| MetadataTokenTypes |
| Class | Description |
|---|---|
| ASBalancingScanner |
Scanner that uses the ActionScript partitioner to determine whether {} braces
are balanced over a particular span of the document
|
| ASDocToken | |
| ASDocTokenizer | |
| ASParser |
ActionScript3 parser grammar.
|
| ASToken |
ActionScript token (output unit of ASTokenizer/ASTokenFixer, input unit of
ASTreeAssembler).
|
| BaseMetaTagParser | |
| BaseRawASTokenizer |
Base class for RawActionScriptTokenizer.
|
| BaseRawTokenizer<T extends TokenBase> |
Base class for JFlex-based tokenizers (RawScriptTokenizer, RawTagTokenizer,
RawCSSTokenizer, RawMetadataTokenizer).
|
| BaseRepairingTokenBuffer |
Base class for repairing token buffers.
|
| BaseTokenizerWithFakeCharacters | |
| ConfigProcessor |
Processor handles config information found by the parser and that is set on
the current project
|
| FlexJSASDocDelegate |
Default implementation of
IASDocDelegate that does not have any code
model or eclipse dependencies. |
| IncludeHandler |
Handler for include processing.
|
| IncludeHandler.Tree |
Tree node type for storing include relationships.
|
| MetadataParser | |
| MetaDataPayloadToken |
This token represents a valid set of metadata, and includes all of the
indivdual tokens that make up that set
|
| MetadataToken |
Metadata token (output unit of MetadataTokenizer, input unit of
MetadataParser)
|
| MetadataTokenizer |
Tokenizes sequences of metadata attributes (e.g.
|
| NilASDocDelegate |
Default implementation of
IASDocDelegate that does not have any code
model or eclipse dependencies. |
| OffsetCue |
Background Imagine an ActionScript source as a character stream
(include directives are expanded and merged into the main file), each
character's offset number is an "absolute" offset.
|
| OffsetLookup |
Tokens generated from
StreamingASTokenizer has been altered so that
their start and end offsets are absolute offsets. |
| RawASTokenizer | |
| RepairingTokenBuffer |
The token buffer used by IDE features such as code hinting and syntax
highlighting.
|
| SimpleASDocDelegate |
Default implementation of
IASDocDelegate that does not have any code
model or eclipse dependencies. |
| StreamingASTokenizer |
This Tokenizer provides tokens to be used by various clients, most notably
the ASParser.
|
| StreamingTokenBuffer |
Buffer used that supports streaming of tokens, instead of a pre-computed
list.
|
| Enum | Description |
|---|---|
| DeferFunctionBody |
Options to turn on and off "deferred function body" feature.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.