|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.bcp.MatchResult
public class MatchResult
The result of matching a single PatternElement against a single instruction. Specifies the PatternElement and the (possibly updated) BindingSet. The reason we need this class is because some kinds of PatternElements, such as MatchAny, may use it to indicate that a child PatternElement was the one that actually matched the instruction.
PatternElement
,
BindingSet
Constructor Summary | |
---|---|
MatchResult(PatternElement patternElement,
BindingSet bindingSet)
Constructor. |
Method Summary | |
---|---|
BindingSet |
getBindingSet()
Get the BindingSet. |
PatternElement |
getPatternElement()
Get the PatternElement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchResult(PatternElement patternElement, BindingSet bindingSet)
patternElement
- the PatternElement that matched the instructionbindingSet
- the possibly updated BindingSetMethod Detail |
---|
public PatternElement getPatternElement()
public BindingSet getBindingSet()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |