Packages

o

ap.parser

SMTParsingUtils

object SMTParsingUtils

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

Type Members

  1. class SMTCommandTerminator extends Reader

    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.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BVDecLiteral: Regex
  5. val DecLiteral: Regex
  6. val FFDecLiteral: Regex
  7. val HexLiteral: Regex
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asString(s: Sort): String
  10. def asString(s: Symbol): String
  11. def asString(id: Identifier): String
  12. def asString(id: IndexC): String
  13. def asString(s: SymbolRef): String
  14. def asTerm(expr: (IExpression, SMTType), expectedSort: SMTType): ITerm
  15. def asTerm(expr: (IExpression, SMTType)): ITerm
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. implicit def impToScalaIterator[A](l: Iterator[A]): Iterator[A]
  22. implicit def impToScalaList[A](l: List[A]): Seq[A]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def parseWithEntry[T](input: Reader, entry: (parser) => T): T

    Parse starting at an arbitrarily specified entry point

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. object CastSymbol
  34. object IndexedIdentifier
  35. object IndexedSymbol
  36. object NatLiteral
  37. object NumIndexedSymbol1
  38. object NumIndexedSymbol2
  39. object PlainIdentifier
  40. object PlainSymbol

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped