Class ProgramState

  • All Implemented Interfaces:
    ProgramStateConstraints

    public class ProgramState
    extends Object
    implements ProgramStateConstraints
    This class represents the knowledge about the variables values. The same program state may be valid for several program points and at one program point there might be valid several program states (depending on execution path). This class is immutable.