edu.umd.cs.findbugs.ba.bcp
public class ByteCodePatternMatch extends Object
| Constructor Summary | |
|---|---|
| ByteCodePatternMatch(BindingSet bindingSet, PatternElementMatch lastElementMatch) | |
| Method Summary | |
|---|---|
| BindingSet | getBindingSet() |
| PatternElementMatch | getFirstLabeledMatch(String label) |
| InstructionHandle | getLabeledInstruction(String label) |
| PatternElementMatch | getLastLabeledMatch(String label) |
| Iterator<PatternElementMatch> | patternElementMatchIterator() |