Class LiteralSymbolicValue

  • All Implemented Interfaces:
    SymbolicValue

    public class LiteralSymbolicValue
    extends Object
    implements SymbolicValue
    This class represents symbolic value for literal (string, number and boolean). Current implementation provides only truthy/falsy constraint for this symbolic value, thus we are not able to process numeric constraints.