Object/Class

ap.parser

SMTParser2InputAbsy

Related Docs: class SMTParser2InputAbsy | package parser

Permalink

object SMTParser2InputAbsy

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SMTParser2InputAbsy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BoundVariable(varType: SMTType) extends VariableType with Product with Serializable

    Permalink
  2. case class SMTADT(adt: ADT, sortNum: Int) extends SMTType with Product with Serializable

    Permalink
  3. case class SMTArray(arguments: List[SMTType], result: SMTType) extends SMTType with Product with Serializable

    Permalink
  4. case class SMTBitVec(width: Int) extends SMTType with Product with Serializable

    Permalink
  5. case class SMTChar(sort: Sort) extends SMTType with Product with Serializable

    Permalink
  6. class SMTCommandTerminator extends Reader

    Permalink

    Class for adding parentheses () after each SMT-LIB command; this is necessary in the interactive/incremental mode, because otherwise the parser always waits for the next token to arrive before forwarding a command.

    Class for adding parentheses () after each SMT-LIB command; this is necessary in the interactive/incremental mode, because otherwise the parser always waits for the next token to arrive before forwarding a command. This also removes all CR-characters in a stream (necessary because the lexer seems to dislike CRs in comments), and adds an LF in the end, because the lexer does not allow inputs that end with a //-comment line either.

  7. case class SMTFunctionType(arguments: List[SMTType], result: SMTType) extends Product with Serializable

    Permalink
  8. case class SMTHeap(heap: Heap) extends SMTType with Product with Serializable

    Permalink
  9. case class SMTHeapAddress(heap: Heap) extends SMTType with Product with Serializable

    Permalink
  10. case class SMTReal(sort: Sort) extends SMTType with Product with Serializable

    Permalink
  11. case class SMTRegLan(sort: Sort) extends SMTType with Product with Serializable

    Permalink
  12. case class SMTSeq(theory: SeqTheory, elementType: SMTType) extends SMTType with Product with Serializable

    Permalink
  13. case class SMTString(sort: Sort) extends SMTType with Product with Serializable

    Permalink
  14. abstract class SMTType extends AnyRef

    Permalink
  15. case class SMTUnint(sort: Sort) extends SMTType with Product with Serializable

    Permalink
  16. case class SubstExpression(e: IExpression, t: SMTType) extends VariableType with Product with Serializable

    Permalink
  17. sealed abstract class VariableType extends AnyRef

    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. val BVDecLiteral: Regex

    Permalink
  5. object CastSymbol

    Permalink
  6. val DecLiteral: Regex

    Permalink
  7. val HexLiteral: Regex

    Permalink
  8. object IndexedIdentifier

    Permalink
  9. object IndexedSymbol

    Permalink
  10. object NatLiteral

    Permalink
  11. object NumIndexedSymbol1

    Permalink
  12. object NumIndexedSymbol2

    Permalink
  13. object PlainIdentifier

    Permalink
  14. object PlainSymbol

    Permalink
  15. object SMTADT extends Serializable

    Permalink
  16. object SMTBool extends SMTType with Product with Serializable

    Permalink
  17. val SMTBoolVariableType: SMTFunctionType

    Permalink
  18. object SMTInteger extends SMTType with Product with Serializable

    Permalink
  19. def apply(settings: ParserSettings, prover: api.SimpleAPI): SMTParser2InputAbsy

    Permalink
  20. def apply(settings: ParserSettings): SMTParser2InputAbsy

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def asString(s: Sort): String

    Permalink
  23. def asString(s: Symbol): String

    Permalink
  24. def asString(id: Identifier): String

    Permalink
  25. def asString(id: IndexC): String

    Permalink
  26. def asString(s: SymbolRef): String

    Permalink
  27. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped