| 118 | const Type& jni_type() const { return jni_type_; } |
| 119 | bool has_default_value() const { return default_value_ != nullptr; } |
| 120 | const AttrValue* default_value() const { return default_value_; } |
| 121 | |
| 122 | private: |
| 123 | const string op_def_name_; |
no outgoing calls
no test coverage detected