SourceFileInfoExtractor

Resolves resolvable nodes from one or more source files, and reports the results. It is mainly intended as an example usage of JavaSymbolSolver.

Author

Federico Tomassetti

Constructors

Link copied to clipboard
constructor(typeSolver: TypeSolver)

Properties

Link copied to clipboard
open val failures: Int
Link copied to clipboard
open val successes: Int
Link copied to clipboard
open val unsupported: Int

Functions

Link copied to clipboard
open fun setErr(err: PrintStream)
Link copied to clipboard
open fun setOut(out: PrintStream)
Link copied to clipboard
open fun setPrintFileName(printFileName: Boolean)
Link copied to clipboard
open fun setVerbose(verbose: Boolean)
Link copied to clipboard
open fun solve(path: Path)
Link copied to clipboard
open fun solveMethodCalls(path: Path)