MCPcopy Create free account
hub / github.com/golang/mobile / className

Method className

bind/genjava.go:1015–1017  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1013}
1014
1015func (g *JavaGen) className() string {
1016 return JavaClassName(g.Pkg)
1017}
1018
1019// JavaClassName returns the name of the Java class that
1020// contains Go package level identifiers.

Callers 6

genStructMethod · 0.95
genJNIFuncSignatureMethod · 0.95
genJNIVarMethod · 0.95
GenHMethod · 0.95
GenCMethod · 0.95
GenJavaMethod · 0.95

Calls 1

JavaClassNameFunction · 0.85

Tested by

no test coverage detected