|
SMTStabilizer API
Public API documentation for SMTStabilizer
|
Lexical classifiers for SMT-LIB literals and token shapes. More...
#include <util.h>
Static Public Member Functions | |
| static bool | isInt (const std::string &str) |
| static bool | isReal (const std::string &str) |
| static bool | isBV (const std::string &str) |
| static bool | isFP (const std::string &str) |
| static bool | isString (const std::string &str) |
| static bool | isScientificNotation (const std::string &str) |
| static bool | isNumber (const std::string &str) |
|
static |
Definition at line 219 of file util.cpp.
Referenced by stabilizer::parser::Parser::getSymbol(), and stabilizer::parser::Parser::parseConstFunc().
|
static |
Definition at line 248 of file util.cpp.
Referenced by stabilizer::parser::Parser::getSymbol(), and stabilizer::parser::Parser::parseConstFunc().
|
static |
Definition at line 47 of file util.cpp.
Referenced by stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::Parser::ensureNumberValue(), stabilizer::parser::Parser::getSymbol(), isNumber(), stabilizer::parser::Parser::parseConstFunc(), and stabilizer::parser::Parser::rewrite().
|
static |
Definition at line 43 of file util.cpp.
References isInt(), and isReal().
Referenced by stabilizer::parser::Parser::getSymbol(), and stabilizer::parser::Parser::parseConstFunc().
|
static |
Definition at line 58 of file util.cpp.
Referenced by stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::Parser::ensureNumberValue(), stabilizer::parser::Parser::getSymbol(), isNumber(), isScientificNotation(), stabilizer::parser::Parser::mkConstReal(), stabilizer::parser::Parser::parseConstFunc(), and stabilizer::parser::ConversionUtils::parseScientificNotation().
|
static |
Definition at line 75 of file util.cpp.
References isReal().
Referenced by stabilizer::parser::Parser::getSymbol(), and stabilizer::parser::Parser::parseConstFunc().
|
static |
Definition at line 259 of file util.cpp.
Referenced by stabilizer::parser::DAGNode::DAGNode(), stabilizer::parser::Parser::getSymbol(), and stabilizer::parser::Parser::parseConstFunc().