We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39d9445 + f080ffe commit ba21ad9Copy full SHA for ba21ad9
example/java/GetSignature.gdl
@@ -0,0 +1,11 @@
1
+// script
2
+use coref::java::*
3
+
4
+fn default_db() -> JavaDB {
5
+ return JavaDB::load("coref_java_src.db")
6
+}
7
8
+query getSignature from
9
+ c in Callable(default_db())
10
+select
11
+ c.getSignature() as signature
0 commit comments