Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.jvm | |
com.sun.tools.javac.model | |
com.sun.tools.javac.processing | |
com.sun.tools.javac.tree |
Modifier and Type | Field and Description |
---|---|
Symbol.PackageSymbol |
Symtab.rootPackage
A symbol for the root package.
|
Symbol.PackageSymbol |
Symtab.unnamedPackage
A symbol for the unnamed package.
|
Modifier and Type | Field and Description |
---|---|
Map<Name,Symbol.PackageSymbol> |
Symtab.packages
A hashtable containing the encountered packages.
|
Modifier and Type | Method and Description |
---|---|
Symbol.PackageSymbol |
Symbol.DelegatedSymbol.packge() |
Symbol.PackageSymbol |
Symbol.packge()
The package which indirectly owns this symbol.
|
Modifier and Type | Method and Description |
---|---|
String |
Printer.visitPackageSymbol(Symbol.PackageSymbol s,
Locale locale) |
R |
Symbol.Visitor.visitPackageSymbol(Symbol.PackageSymbol s,
P arg) |
R |
Types.DefaultSymbolVisitor.visitPackageSymbol(Symbol.PackageSymbol s,
S arg) |
Modifier and Type | Method and Description |
---|---|
Symbol.PackageSymbol |
ClassReader.enterPackage(Name fullname)
Make a package, given its fully qualified name.
|
Symbol.PackageSymbol |
ClassReader.enterPackage(Name name,
Symbol.PackageSymbol owner)
Make a package, given its unqualified name and enclosing package.
|
Modifier and Type | Method and Description |
---|---|
Symbol.PackageSymbol |
ClassReader.enterPackage(Name name,
Symbol.PackageSymbol owner)
Make a package, given its unqualified name and enclosing package.
|
protected void |
ClassReader.extraFileActions(Symbol.PackageSymbol pack,
JavaFileObject fe)
this is used to support javadoc
|
protected void |
ClassReader.includeClassFile(Symbol.PackageSymbol p,
JavaFileObject file)
Include class corresponding to given class file in package,
unless (1) we already have one the same kind (.class or .java), or
(2) we have one of the other kind, and the given class file
is older.
|
Modifier and Type | Method and Description |
---|---|
Symbol.PackageSymbol |
JavacElements.getPackageElement(CharSequence name) |
Modifier and Type | Method and Description |
---|---|
Set<Symbol.PackageSymbol> |
JavacProcessingEnvironment.getSpecifiedPackages() |
Modifier and Type | Method and Description |
---|---|
JavaCompiler |
JavacProcessingEnvironment.doProcessing(Context context,
List<JCTree.JCCompilationUnit> roots,
List<Symbol.ClassSymbol> classSymbols,
Iterable<? extends Symbol.PackageSymbol> pckSymbols,
Log.DeferredDiagnosticHandler deferredDiagnosticHandler) |
Modifier and Type | Field and Description |
---|---|
Symbol.PackageSymbol |
JCTree.JCCompilationUnit.packge
The package to which this compilation unit belongs.
|
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.