Package | Description |
---|---|
com.sun.tools.javac.tree |
Modifier and Type | Field and Description |
---|---|
Scope.StarImportScope |
JCTree.JCCompilationUnit.starImportScope
A scope for all import-on-demands.
|
Constructor and Description |
---|
JCCompilationUnit(List<JCTree.JCAnnotation> packageAnnotations,
JCTree.JCExpression pid,
List<JCTree> defs,
JavaFileObject sourcefile,
Symbol.PackageSymbol packge,
Scope.ImportScope namedImportScope,
Scope.StarImportScope starImportScope) |
Copyright © 2017 earcam. All rights reserved.