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
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
Methods in edu.umd.cs.findbugs.detect that return ByteCodePattern Modifier and Type Method Description ByteCodePattern
LazyInit. getPattern()
-