public abstract class ConstInfo extends Object
| Constructor and Description |
|---|
ConstInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
copy(ConstPool src,
ConstPool dest,
Map<?,?> classnames) |
String |
getClassName(ConstPool cp) |
abstract int |
getTag() |
abstract void |
print(PrintWriter out) |
void |
renameClass(ConstPool cp,
Map<?,?> classnames) |
void |
renameClass(ConstPool cp,
String oldName,
String newName) |
String |
toString() |
abstract void |
write(DataOutput out) |
public abstract int getTag()
public abstract void write(DataOutput out) throws IOException
IOExceptionpublic abstract void print(PrintWriter out)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.