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

Member predicate UriCreate::getHostArg

Gets the host argument of the newly created URI. In the case where the host is specified separately, this is only the host. In the case where the URI is parsed from an input string, such as in URI("http://foo.com/mypath"), this is the entire argument passed in, that is "http://foo.com/mypath".

Expr getHostArg()