Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.comp | |
com.sun.tools.javac.jvm | |
com.sun.tools.javac.main | |
com.sun.tools.javac.tree |
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<Symtab> |
Symtab.symtabKey
The context key for the symbol table.
|
Modifier and Type | Method and Description |
---|---|
static Symtab |
Symtab.instance(Context context)
Get the symbol table instance.
|
Constructor and Description |
---|
AbstractAssignAnalyzer(Bits inits,
Symtab syms,
Names names) |
AssignAnalyzer(Log log,
Symtab syms,
Lint lint,
Names names) |
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.init(Symtab syms)
Initialize classes and packages, treating this as the definitive classreader.
|
Constructor and Description |
---|
Code(Symbol.MethodSymbol meth,
boolean fatcode,
Position.LineMap lineMap,
boolean varDebugInfo,
Code.StackMapFormat stackMap,
boolean debugCode,
CRTable crt,
Symtab syms,
Types types,
Pool pool,
LVTRanges lvtRanges)
Construct a code object, given the settings of the fatcode,
debugging info switches and the CharacterRangeTable.
|
Items(Pool pool,
Code code,
Symtab syms,
Types types) |
Modifier and Type | Field and Description |
---|---|
protected Symtab |
JavaCompiler.syms
The symbol table.
|
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.
|
Copyright © 2017 earcam. All rights reserved.