MCPcopy
hub / github.com/apache/groovy / getType

Method getType

src/main/java/groovy/lang/PropertyValue.java:56–58  ·  view source on GitHub ↗

Returns the property type. @return the property type

()

Source from the content-addressed store, hash-verified

54 * @return the property type
55 */
56 public Class getType() {
57 return mp.getType();
58 }
59
60 /**
61 * Returns the current property value.

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.65

Tested by

no test coverage detected