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