Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.mxml | |
org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
Constructor and Description |
---|
MXMLScopeBuilder(MXMLCompilationUnit compilationUnit,
IFileSpecificationGetter fileSpecGetter,
IMXMLData mxmlData,
String qname,
String fileName) |
Constructor and Description |
---|
MXMLFileScope(MXMLCompilationUnit compilationUnit,
String filePath,
IMXMLData mxmlData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
MXMLCompilationUnit |
MXMLTreeBuilder.getCompilationUnit()
Gets the compilation unit which is building the MXML tree.
|
Constructor and Description |
---|
MXMLTreeBuilder(MXMLCompilationUnit compilationUnit,
IFileSpecificationGetter fileSpecGetter,
String qname,
IMXMLData mxmlData,
MXMLFileScope fileScope,
Collection<ICompilerProblem> problems)
Constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.