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

Member predicate InstanceAccessExt :: isImplicitThisConstructorArgument

Holds if this is the implicit this argument of cc, which is either a ThisConstructorInvocationStmt or a SuperConstructorInvocationStmt.

predicate isImplicitThisConstructorArgument ( ConstructorCall cc )