codeql/java-all
0.6.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if a quoted sequence is found between start and end, with content found between inner_start and inner_end.
start
end
inner_start
inner_end
predicate quote ( int start , int end , int inner_start , int inner_end )