Searched refs:IMethodCollection (Results 1 – 7 of 7) sorted by relevance
41 public static IMethodCollection newMethodCollection (final int capacity) in newMethodCollection()
182 public IMethodCollection getMethods () in getMethods()218 _clone.m_methods = (IMethodCollection) m_methods.clone (); in clone()377 final IMethodCollection methods = getMethods (); in computeSUID()724 private IMethodCollection m_methods;
23 interface IMethodCollection extends Cloneable, IClassFormatOutput interface
24 Object visit (IMethodCollection methods, Object ctx); in visit()
53 public Object visit (final IMethodCollection methods, final Object ctx) in visit()
22 final class MethodCollection implements IMethodCollection
356 public Object visit (final IMethodCollection methods, final Object ctx) in visit()