Object

smtlib.parser

CommandsResponses

Related Doc: package parser

Permalink

object CommandsResponses

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommandsResponses
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AllResponseKind extends CommandResponse with GenResponse with CheckSatResponse with EchoResponse with GetAssertionsResponse with GetAssignmentResponse with GetInfoResponse with GetModelResponse with GetOptionResponse with GetProofResponse with GetUnsatAssumptionsResponse with GetUnsatCoreResponse with GetValueResponse

    Permalink
  2. case class AssertionStackLevelsInfoResponse(level: Int) extends InfoResponse with Product with Serializable

    Permalink
  3. case class AttributeInfoResponse(attribute: Attribute) extends InfoResponse with Product with Serializable

    Permalink
  4. case class AuthorsInfoResponse(authors: String) extends InfoResponse with Product with Serializable

    Permalink
  5. sealed trait CheckSatResponse extends CommandResponse

    Permalink
  6. case class CheckSatStatus(status: Status) extends CommandResponse with CheckSatResponse with SuccessfulResponse with Product with Serializable

    Permalink
  7. sealed abstract class CommandResponse extends Positioned with SExpr

    Permalink
  8. sealed trait EchoResponse extends CommandResponse

    Permalink
  9. case class EchoResponseSuccess(value: String) extends CommandResponse with EchoResponse with SuccessfulResponse with Product with Serializable

    Permalink
  10. case class Error(msg: String) extends CommandResponse with AllResponseKind with FailureResponse with Product with Serializable

    Permalink
  11. sealed trait ErrorBehavior extends AnyRef

    Permalink
  12. case class ErrorBehaviorInfoResponse(errorBehavior: ErrorBehavior) extends InfoResponse with Product with Serializable

    Permalink
  13. sealed trait FailureResponse extends CommandResponse with AllResponseKind

    Permalink
  14. sealed trait GenResponse extends CommandResponse

    Permalink
  15. sealed trait GetAssertionsResponse extends CommandResponse

    Permalink
  16. case class GetAssertionsResponseSuccess(assertions: Seq[Term]) extends CommandResponse with GetAssertionsResponse with SuccessfulResponse with Product with Serializable

    Permalink
  17. sealed trait GetAssignmentResponse extends CommandResponse

    Permalink
  18. case class GetAssignmentResponseSuccess(valuationPairs: Seq[(SSymbol, Boolean)]) extends CommandResponse with GetAssignmentResponse with SuccessfulResponse with Product with Serializable

    Permalink
  19. sealed trait GetInfoResponse extends CommandResponse

    Permalink
  20. case class GetInfoResponseSuccess(info: InfoResponse, infos: Seq[InfoResponse]) extends CommandResponse with GetInfoResponse with SuccessfulResponse with Product with Serializable

    Permalink
  21. sealed trait GetModelResponse extends CommandResponse

    Permalink
  22. case class GetModelResponseSuccess(model: List[SExpr]) extends CommandResponse with GetModelResponse with SuccessfulResponse with Product with Serializable

    Permalink
  23. sealed trait GetOptionResponse extends CommandResponse

    Permalink
  24. case class GetOptionResponseSuccess(attributeValue: AttributeValue) extends CommandResponse with GetOptionResponse with SuccessfulResponse with Product with Serializable

    Permalink
  25. sealed trait GetProofResponse extends CommandResponse

    Permalink
  26. case class GetProofResponseSuccess(proof: SExpr) extends CommandResponse with GetProofResponse with SuccessfulResponse with Product with Serializable

    Permalink
  27. sealed trait GetUnsatAssumptionsResponse extends CommandResponse

    Permalink
  28. case class GetUnsatAssumptionsResponseSuccess(symbols: Seq[SSymbol]) extends CommandResponse with GetUnsatAssumptionsResponse with SuccessfulResponse with Product with Serializable

    Permalink
  29. sealed trait GetUnsatCoreResponse extends CommandResponse

    Permalink
  30. case class GetUnsatCoreResponseSuccess(symbols: Seq[SSymbol]) extends CommandResponse with GetUnsatCoreResponse with SuccessfulResponse with Product with Serializable

    Permalink
  31. sealed trait GetValueResponse extends CommandResponse

    Permalink
  32. case class GetValueResponseSuccess(valuationPairs: Seq[(Term, Term)]) extends CommandResponse with GetValueResponse with SuccessfulResponse with Product with Serializable

    Permalink
  33. sealed trait InfoResponse extends AnyRef

    Permalink
  34. case class NameInfoResponse(name: String) extends InfoResponse with Product with Serializable

    Permalink
  35. sealed trait ReasonUnknown extends AnyRef

    Permalink
  36. case class ReasonUnknownInfoResponse(reason: ReasonUnknown) extends InfoResponse with Product with Serializable

    Permalink
  37. sealed trait Status extends AnyRef

    Permalink
  38. sealed trait SuccessfulResponse extends CommandResponse

    Permalink
  39. case class VersionInfoResponse(version: String) extends InfoResponse with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ContinuedExecutionErrorBehavior extends ErrorBehavior with Product with Serializable

    Permalink
  5. object ImmediateExitErrorBehavior extends ErrorBehavior with Product with Serializable

    Permalink
  6. object IncompleteReasonUnknown extends ReasonUnknown with Product with Serializable

    Permalink
  7. object MemoutReasonUnknown extends ReasonUnknown with Product with Serializable

    Permalink
  8. object SatStatus extends Status with Product with Serializable

    Permalink
  9. object Success extends CommandResponse with GenResponse with SuccessfulResponse with Product with Serializable

    Permalink
  10. object TimeoutReasonUnknown extends ReasonUnknown with Product with Serializable

    Permalink
  11. object UnknownStatus extends Status with Product with Serializable

    Permalink
  12. object UnsatStatus extends Status with Product with Serializable

    Permalink
  13. object Unsupported extends CommandResponse with AllResponseKind with FailureResponse with Product with Serializable

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped