libutap  0.93
Uppaal Timed Automata Parser
expressionbuilder.cpp File Reference
#include <vector>
#include <climits>
#include <cmath>
#include <cstdio>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <boost/format.hpp>
#include "utap/expressionbuilder.h"
Include dependency graph for expressionbuilder.cpp:

Go to the source code of this file.

Functions

bool isMITL (expression_t e)
 
expression_t toMITLAtom (expression_t e)
 
static void collectDependencies (std::set< symbol_t > &dependencies, expression_t expr)
 

Function Documentation

◆ collectDependencies()

static void collectDependencies ( std::set< symbol_t > &  dependencies,
expression_t  expr 
)
static

Definition at line 211 of file expressionbuilder.cpp.

References UTAP::expression_t::collectPossibleReads(), UTAP::variable_t::expr, and UTAP::symbol_t::getData().

Referenced by UTAP::ExpressionBuilder::typeScalar().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isMITL()

◆ toMITLAtom()