Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.as |
Modifier and Type | Method and Description |
---|---|
protected static StreamingASTokenizer |
StreamingASTokenizer.create(IFileSpecification fileSpec,
IncludeHandler includeHandler)
Create a tokenizer from a source file.
|
protected static StreamingASTokenizer |
StreamingASTokenizer.createForASParser(IFileSpecification fileSpec,
IncludeHandler includeHandler,
boolean followIncludes,
List<String> includedFiles)
Create a tokenizer for
ASParser#parseFile() . |
protected static StreamingASTokenizer |
StreamingASTokenizer.createForInlineExpressionParsing(Reader reader,
String path)
Create a tokenizer to parse an Expression.
|
protected static StreamingASTokenizer |
StreamingASTokenizer.createForInlineScriptScopeBuilding(Reader reader,
String path,
IncludeHandler includeHandler,
int offsetAdjustment,
int lineAdjustment,
int columnAdjustment)
This creator doesn't "enter file" on creation.
|
static StreamingASTokenizer |
StreamingASTokenizer.createForMXMLIndexing(String fileName)
Creates a tokenizer suitable for the mxml indexing code. fragments the
new tokenizer will tokenize.
|
static StreamingASTokenizer |
StreamingASTokenizer.createForRepairingASTokenizer(Reader reader,
String path,
IncludeHandler includeHandler)
This method can create a
StreamingASTokenizer with optional
"follow includes". |
Constructor and Description |
---|
StreamingTokenBuffer(StreamingASTokenizer tokens) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.