MCPcopy Index your code
hub / github.com/apache/groovy / hasProperty

Method hasProperty

src/main/java/groovy/lang/MetaClassImpl.java:324–327  ·  view source on GitHub ↗

@see MetaObjectProtocol#hasProperty(Object, String)

(final Object obj, final String name)

Source from the content-addressed store, hash-verified

322 * @see MetaObjectProtocol#hasProperty(Object, String)
323 */
324 @Override
325 public MetaProperty hasProperty(final Object obj, final String name) {
326 return getMetaProperty(name);
327 }
328
329 /**
330 * @see MetaObjectProtocol#getMetaProperty(String)

Callers

nothing calls this directly

Calls 1

getMetaPropertyMethod · 0.95

Tested by

no test coverage detected