public class NameAndTypeInfo extends DataType
constantsPoolDataType| Constructor and Description |
|---|
NameAndTypeInfo() |
NameAndTypeInfo(short nameIndex,
short typeIndex) |
| Modifier and Type | Method and Description |
|---|---|
Utf8Info |
getName() |
short |
getNameIndex() |
Utf8Info |
getType() |
short |
getTypeIndex() |
String |
javapSupplement() |
void |
setName(Utf8Info name) |
void |
setNameIndex(short nameIndex) |
void |
setType(Utf8Info type) |
void |
setTypeIndex(short typeIndex) |
getConstantsPoolDataType, javapPrint, setConstantsPoolDataTypepublic NameAndTypeInfo()
public NameAndTypeInfo(short nameIndex,
short typeIndex)
public short getNameIndex()
public void setNameIndex(short nameIndex)
public Utf8Info getName()
public void setName(Utf8Info name)
public short getTypeIndex()
public void setTypeIndex(short typeIndex)
public Utf8Info getType()
public void setType(Utf8Info type)
public String javapSupplement()
javapSupplement in class DataTypeCopyright © 2019. All rights reserved.