public class Interface extends Object
| Constructor and Description |
|---|
Interface(ConstantPool cp,
short constant_class_index) |
| Modifier and Type | Method and Description |
|---|---|
ConstantPool.ClassInfo |
getClassInfo()
Get the ClassInfo structure from constant pool.
|
short |
getConstantClassIndex() |
String |
getName()
Gets the name of this interface.
|
public Interface(ConstantPool cp, short constant_class_index)
public short getConstantClassIndex()
public ConstantPool.ClassInfo getClassInfo()
public String getName()
Copyright © 2017. All rights reserved.