12 #ifndef CPROVER_JAVA_BYTECODE_PATTERN_H
13 #define CPROVER_JAVA_BYTECODE_PATTERN_H
34 for(i = 0; what[i] != 0; i++)
37 else if(
p[i] !=
'?' &&
p[i] != what[i])
50 return !(
p == bytecode);
struct bytecode_infot const bytecode_info[]
Given a string of the format '?blah?', will return true when compared against a string that matches a...
bool operator==(const u1 bytecode) const
friend bool operator==(const u1 bytecode, const patternt &p)
friend bool operator!=(const u1 bytecode, const patternt &p)