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

Member predicate AnonymousClass::getTypeDescriptor

Gets the JVM descriptor for this type, as used in bytecode.

For an anonymous class, the type descriptor is the descriptor of the enclosing type followed by a (1-based) counter of anonymous classes declared within that type.

string getTypeDescriptor()