CodeQL library for Java
codeql/java-all 0.6.1 ( 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 ( )