Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ charAt
Method
charAt
src/main/java/groovy/lang/GString.java:250–253 ·
view source on GitHub ↗
{@inheritDoc}
(int index)
Source
from the content-addressed store, hash-verified
248
* {@inheritDoc}
249
*/
250
@Override
251
public
char charAt(
int
index) {
252
return
toString().charAt(index);
253
}
254
255
/**
256
* {@inheritDoc}
Callers
15
revcomp
Class · 0.45
testAppendString
Method · 0.45
createMetaMethodAndMetaProperty
Method · 0.45
checkBoundaryCompatibility
Method · 0.45
normaliseStringType
Method · 0.45
isPropertyName
Method · 0.45
valueOf
Method · 0.45
setterNameFor
Method · 0.45
get
Method · 0.45
scanToken
Method · 0.45
scanQuoted
Method · 0.45
skipWhitespace
Method · 0.45
Calls
1
toString
Method · 0.95
Tested by
1
testAppendString
Method · 0.36