public final class ConstantClass extends Constant
Constant
,
Serialized FormConstructor and Description |
---|
ConstantClass(int name_index) |
Modifier and Type | Method and Description |
---|---|
void |
dump(java.io.DataOutputStream file)
Dump constant class to file stream in binary format.
|
int |
getNameIndex() |
java.lang.String |
toString() |
public ConstantClass(int name_index)
name_index
- Name index in constant pool. Should refer to a
ConstantUtf8.Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.