We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_type
1 parent d2d7736 commit 89d2d73Copy full SHA for 89d2d73
src/util/std_expr.h
@@ -4594,6 +4594,7 @@ inline void validate_expr(const class class_method_descriptor_exprt &value);
4594
class class_method_descriptor_exprt : public nullary_exprt
4595
{
4596
public:
4597
+ /// \param _type: The type of the method which this expression refers to.
4598
/// \param class_id: Unique identifier in the symbol table, of the compile
4599
/// time type of the class which this expression is applied to. For example
4600
/// this could be - `java::java.lang.Object`.
0 commit comments