Package | Description |
---|---|
com.sun.tools.javac.code |
Modifier and Type | Field and Description |
---|---|
protected SymbolMetadata |
Symbol.metadata
The attributes of this symbol are contained in this
SymbolMetadata.
|
Modifier and Type | Method and Description |
---|---|
SymbolMetadata |
SymbolMetadata.append(List<Attribute.Compound> l) |
SymbolMetadata |
SymbolMetadata.appendClassInitTypeAttributes(List<Attribute.TypeCompound> l) |
SymbolMetadata |
SymbolMetadata.appendInitTypeAttributes(List<Attribute.TypeCompound> l) |
SymbolMetadata |
SymbolMetadata.appendUniqueTypes(List<Attribute.TypeCompound> l) |
SymbolMetadata |
Symbol.getMetadata()
This method is intended for debugging only.
|
SymbolMetadata |
SymbolMetadata.prepend(List<Attribute.Compound> l) |
SymbolMetadata |
SymbolMetadata.reset() |
Modifier and Type | Method and Description |
---|---|
void |
SymbolMetadata.setAttributes(SymbolMetadata other) |
Copyright © 2017 earcam. All rights reserved.