File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ symbol_exprt java_bytecode_convert_methodt::tmp_variable(
189
189
return result;
190
190
}
191
191
192
- // / Returns a symbol_exprt indicating a local variable suitable to load/store
192
+ // / Returns an expression indicating a local variable suitable to load/store
193
193
// / from a bytecode at address `address` a value of type `type_char` stored in
194
194
// / the JVM's slot `arg`.
195
195
// /
@@ -204,7 +204,8 @@ symbol_exprt java_bytecode_convert_methodt::tmp_variable(
204
204
// / Indicates whether we should return the original symbol_exprt or a
205
205
// / typecast_exprt if the type of the symbol_exprt does not equal that
206
206
// / represented by `type_char`.
207
- const exprt java_bytecode_convert_methodt::variable (
207
+ // / \return symbol_exprt or type-cast symbol_exprt
208
+ exprt java_bytecode_convert_methodt::variable (
208
209
const exprt &arg,
209
210
char type_char,
210
211
size_t address,
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class java_bytecode_convert_methodt:public messaget
151
151
NO_CAST
152
152
};
153
153
154
- const exprt variable (
154
+ exprt variable (
155
155
const exprt &arg,
156
156
char type_char,
157
157
size_t address,
You can’t perform that action at this time.
0 commit comments