|
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.PatternElement
edu.umd.cs.findbugs.ba.bcp.SingleInstruction
edu.umd.cs.findbugs.ba.bcp.OneVariableInstruction
public abstract class OneVariableInstruction
Abstract PatternElement subclass for matching single instructions which have a single Variable.
PatternElement
Constructor Summary | |
---|---|
OneVariableInstruction(java.lang.String varName)
Constructor. |
Method Summary | |
---|---|
protected MatchResult |
addOrCheckDefinition(Variable variable,
BindingSet bindingSet)
Add a variable definition to the given BindingSet, or if there is an existing definition, make sure it is consistent with the new definition. |
Methods inherited from class edu.umd.cs.findbugs.ba.bcp.SingleInstruction |
---|
acceptBranch, maxOccur, minOccur |
Methods inherited from class edu.umd.cs.findbugs.ba.bcp.PatternElement |
---|
addOrCheckDefinition, allowTrailingEdges, dominatedBy, getDominatedBy, getLabel, getNext, label, lookup, match, setAllowTrailingEdges, setIndex, setNext, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OneVariableInstruction(java.lang.String varName)
varName
- the name of the Variable used in this instructionMethod Detail |
---|
protected MatchResult addOrCheckDefinition(Variable variable, BindingSet bindingSet)
variable
- the Variable which should be added or checked for consistencybindingSet
- the existing set of bindings
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |