We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05712f3 commit f080ffeCopy full SHA for f080ffe
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