|
CBMC
|
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... | |
| 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.
| type_argument | The generic type argument to test |
| expected | The expected value of the argument |
Definition at line 140 of file require_type.cpp.