Uses of Class
edu.umd.cs.findbugs.ba.bcp.ByteCodePattern
Packages that use ByteCodePattern
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 ByteCodePattern in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return ByteCodePatternModifier and TypeMethodDescriptionabstract ByteCodePatternByteCodePatternDetector.getPattern()Get the ByteCodePattern for this detector. -
Uses of ByteCodePattern in edu.umd.cs.findbugs.ba.bcp
Fields in edu.umd.cs.findbugs.ba.bcp declared as ByteCodePatternMethods in edu.umd.cs.findbugs.ba.bcp that return ByteCodePatternModifier and TypeMethodDescriptionByteCodePattern.add(PatternElement element) Add a PatternElement to the end of the pattern.ByteCodePattern.addWild(int numWild) Add a wildcard to match between 0 and given number of instructions.ByteCodePattern.setInterElementWild(int numWild) Set number of inter-element wildcards to create between explicit PatternElements.Constructors in edu.umd.cs.findbugs.ba.bcp with parameters of type ByteCodePatternModifierConstructorDescriptionPatternMatcher(ByteCodePattern pattern, ClassContext classContext, org.apache.bcel.classfile.Method method) Constructor. -
Uses of ByteCodePattern in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as ByteCodePatternModifier and TypeFieldDescriptionprivate static ByteCodePatternLazyInit.patternThe pattern to look for.Methods in edu.umd.cs.findbugs.detect that return ByteCodePattern