Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.internal.parsing.mxml | |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
Modifier and Type | Method and Description |
---|---|
static IncludeHandler |
IncludeHandler.creatDefaultIncludeHandler()
Create an
IncludeHandler that does not interception of requests
to open included files. |
static IncludeHandler |
IncludeHandler.create(IFileSpecificationGetter fileSpecGetter,
int startAbsoluteOffset)
Create an
IncludeHandler with a given starting absolute offset. |
static IncludeHandler |
IncludeHandler.createForASTBuilding(IFileSpecificationGetter fileSpecGetter,
String sourcePath,
int localOffset,
int absoluteOffset)
Create an
IncludeHandler with a given starting absolute offset. |
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.createForInlineScriptScopeBuilding(Reader reader,
String path,
IncludeHandler includeHandler,
int offsetAdjustment,
int lineAdjustment,
int columnAdjustment)
This creator doesn't "enter file" on creation.
|
static StreamingASTokenizer |
StreamingASTokenizer.createForRepairingASTokenizer(Reader reader,
String path,
IncludeHandler includeHandler)
This method can create a
StreamingASTokenizer with optional
"follow includes". |
void |
IncludeHandler.propagateLastModified(IncludeHandler childIncludeHandler)
propagates the lastModified timestamp from a
IncludeHandler from a
child node to this one. |
void |
StreamingASTokenizer.setIncludeHandler(IncludeHandler handler)
Sets the include handler used by this tokenizer to get
IFileSpecification for included files. |
Modifier and Type | Method and Description |
---|---|
IncludeHandler |
MXMLScopeBuilder.getIncludeHandler() |
Modifier and Type | Method and Description |
---|---|
IncludeHandler |
FileNode.getIncludeHandler()
Gets the
IncludeHandler for this file node. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.