Uses of Class
edu.umd.cs.findbugs.ba.bcp.ByteCodePatternMatch
-
Packages that use ByteCodePatternMatch Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba.bcp edu.umd.cs.findbugs.detect -
-
Uses of ByteCodePatternMatch in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type ByteCodePatternMatch Modifier and Type Method Description abstract void
ByteCodePatternDetector. reportMatch(ClassContext classContext, org.apache.bcel.classfile.Method method, ByteCodePatternMatch match)
Called to report an instance of the ByteCodePattern. -
Uses of ByteCodePatternMatch in edu.umd.cs.findbugs.ba.bcp
Methods in edu.umd.cs.findbugs.ba.bcp that return types with arguments of type ByteCodePatternMatch Modifier and Type Method Description java.util.Iterator<ByteCodePatternMatch>
PatternMatcher. byteCodePatternMatchIterator()
Return an Iterator over the ByteCodePatternMatch objects representing successful matches of the ByteCodePattern. -
Uses of ByteCodePatternMatch in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with parameters of type ByteCodePatternMatch Modifier and Type Method Description void
LazyInit. reportMatch(ClassContext classContext, org.apache.bcel.classfile.Method method, ByteCodePatternMatch match)
-