Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.tree |
Modifier and Type | Class and Description |
---|---|
static class |
Scope.StarImportScope |
Modifier and Type | Field and Description |
---|---|
Scope.ImportScope |
JCTree.JCCompilationUnit.namedImportScope
A scope for all named imports.
|
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.