hotspot/src/share/vm/oops/method.hpp
changeset 34169 b0b7187852b7
parent 33230 23bb11a5cf4e
child 34185 ee71c590a456
equal deleted inserted replaced
34168:dbdc6907b55d 34169:b0b7187852b7
   593   void set_guaranteed_monitor_matching()         { _access_flags.set_monitor_matching(); }
   593   void set_guaranteed_monitor_matching()         { _access_flags.set_monitor_matching(); }
   594 
   594 
   595   // returns true if the method is an accessor function (setter/getter).
   595   // returns true if the method is an accessor function (setter/getter).
   596   bool is_accessor() const;
   596   bool is_accessor() const;
   597 
   597 
       
   598   // returns true if the method is a getter
       
   599   bool is_getter() const;
       
   600 
       
   601   // returns true if the method is a setter
       
   602   bool is_setter() const;
       
   603 
   598   // returns true if the method does nothing but return a constant of primitive type
   604   // returns true if the method does nothing but return a constant of primitive type
   599   bool is_constant_getter() const;
   605   bool is_constant_getter() const;
   600 
   606 
   601   // returns true if the method is an initializer (<init> or <clinit>).
   607   // returns true if the method is an initializer (<init> or <clinit>).
   602   bool is_initializer() const;
   608   bool is_initializer() const;