Inter4ql  5.2
Public Member Functions | Public Attributes | List of all members
Inter4ql::StackElem Class Reference

Public Member Functions

 StackElem (TagType type, std::string action_name, int level)
 
 StackElem (TagType type, Expression *expr, std::map< std::string, Value *> *required_binding, std::string action_name, int level)
 
 StackElem (TagType type, StackElem *parallel_end, std::string action_name, int level)
 
std::string print ()
 

Public Attributes

Expressionexpr
 
TagType elem_type
 
StackElemparallel_end
 
database * stored_to_add_partial
 
database * stored_to_remove_partial
 
database * stored_to_add
 
database * stored_to_remove
 
int level
 
bool is_root_in_parallel
 
std::string action_name
 
std::map< std::string, Value * > * required_binding
 

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