|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Interpret.Tree.InterfaceList
public class InterfaceList
The InterfaceList
class is a linked list used to represent
a list of interfaces.
Constructor Summary | |
---|---|
InterfaceList(int size)
Class constructor. |
Method Summary | |
---|---|
void |
addInterface(harpoon.Interpret.Tree.ConstPointer iFace,
int index)
Adds the interface pointed to by iFace to this
list of interfaces. |
harpoon.Interpret.Tree.ConstPointer |
getInterface(int i)
Returns the i'th element of this InterfaceList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterfaceList(int size)
Method Detail |
---|
public void addInterface(harpoon.Interpret.Tree.ConstPointer iFace, int index)
iFace
to this
list of interfaces.
public harpoon.Interpret.Tree.ConstPointer getInterface(int i)
InterfaceList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |