Shared: QLDoc NfaUtils::Make::State::hasLocationInfo.

This commit is contained in:
Geoffrey White
2023-06-22 17:19:43 +01:00
parent c17de99c86
commit a8aa33510d

View File

@@ -864,6 +864,9 @@ module Make<RegexTreeViewSig TreeImpl> {
*/
RegExpTerm getRepr() { result = repr }
/**
* Holds if the term represented by this state is found at the specified location offsets.
*/
predicate hasLocationInfo(string file, int line, int column, int endline, int endcolumn) {
repr.hasLocationInfo(file, line, column, endline, endcolumn)
}