Class SourceFileInfoExtractor
java.lang.Object
com.github.javaparser.symbolsolver.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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setErr(PrintStream err)
void
setOut(PrintStream out)
void
setPrintFileName(boolean printFileName)
void
setVerbose(boolean verbose)
void
void
solveMethodCalls(Path path)
-
Constructor Details
-
SourceFileInfoExtractor
-
-
Method Details
-
setVerbose
public void setVerbose(boolean verbose) -
setPrintFileName
public void setPrintFileName(boolean printFileName) -
setOut
-
setErr
-
getSuccesses
public int getSuccesses() -
getUnsupported
public int getUnsupported() -
getFailures
public int getFailures() -
solve
- Throws:
IOException
-
solveMethodCalls
- Throws:
IOException
-