Class ConstantFrameModelingVisitor

java.lang.Object
edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor<Constant,ConstantFrame>
edu.umd.cs.findbugs.ba.constant.ConstantFrameModelingVisitor
All Implemented Interfaces:
org.apache.bcel.generic.Visitor

public class ConstantFrameModelingVisitor extends AbstractFrameModelingVisitor<Constant,ConstantFrame>
Visitor to model the effect of bytecode instructions on ConstantFrames.

For now, only String constants are modeled. In the future we can add other kinds of Constants.

Author:
David Hovemeyer
See Also: