public class InvokeMatcherBuilder extends Object
| Constructor and Description |
|---|
InvokeMatcherBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InvokeMatcherBuilder |
atClass(String... classesNames) |
InvokeMatcherBuilder |
atMethod(String... methodNames) |
boolean |
matches(org.apache.bcel.generic.Instruction instruction,
org.apache.bcel.generic.ConstantPoolGen cpg) |
boolean |
matches(edu.umd.cs.findbugs.bcel.OpcodeStackDetector opcodeStackDetector) |
InvokeMatcherBuilder |
withArgs(String... argSignatures) |
public InvokeMatcherBuilder atClass(String... classesNames)
public InvokeMatcherBuilder atMethod(String... methodNames)
public InvokeMatcherBuilder withArgs(String... argSignatures)
public boolean matches(edu.umd.cs.findbugs.bcel.OpcodeStackDetector opcodeStackDetector)
public boolean matches(org.apache.bcel.generic.Instruction instruction,
org.apache.bcel.generic.ConstantPoolGen cpg)
Copyright © 2017. All rights reserved.