IfNull, Monitorenter, Newpublic abstract class OneVariableInstruction extends SingleInstruction
PatternElement| Constructor | Description |
|---|---|
OneVariableInstruction(java.lang.String varName) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddOrCheckDefinition, allowTrailingEdges, dominatedBy, getDominatedBy, getLabel, getNext, label, lookup, match, setAllowTrailingEdges, setIndex, setNext, toStringacceptBranch, maxOccur, minOccurpublic OneVariableInstruction(java.lang.String varName)
varName - the name of the Variable used in this instructionprotected MatchResult addOrCheckDefinition(Variable variable, BindingSet bindingSet)
variable - the Variable which should be added or checked for consistencybindingSet - the existing set of bindingsFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.