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

Method read

src/main/java/groovy/beans/PropertyReader.java:32–32  ·  view source on GitHub ↗

Reads the named property from the supplied owner. @param owner the object that owns the property @param propertyName the property name @return the property value

(Object owner, String propertyName)

Source from the content-addressed store, hash-verified

30 * @return the property value
31 */
32 Object read(Object owner, String propertyName);
33}

Callers 15

runMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
ensureResultOKMethod · 0.65
doHeadMethod · 0.65
tailInputStreamMethod · 0.65
lessMethod · 0.65
fetch_baselineFunction · 0.65
gh_requestFunction · 0.65
readFullyMethod · 0.65

Implementers 6

DefaultPropertyReadersrc/main/java/groovy/beans/DefaultProp
IOsubprojects/groovy-json/src/main/java/
StreamingTemplatesubprojects/groovy-templates/src/main/
DefaultPropertyAccessorsrc/main/java/groovy/beans/DefaultProp
LineColumnReadersrc/main/java/groovy/io/LineColumnRead
CharSequenceReadersrc/main/java/org/codehaus/groovy/util

Calls

no outgoing calls

Tested by 15

ensureResultOKMethod · 0.52
testReadIntoArrayMethod · 0.52
testReadBeyondEndMethod · 0.52
testMarkAndResetMethod · 0.52
testSkipMethod · 0.52
testSkipBeyondEndMethod · 0.52
testSkipAtEndMethod · 0.52
testNullInputMethod · 0.52
testEmptyInputMethod · 0.52