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

Packages that use IMethodCollection
com.vladium.emma.instr   
com.vladium.jcd.cls   
 

Uses of IMethodCollection in com.vladium.emma.instr
 

Methods in com.vladium.emma.instr with parameters of type IMethodCollection
 java.lang.Object InstrVisitor.visit(IMethodCollection methods, java.lang.Object ctx)
           
 

Uses of IMethodCollection in com.vladium.jcd.cls
 

Classes in com.vladium.jcd.cls that implement IMethodCollection
(package private)  class MethodCollection
           
 

Fields in com.vladium.jcd.cls declared as IMethodCollection
private  IMethodCollection ClassDef.m_methods
           
 

Methods in com.vladium.jcd.cls that return IMethodCollection
 IMethodCollection ClassDef.getMethods()
           
static IMethodCollection ElementFactory.newMethodCollection(int capacity)
           
 

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