Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getArgTypes
Method
getArgTypes
src/jvm/clojure/lang/Compiler.java:6446–6446 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6444
abstract String getMethodName();
6445
abstract Type getReturnType();
6446
abstract Type[] getArgTypes();
6447
6448
public
void
emit(ObjExpr fn, ClassVisitor cv){
6449
Method m =
new
Method(getMethodName(), getReturnType(), getArgTypes());
Callers
1
emit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected