JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Protected Member Functions
StaticEvalVisitorTest Class Reference
Inheritance diagram for StaticEvalVisitorTest:
[legend]
Collaboration diagram for StaticEvalVisitorTest:
[legend]

Protected Member Functions

std::unique_ptr< joda::query::PredicateIValToPred (std::unique_ptr< joda::query::IValueProvider > &&val)
 
std::unique_ptr< joda::query::PredicategetBoolPred (bool b)
 
std::unique_ptr< joda::query::IValueProvidergetNumVal (double d)
 
std::unique_ptr< joda::query::IValueProvidergetDynVal ()
 
std::unique_ptr< joda::query::PredicategetDynPred ()
 
std::unique_ptr< joda::query::IValueProvidergetStringVal (std::string str)
 
void checkEqual (const std::unique_ptr< joda::query::Predicate > &toTest, const std::unique_ptr< joda::query::Predicate > &control)
 

Member Function Documentation

◆ checkEqual()

void StaticEvalVisitorTest::checkEqual ( const std::unique_ptr< joda::query::Predicate > &  toTest,
const std::unique_ptr< joda::query::Predicate > &  control 
)
inlineprotected
Here is the call graph for this function:

◆ getBoolPred()

std::unique_ptr<joda::query::Predicate> StaticEvalVisitorTest::getBoolPred ( bool  b)
inlineprotected

◆ getDynPred()

std::unique_ptr<joda::query::Predicate> StaticEvalVisitorTest::getDynPred ( )
inlineprotected
Here is the call graph for this function:

◆ getDynVal()

std::unique_ptr<joda::query::IValueProvider> StaticEvalVisitorTest::getDynVal ( )
inlineprotected

◆ getNumVal()

std::unique_ptr<joda::query::IValueProvider> StaticEvalVisitorTest::getNumVal ( double  d)
inlineprotected

◆ getStringVal()

std::unique_ptr<joda::query::IValueProvider> StaticEvalVisitorTest::getStringVal ( std::string  str)
inlineprotected

◆ IValToPred()

std::unique_ptr<joda::query::Predicate> StaticEvalVisitorTest::IValToPred ( std::unique_ptr< joda::query::IValueProvider > &&  val)
inlineprotected
Here is the caller graph for this function:

The documentation for this class was generated from the following file: