cprover
java_syntactic_difft Class Reference

#include <java_syntactic_diff.h>

Inheritance diagram for java_syntactic_difft:
[legend]
Collaboration diagram for java_syntactic_difft:
[legend]

Public Member Functions

 java_syntactic_difft (const goto_modelt &_goto_model1, const goto_modelt &_goto_model2, const optionst &_options, message_handlert &_message_handler)
 
virtual bool operator() ()
 
- Public Member Functions inherited from goto_difft
 goto_difft (const goto_modelt &_goto_model1, const goto_modelt &_goto_model2, const optionst &_options, message_handlert &_message_handler)
 
void set_ui (ui_message_handlert::uit _ui)
 
virtual void output_functions () const
 Output diff result. More...
 
- Public Member Functions inherited from messaget
virtual void set_message_handler (message_handlert &_message_handler)
 
message_handlertget_message_handler ()
 
 messaget ()
 
 messaget (const messaget &other)
 
messagetoperator= (const messaget &other)
 
 messaget (message_handlert &_message_handler)
 
virtual ~messaget ()
 
mstreamtget_mstream (unsigned message_level) const
 
mstreamterror () const
 
mstreamtwarning () const
 
mstreamtresult () const
 
mstreamtstatus () const
 
mstreamtstatistics () const
 
mstreamtprogress () const
 
mstreamtdebug () const
 
void conditional_output (mstreamt &mstream, const std::function< void(mstreamt &)> &output_generator) const
 Generate output to mstream using output_generator if the configured verbosity is at least as high as that of mstream. More...
 

Additional Inherited Members

- Public Types inherited from messaget
enum  message_levelt {
  M_ERROR =1, M_WARNING =2, M_RESULT =4, M_STATUS =6,
  M_STATISTICS =8, M_PROGRESS =9, M_DEBUG =10
}
 
- Static Public Member Functions inherited from messaget
static unsigned eval_verbosity (const std::string &user_input, const message_levelt default_verbosity, message_handlert &dest)
 Parse a (user-)provided string as a verbosity level and set it as the verbosity of dest. More...
 
static mstreamteom (mstreamt &m)
 
static mstreamtendl (mstreamt &m)
 
- Protected Member Functions inherited from goto_difft
void output_function_group (const std::string &group_name, const std::set< irep_idt > &function_group, const goto_modelt &goto_model) const
 Output group of functions in plain text format. More...
 
void output_function (const irep_idt &function_name, const goto_modelt &goto_model) const
 Output function information in plain text format. More...
 
void convert_function_group_json (json_arrayt &result, const std::set< irep_idt > &function_group, const goto_modelt &goto_model) const
 Convert a function group to JSON. More...
 
void convert_function_json (json_objectt &result, const irep_idt &function_name, const goto_modelt &goto_model) const
 Convert function information to JSON. More...
 
- Protected Attributes inherited from goto_difft
const goto_modeltgoto_model1
 
const goto_modeltgoto_model2
 
const optionstoptions
 
ui_message_handlert::uit ui
 
unsigned total_functions_count
 
std::set< irep_idtnew_functions
 
std::set< irep_idtmodified_functions
 
std::set< irep_idtdeleted_functions
 
- Protected Attributes inherited from messaget
message_handlertmessage_handler
 
mstreamt mstream
 

Detailed Description

Definition at line 17 of file java_syntactic_diff.h.

Constructor & Destructor Documentation

◆ java_syntactic_difft()

java_syntactic_difft::java_syntactic_difft ( const goto_modelt _goto_model1,
const goto_modelt _goto_model2,
const optionst _options,
message_handlert _message_handler 
)
inline

Definition at line 20 of file java_syntactic_diff.h.

Member Function Documentation

◆ operator()()


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