Class InvokeMatcherBuilder
- java.lang.Object
-
- com.h3xstream.findsecbugs.common.matcher.InvokeMatcherBuilder
-
public class InvokeMatcherBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description InvokeMatcherBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeMatcherBuilderatClass(String... classesNames)InvokeMatcherBuilderatMethod(String... methodNames)booleanmatches(edu.umd.cs.findbugs.bcel.OpcodeStackDetector opcodeStackDetector)booleanmatches(org.apache.bcel.generic.Instruction instruction, org.apache.bcel.generic.ConstantPoolGen cpg)InvokeMatcherBuilderwithArgs(String... argSignatures)
-
-
-
Method Detail
-
atClass
public InvokeMatcherBuilder atClass(String... classesNames)
-
atMethod
public InvokeMatcherBuilder atMethod(String... methodNames)
-
withArgs
public InvokeMatcherBuilder withArgs(String... argSignatures)
-
matches
public boolean matches(edu.umd.cs.findbugs.bcel.OpcodeStackDetector opcodeStackDetector)
-
matches
public boolean matches(org.apache.bcel.generic.Instruction instruction, org.apache.bcel.generic.ConstantPoolGen cpg)
-
-