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
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Add a method TSQuery#getCaptureQuantifierForId(int patternId, int captureId)
Implementation
getCaptureQuantifierForId (untested)
TSQuantifier.java
publicenumTSQuantifier {
TSQuantifierZero, // must match the array initialization valueTSQuantifierZeroOrOne,
TSQuantifierZeroOrMore,
TSQuantifierOne,
TSQuantifierOneOrMore
}
I am trying to port the rust bindings for the
Queryincluding predicates) to kotlin. Whilst doing this I noticed that not all functions have bindings.What is missing:
ts_query_capture_quantifier_for_idTSQuantifier-enumTSQuery#getCaptureQuantifierForId(int patternId, int captureId)Implementation
getCaptureQuantifierForId(untested)TSQuantifier.java
TSQuery.java
ts_query.cc