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

Member predicate CompilationUnit :: toString

Gets a textual representation of this container.

The default implementation gets the absolute path to the container, but subclasses may override to provide a different result. To get the absolute path of any Container, call Container.getAbsolutePath() directly.

string toString ( )