| Package | Description | 
|---|---|
| org.apache.flex.compiler.internal.parsing.as | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseRepairingTokenBuffer
Base class for repairing token buffers. 
 | 
class  | 
RepairingTokenBuffer
The token buffer used by IDE features such as code hinting and syntax
 highlighting. 
 | 
class  | 
StreamingTokenBuffer
Buffer used that supports streaming of tokens, instead of a pre-computed
 list. 
 | 
| Constructor and Description | 
|---|
ASParser(IWorkspace workspace,
        IRepairingTokenBuffer buffer)
Construct an AS3 parser from a token buffer. 
 | 
ASParser(IWorkspace workspace,
        IRepairingTokenBuffer buffer,
        boolean parsingProjectConfigVariables)
Construct an AS3 parser for parsing command line config args 
 | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.