| Package | Description |
|---|---|
| edu.umd.cs.findbugs.ba |
A bytecode analysis framework for BCEL, providing CFG construction,
generic dataflow analysis, and a variety of specific dataflow analyses.
|
| Modifier and Type | Method and Description |
|---|---|
BitSet |
Frame.getArgumentSet(org.apache.bcel.generic.InvokeInstruction invokeInstruction,
org.apache.bcel.generic.ConstantPoolGen cpg,
DataflowValueChooser<ValueType> chooser)
Get set of arguments passed to a method invocation which match given
predicate.
|
Copyright © 2003–2015. All rights reserved.