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

Method getV3

src/main/java/groovy/lang/Tuple6.java:151–153  ·  view source on GitHub ↗

Returns the third element. @return the third element

()

Source from the content-addressed store, hash-verified

149 * @return the third element
150 */
151 public T3 getV3() {
152 return v3;
153 }
154
155 /**
156 * Returns the fourth element.

Callers 8

testTuple6Method · 0.95
highlightMatchedMethod · 0.45
clearHighlightedMethod · 0.45
createNodeMethod · 0.45
doStartElementMethod · 0.45
nodeCompletedMethod · 0.45
visitSwitchExpressionMethod · 0.45

Calls

no outgoing calls

Tested by 1

testTuple6Method · 0.76