|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javar.interfaces.Interface
This class will represent an interface that a class implements
| Constructor Summary | |
Interface(ConstantPool p)
Constructor |
|
| Method Summary | |
String |
getInterfaceName()
This will get the name of this interface. |
String |
getShortInterfaceName()
This will get the name of this interface without the package |
void |
load(DataInputStream in)
This will load the information need to be an interface for a class |
byte[] |
toBytes()
|
String |
toString()
This will print this interface |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Interface(ConstantPool p)
| Method Detail |
public void load(DataInputStream in)
public String getInterfaceName()
public String getShortInterfaceName()
public String toString()
toString in class Object
public byte[] toBytes()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||