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

Function isJavaType

bind/genjava.go:1677–1679  ·  view source on GitHub ↗
(t types.Type)

Source from the content-addressed store, hash-verified

1675}
1676
1677func isJavaType(t types.Type) bool {
1678 return typePkgFirstElem(t) == "Java"
1679}
1680
1681const (
1682 javaPreamble = gobindPreamble + `// Java class %[1]s.%[2]s is a proxy for talking to a Go program.

Callers 4

toJavaTypeMethod · 0.85
javaTypeMethod · 0.85
genFromRefnumMethod · 0.85
embeddedJavaClassesFunction · 0.85

Calls 1

typePkgFirstElemFunction · 0.85

Tested by

no test coverage detected