Skip to content

Commit 89d2d73

Browse files
committed
Document _type of class_method_descriptor_exprt
To complete the complete the documentation of the constructor.
1 parent d2d7736 commit 89d2d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/std_expr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4594,6 +4594,7 @@ inline void validate_expr(const class class_method_descriptor_exprt &value);
45944594
class class_method_descriptor_exprt : public nullary_exprt
45954595
{
45964596
public:
4597+
/// \param _type: The type of the method which this expression refers to.
45974598
/// \param class_id: Unique identifier in the symbol table, of the compile
45984599
/// time type of the class which this expression is applied to. For example
45994600
/// this could be - `java::java.lang.Object`.

0 commit comments

Comments
 (0)