Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Class and Description |
---|---|
class |
SharedNameTable
Implementation of Name.Table that stores all names in a single shared
byte array, expanding it as needed.
|
class |
UnsharedNameTable
Implementation of Name.Table that stores names in individual arrays
using weak references.
|
Modifier and Type | Field and Description |
---|---|
Name.Table |
Name.table |
Name.Table |
Names.table |
Modifier and Type | Method and Description |
---|---|
static Name.Table |
UnsharedNameTable.create(Names names) |
protected Name.Table |
Names.createTable(Options options) |
Constructor and Description |
---|
Name(Name.Table table) |
Copyright © 2017 earcam. All rights reserved.