Liking cljdoc? Tell your friends :D

cljmd.inline.token


after?clj

(after? x y)

True if token x begins after token y, false otherwise.

True if token x begins after token y, false otherwise.
sourceraw docstring

before?clj

(before? x y)

True if token x ends before token y, false otherwise.

True if token x ends before token y, false otherwise.
sourceraw docstring

cross?clj

(cross? x y)

True if either of the following holds, false otherwise:

  • x begins after y and x ends after y
  • y begins after x and y ends after x
True if either of the following holds, false otherwise:
* x begins after y and x ends after y
* y begins after x and y ends after x
sourceraw docstring

innercljmultimethod

Nested inline content if the represented entity supports it, nil otherwise.

Nested inline content if the represented entity supports it, nil otherwise.
sourceraw docstring

inner-boundsclj

(inner-bounds token)

A [start end] vector containing :re/start and :re/end when the token has no inner content, or the start / end indices of its inner content otherwise.

A [start end] vector containing :re/start and :re/end when the token has no
inner content, or the start / end indices of its inner content otherwise.
sourceraw docstring

translateclj

(translate token offset)

Adjusts token boundaries by offset.

Adjusts token boundaries by offset.
sourceraw docstring

within?clj

(within? x y)

True if x lies within y, false otherwise.

True if x lies within y, false otherwise.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close