src/share/vm/adlc/forms.hpp

changeset 850
4d9884b01ba6
parent 631
d1605aabd0a1
child 1038
dbbe28fc66b5
equal deleted inserted replaced
842:ebfd4ae89bf6 850:4d9884b01ba6
327 bool _justReset; // Set immediately after reset 327 bool _justReset; // Set immediately after reset
328 328
329 329
330 public: 330 public:
331 static const char *_signal; // reserved user-defined string 331 static const char *_signal; // reserved user-defined string
332 static const char *_signal2; // reserved user-defined string
333 static const char *_signal3; // reserved user-defined string
332 enum { Not_in_list = -1 }; 334 enum { Not_in_list = -1 };
333 335
334 void addName(const char *name); 336 void addName(const char *name);
335 void add_signal(); 337 void add_signal();
336 void clear(); // Remove all entries 338 void clear(); // Remove all entries

mercurial