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

Method Constant

internal/importers/java/java.go:447–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445}
446
447func (v *Var) Constant() bool {
448 return v.Static && v.Final && v.Val != ""
449}
450
451// Mangle a name according to
452// http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/design.html#wp16696

Callers 1

GenPackageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected