codeql/python-all
0.8.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if the NFA has a transition from q1 to q2 labelled with lbl.
q1
q2
lbl
import codeql.regex.nfa.NfaUtils
predicate delta ( State q1 , EdgeLabel lbl , State q2 )