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

Field Summary
protected  ConstantPool constantPool
           
protected  int[] interfaces
           
 
Constructor Summary
InterfaceList(ConstantPool pool)
           
 
Method Summary
 java.lang.String getInterface(int i)
           
 java.lang.String[] getInterfaces()
           
 int length()
           
 void read(java.io.DataInputStream dis)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

constantPool

protected ConstantPool constantPool

interfaces

protected int[] interfaces
Constructor Detail

InterfaceList

public InterfaceList(ConstantPool pool)
Method Detail

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-2001 Apache Software Foundation. All Rights Reserved.