Uses of Class
edu.umd.cs.findbugs.ba.bcp.ByteCodePatternMatch
Packages that use ByteCodePatternMatch
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of ByteCodePatternMatch in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type ByteCodePatternMatchModifier and TypeMethodDescriptionabstract voidByteCodePatternDetector.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 ByteCodePatternMatchModifier and TypeMethodDescriptionPatternMatcher.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 ByteCodePatternMatchModifier and TypeMethodDescriptionvoidLazyInit.reportMatch(ClassContext classContext, org.apache.bcel.classfile.Method method, ByteCodePatternMatch match)