public class SourceFileInfoExtractor extends Object
| Constructor and Description |
|---|
SourceFileInfoExtractor(TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailures() |
int |
getSuccesses() |
int |
getUnsupported() |
void |
setErr(PrintStream err) |
void |
setOut(PrintStream out) |
void |
setPrintFileName(boolean printFileName) |
void |
setVerbose(boolean verbose) |
void |
solve(Path path) |
void |
solveMethodCalls(Path path) |
public SourceFileInfoExtractor(TypeSolver typeSolver)
public void setVerbose(boolean verbose)
public void setPrintFileName(boolean printFileName)
public void setOut(PrintStream out)
public void setErr(PrintStream err)
public int getSuccesses()
public int getUnsupported()
public int getFailures()
public void solve(Path path) throws IOException
IOExceptionpublic void solveMethodCalls(Path path) throws IOException
IOExceptionCopyright © 2007–2019. All rights reserved.