MCPcopy Index your code
hub / github.com/clojure/clojure / getPrimitiveType

Method getPrimitiveType

src/jvm/clojure/lang/Compiler.java:6572–6574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6570 }
6571
6572 public Class getPrimitiveType(){
6573 return maybePrimitiveType(init);
6574 }
6575}
6576
6577public static class LocalBindingExpr implements Expr, MaybePrimitiveExpr, AssignableExpr{

Callers 13

ctorTypesMethod · 0.95
compileMethod · 0.95
emitLetFnInitsMethod · 0.95
emitMethod · 0.95
emitClearLocalsOldMethod · 0.95
emitMethod · 0.95
parseMethod · 0.95
compileStubMethod · 0.95
emitAssignLocalMethod · 0.80
emitLocalMethod · 0.80
emitUnboxedLocalMethod · 0.80
LocalBindingExprMethod · 0.80

Calls 1

maybePrimitiveTypeMethod · 0.80

Tested by

no test coverage detected