edu.umd.cs.findbugs.ba.constant

Class ConstantFrameModelingVisitor

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: ConstantAnalysis

Constructor Summary
ConstantFrameModelingVisitor(ConstantPoolGen cpg)

Constructor Detail

ConstantFrameModelingVisitor

public ConstantFrameModelingVisitor(ConstantPoolGen cpg)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.