Uses of Class
edu.umd.cs.findbugs.ba.bcp.ByteCodePattern
-
Packages that use ByteCodePattern 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 ByteCodePattern in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return ByteCodePattern Modifier and Type Method Description abstract ByteCodePattern
ByteCodePatternDetector. 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 ByteCodePattern Modifier and Type Field Description private ByteCodePattern
PatternMatcher. pattern
Methods in edu.umd.cs.findbugs.ba.bcp that return ByteCodePattern Modifier and Type Method Description ByteCodePattern
ByteCodePattern. add(PatternElement element)
Add a PatternElement to the end of the pattern.ByteCodePattern
ByteCodePattern. addWild(int numWild)
Add a wildcard to match between 0 and given number of instructions.ByteCodePattern
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 ByteCodePattern Constructor Description PatternMatcher(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 ByteCodePattern Modifier and Type Field Description private static ByteCodePattern
LazyInit. pattern
The pattern to look for.Methods in edu.umd.cs.findbugs.detect that return ByteCodePattern Modifier and Type Method Description ByteCodePattern
LazyInit. getPattern()
-