Class ConstantConditionError

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ConstantConditionError>

    public class ConstantConditionError
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ConstantConditionError>
    An application of ifElse where the condition is a literal boolean, creating a dead branch (optional)
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • LOCATION

        public static final Name LOCATION
      • VALUE

        public static final Name VALUE
      • location

        public final SubtermPath location
        The path to the constant condition within the term
      • value

        public final java.lang.Boolean value
        The constant boolean value of the condition
    • Constructor Detail

      • ConstantConditionError

        public ConstantConditionError​(SubtermPath location,
                                      java.lang.Boolean value)