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