org.apache.tools.ant.taskdefs.optional.sitraka.bytecode
Class InterfaceList
java.lang.Object
|
+--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.InterfaceList
- public class InterfaceList
- extends java.lang.Object
list of interfaces implemented in a class.
- Author:
- Stephane Bailliez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
constantPool
protected ConstantPool constantPool
interfaces
protected int[] interfaces
InterfaceList
public InterfaceList(ConstantPool pool)
read
public void read(java.io.DataInputStream dis)
throws java.io.IOException
length
public int length()
getInterface
public java.lang.String getInterface(int i)
getInterfaces
public java.lang.String[] getInterfaces()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.