FindBugs™ 1.3.9

edu.umd.cs.findbugs.classfile.engine
Class SelfMethodCalls

java.lang.Object
  extended by edu.umd.cs.findbugs.classfile.engine.SelfMethodCalls

public class SelfMethodCalls
extends java.lang.Object

Author:
pugh

Constructor Summary
SelfMethodCalls(org.objectweb.asm.ClassReader classReader)
           
 
Method Summary
static
<T> MultiMap<T,T>
getSelfCalls(ClassDescriptor classDescriptor, java.util.Map<java.lang.String,T> methods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfMethodCalls

public SelfMethodCalls(org.objectweb.asm.ClassReader classReader)
Method Detail

getSelfCalls

public static <T> MultiMap<T,T> getSelfCalls(ClassDescriptor classDescriptor,
                                             java.util.Map<java.lang.String,T> methods)

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.