Class RelevantVariableFinder

java.lang.Object
com.ibm.wala.analysis.nullpointer.RelevantVariableFinder
All Implemented Interfaces:
SSAInstruction.IVisitor

public class RelevantVariableFinder extends Object implements SSAInstruction.IVisitor
Helper class to find the variable that may be null.
Author:
Stephan Gocht <stephan@gobro.de>