CodeQL library for Java/Kotlin
codeql/java-all 0.9.1 (changelog, source)
Search

Predicate signature Make::isARelevantEnd

Holds if n is at the end of a tree. I.e. a node that should have a result in the Concretizer module. Such a node can still have children.

Import path

import codeql.regex.nfa.NfaUtils
signature predicate isARelevantEnd(CharNode n)