Class TypeOfComparisonSymbolicValue

  • All Implemented Interfaces:
    SymbolicValue

    public class TypeOfComparisonSymbolicValue
    extends Object
    implements SymbolicValue
    This class represents symbolic value for typical comparison of "typeof " with string literal. E.g.
    typeof foo.bar() != "string"
    typeof x == "object"