Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/groovy
/ getField
Method
getField
src/main/java/groovy/lang/MetaBeanProperty.java:120–122 ·
view source on GitHub ↗
Gets the field of this property.
()
Source
from the content-addressed store, hash-verified
118
* Gets the field of this property.
119
*/
120
public
CachedField getField() {
121
return
field;
122
}
123
124
/**
125
* Gets the getter method of this property.
Callers
15
getModifiers
Method · 0.95
getProperty
Method · 0.95
setProperty
Method · 0.95
establishStaticMetaProperty
Method · 0.95
makeReplacementMetaProperty
Method · 0.95
getMessageWithoutLocationText
Method · 0.45
createMetaMethodAndMetaProperty
Method · 0.45
isMarkedInternal
Method · 0.45
addMetaBeanProperty
Method · 0.45
setProperty
Method · 0.45
getAttribute
Method · 0.45
setAttribute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected