Package 

Class KZ3SMTLibParser

  • All Implemented Interfaces:
    io.ksmt.parser.KSMTLibParser

    
    public final class KZ3SMTLibParser
     implements KSMTLibParser
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      KZ3SMTLibParser(KContext ctx)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<KExpr<KBoolSort>> parse(Path smtLibFile)
      List<KExpr<KBoolSort>> parse(String smtLibString)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KZ3SMTLibParser

        KZ3SMTLibParser(KContext ctx)