You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/nrepl-api/ops.adoc
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,13 +306,20 @@ Returns::
306
306
Return a map of information about the specified symbol.
307
307
308
308
Required parameters::
309
+
{blank}
310
+
311
+
Optional parameters::
312
+
* `:class` A Java class. If ``:ns`` is passed, it will be used for fully-qualifiying the class, if necessary.
313
+
* `:context` A Compliment completion context, just like the ones already passed for the "complete" op,
314
+
with the difference that the symbol at point should be entirely replaced by "\__prefix__".
315
+
316
+
For Java interop queries, it helps inferring the precise type of the object the ``:sym`` or ``:member`` refers to,
317
+
making the results more accurate (and less numerous).
318
+
* `:member` A Java class member.
309
319
* `:ns` The current namespace
310
320
* `:sym` The symbol to lookup
311
321
312
322
313
-
Optional parameters::
314
-
{blank}
315
-
316
323
Returns::
317
324
* `:doc-block-tags-fragments` May be absent. Represent the 'param', 'returns' and 'throws' sections a Java doc comment. It's a vector of fragments, where fragment is a map with ``:type`` ('text' or 'html') and ``:content`` plain text or html markup, respectively
318
325
* `:doc-first-sentence-fragments` May be absent. Represents the first sentence of a Java doc comment. It's a vector of fragments, where fragment is a map with ``:type`` ('text' or 'html') and ``:content`` plain text or html markup, respectively
@@ -434,13 +441,20 @@ Returns::
434
441
Return a map of information about the specified symbol.
435
442
436
443
Required parameters::
444
+
{blank}
445
+
446
+
Optional parameters::
447
+
* `:class` A Java class. If ``:ns`` is passed, it will be used for fully-qualifiying the class, if necessary.
448
+
* `:context` A Compliment completion context, just like the ones already passed for the "complete" op,
449
+
with the difference that the symbol at point should be entirely replaced by "\__prefix__".
450
+
451
+
For Java interop queries, it helps inferring the precise type of the object the ``:sym`` or ``:member`` refers to,
452
+
making the results more accurate (and less numerous).
453
+
* `:member` A Java class member.
437
454
* `:ns` The current namespace
438
455
* `:sym` The symbol to lookup
439
456
440
457
441
-
Optional parameters::
442
-
{blank}
443
-
444
458
Returns::
445
459
* `:doc-block-tags-fragments` May be absent. Represent the 'param', 'returns' and 'throws' sections a Java doc comment. It's a vector of fragments, where fragment is a map with ``:type`` ('text' or 'html') and ``:content`` plain text or html markup, respectively
446
460
* `:doc-first-sentence-fragments` May be absent. Represents the first sentence of a Java doc comment. It's a vector of fragments, where fragment is a map with ``:type`` ('text' or 'html') and ``:content`` plain text or html markup, respectively
0 commit comments