MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / is_java_primitive

Method is_java_primitive

core/generator/java/java.stoneg.py:1918–1919  ·  view source on GitHub ↗
(self, data_type)

Source from the content-addressed store, hash-verified

1916 return ''
1917
1918 def is_java_primitive(self, data_type):
1919 return self.java_class(data_type, generics=False).name[0].islower()
1920
1921 @staticmethod
1922 def is_enum(data_type):

Callers 6

_java_eqMethod · 0.80

Calls 1

java_classMethod · 0.95

Tested by

no test coverage detected