public static final class Constant.NameType extends Constant.Info
| Modifier and Type | Field and Description |
|---|---|
Constant.Utf8 |
desc |
Constant.Utf8 |
name |
| Constructor and Description |
|---|
NameType(Constant.Utf8 n,
Constant.Utf8 d) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
byte[] |
toBytes(Map<Constant.Info,Integer> constantPool)
Convert this pool item into bytes.
|
String |
toString() |
public final Constant.Utf8 name
public final Constant.Utf8 desc
public NameType(Constant.Utf8 n, Constant.Utf8 d)
public byte[] toBytes(Map<Constant.Info,Integer> constantPool)
Constant.InfotoBytes in class Constant.InfoCopyright © 2016. All rights reserved.