FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.ba.bcp.ByteCodePattern

Packages that use ByteCodePattern
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
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
 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
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
 ByteCodePattern BCPMethodReturnCheck.getPattern()
          Deprecated.  
 ByteCodePattern LazyInit.getPattern()
           
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.