Uses of Interface
com.vladium.jcd.cls.IInterfaceCollection

Packages that use IInterfaceCollection
com.vladium.jcd.cls   
 

Uses of IInterfaceCollection in com.vladium.jcd.cls
 

Classes in com.vladium.jcd.cls that implement IInterfaceCollection
(package private)  class InterfaceCollection
           
 

Fields in com.vladium.jcd.cls declared as IInterfaceCollection
private  IInterfaceCollection ClassDef.m_interfaces
           
 

Methods in com.vladium.jcd.cls that return IInterfaceCollection
 IInterfaceCollection ClassDef.getInterfaces()
           
static IInterfaceCollection ElementFactory.newInterfaceCollection(int capacity)
           
 

Methods in com.vladium.jcd.cls with parameters of type IInterfaceCollection
 java.lang.Object IClassDefVisitor.visit(IInterfaceCollection interfaces, java.lang.Object ctx)
           
 java.lang.Object AbstractClassDefVisitor.visit(IInterfaceCollection interfaces, java.lang.Object ctx)