Skip to content

Commit 05930c3

Browse files
committed
Document identifier of class_method_descriptor_exprt
To complete the documentation of each of the getters.
1 parent adab366 commit 05930c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/util/std_expr.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4645,6 +4645,9 @@ class class_method_descriptor_exprt : public nullary_exprt
46454645
return get(ID_C_base_name);
46464646
}
46474647

4648+
/// A unique identifier of the combination of class and method overload to
4649+
/// which this expression refers. For example this could be -
4650+
/// `java::java.lang.Object.toString:()Ljava/lang/String;`.
46484651
const irep_idt &get_identifier() const
46494652
{
46504653
return get(ID_identifier);

0 commit comments

Comments
 (0)