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
Fields in edu.umd.cs.findbugs.ba.bcp with type parameters of type ByteCodePatternMatchModifier and TypeFieldDescriptionprivate final LinkedList<ByteCodePatternMatch> PatternMatcher.resultListMethods in edu.umd.cs.findbugs.ba.bcp that return ByteCodePatternMatchModifier and TypeMethodDescriptionPatternMatcher.State.getResult()Get a ByteCodePatternMatch representing the complete match.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)