CBMC
require_type.cpp File Reference
+ Include dependency graph for require_type.cpp:

Go to the source code of this file.

Functions

bool require_java_generic_type_argument_expectation (const reference_typet &type_argument, const require_type::expected_type_argumentt &expected)
 Helper function for testing that java generic type arguments match a given expectation. More...
 

Function Documentation

◆ require_java_generic_type_argument_expectation()

bool require_java_generic_type_argument_expectation ( const reference_typet type_argument,
const require_type::expected_type_argumentt expected 
)

Helper function for testing that java generic type arguments match a given expectation.

Parameters
type_argumentThe generic type argument to test
expectedThe expected value of the argument
Returns
true if the generic type argument meets the expectations

Definition at line 140 of file require_type.cpp.