Interface BooleanObject

All Superinterfaces:
Comparable<BooleanObject>, SymbolicObject

public interface BooleanObject extends SymbolicObject, Comparable<BooleanObject>
A symbolic object wrapping a single boolean value.
  • Method Details

    • getBoolean

      boolean getBoolean()
      Returns the underlying boolean value (true or false) wrapped by this BooleanObject.
      Returns:
      the underlying boolean value