public class SourceFileInfoExtractor extends Object
Constructor and Description |
---|
SourceFileInfoExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getKo() |
int |
getOk() |
int |
getUnsupported() |
void |
setErr(PrintStream err) |
void |
setOut(PrintStream out) |
void |
setPrintFileName(boolean printFileName) |
void |
setTypeSolver(TypeSolver typeSolver) |
void |
setVerbose(boolean verbose) |
void |
solve(Path path) |
void |
solveMethodCalls(Path path) |
public void setVerbose(boolean verbose)
public void setPrintFileName(boolean printFileName)
public void clear()
public void setOut(PrintStream out)
public void setErr(PrintStream err)
public int getOk()
public int getUnsupported()
public int getKo()
public void solve(Path path) throws IOException
IOException
public void solveMethodCalls(Path path) throws IOException
IOException
public void setTypeSolver(TypeSolver typeSolver)
Copyright © 2007–2018. All rights reserved.