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.
1 parent 523a319 commit 727ab5fCopy full SHA for 727ab5f
jbmc/src/java_bytecode/java_bytecode_language.h
@@ -62,7 +62,10 @@ Author: Daniel Kroening, [email protected]
62
" --lazy-methods-extra-entry-point METHODNAME\n" /* NOLINT(*) */ \
63
" treat METHODNAME as a possible program entry point for\n" /* NOLINT(*) */ \
64
" the purpose of lazy method loading\n" /* NOLINT(*) */ \
65
- " A '.*' wildcard is allowed to specify all class members\n"
+ " METHODNAME can be a regex that will be matched against\n" /* NOLINT(*) */ \
66
+ " all symbols. If missing a java:: prefix will be added\n" /* NOLINT(*) */ \
67
+ " If no descriptor is found, all overloads of a method will\n"/* NOLINT(*) */ \
68
+ " also be added." /* NOLINT(*) */
69
// clang-format on
70
71
class symbolt;
0 commit comments