Class ByteCodePatternMatch
java.lang.Object
edu.umd.cs.findbugs.ba.bcp.ByteCodePatternMatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BindingSetprivate final PatternElementMatchprivate final LinkedList<PatternElementMatch> -
Constructor Summary
ConstructorsConstructorDescriptionByteCodePatternMatch(BindingSet bindingSet, PatternElementMatch lastElementMatch) -
Method Summary
Modifier and TypeMethodDescriptiongetFirstLabeledMatch(String label) org.apache.bcel.generic.InstructionHandlegetLabeledInstruction(String label) getLastLabeledMatch(String label) toString()
-
Field Details
-
bindingSet
-
lastElementMatch
-
patternElementMatchList
-
-
Constructor Details
-
ByteCodePatternMatch
-
-
Method Details
-
toString
-
getBindingSet
-
patternElementMatchIterator
-
getLabeledInstruction
-
getFirstLabeledMatch
-
getLastLabeledMatch
-