Package | Description |
---|---|
com.sun.tools.javac.comp | |
com.sun.tools.javac.main | |
com.sun.tools.javac.parser | |
com.sun.tools.javac.tree | |
com.sun.tools.javac.util |
Modifier and Type | Field and Description |
---|---|
protected Names |
Flow.AbstractAssignAnalyzer.names |
Constructor and Description |
---|
AbstractAssignAnalyzer(Bits inits,
Symtab syms,
Names names) |
AssignAnalyzer(Log log,
Symtab syms,
Lint lint,
Names names) |
Modifier and Type | Field and Description |
---|---|
protected Names |
JavaCompiler.names
The name table.
|
Modifier and Type | Field and Description |
---|---|
protected Names |
UnicodeReader.names |
Modifier and Type | Method and Description |
---|---|
static boolean |
TreeInfo.isStaticSelector(JCTree base,
Names names)
Return true if the AST corresponds to a static select of the kind A.B
|
Constructor and Description |
---|
TreeMaker(JCTree.JCCompilationUnit toplevel,
Names names,
Types types,
Symtab syms)
Create a tree maker with a given toplevel and FIRSTPOS as initial position.
|
Modifier and Type | Field and Description |
---|---|
Names |
Name.Table.names
Standard name table.
|
Modifier and Type | Field and Description |
---|---|
static Context.Key<Names> |
Names.namesKey |
Modifier and Type | Method and Description |
---|---|
static Names |
Names.instance(Context context) |
Modifier and Type | Method and Description |
---|---|
static SharedNameTable |
SharedNameTable.create(Names names) |
static Name.Table |
UnsharedNameTable.create(Names names) |
Name |
ByteBuffer.toName(Names names)
Convert contents to name.
|
Constructor and Description |
---|
SharedNameTable(Names names) |
SharedNameTable(Names names,
int hashSize,
int nameSize)
Allocator
|
UnsharedNameTable(Names names) |
UnsharedNameTable(Names names,
int hashSize)
Allocator
|
Copyright © 2017 earcam. All rights reserved.