public interface SourceCollection extends Node
SourceCollection represents a collection of source files.
This node should be used only during AST rewriting, just before code
generation in order to generate multiple target files from a single
AST.| Modifier and Type | Method and Description |
|---|---|
java.util.List<SourceFile> |
sources()
List of source files in the collection.
|
SourceCollection |
sources(java.util.List<SourceFile> sources)
Set the list of source files in the collection.
|
del, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitEdgeaddDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, lang, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visitChild, visitChildren, visitListjava.util.List<SourceFile> sources()
SourceFile.SourceCollection sources(java.util.List<SourceFile> sources)
sources - A list of SourceFile.