| Package | Description |
|---|---|
| org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
| org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
| org.apache.flex.compiler.projects |
This package contains interfaces representing projects.
|
| Modifier and Type | Method and Description |
|---|---|
IInvisibleCompilationUnit |
ASProject.createInvisibleCompilationUnit(String rootSourceFile,
IFileSpecificationGetter fileSpecGetter) |
IInvisibleCompilationUnit |
ASProject.createInvisibleCompilationUnit(String rootSourceFile,
IFileSpecificationGetter fileSpecGetter,
String qName) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvisibleCompilationUnit
Implementation of
IInvisibleCompilationUnit. |
| Modifier and Type | Method and Description |
|---|---|
IInvisibleCompilationUnit |
IASProject.createInvisibleCompilationUnit(String absoluteFileName,
IFileSpecificationGetter fileSpecGetter)
Creates an
IInvisibleCompilationUnit for the specified absolute
file name. |
IInvisibleCompilationUnit |
IASProject.createInvisibleCompilationUnit(String rootSourceFile,
IFileSpecificationGetter fileSpecGetter,
String qName)
Creates an
IInvisibleCompilationUnit for the specified absolute
file name, specifying a qualified name. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.