mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Shared: QLDoc NfaUtils::Make::State::hasLocationInfo.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user