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(File file) |
void |
solveMethodCalls(File file) |
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(File file) throws IOException, com.github.javaparser.ParseException
IOException
com.github.javaparser.ParseException
public void solveMethodCalls(File file) throws IOException, com.github.javaparser.ParseException
IOException
com.github.javaparser.ParseException
public void setTypeSolver(TypeSolver typeSolver)
Copyright © 2007–2018. All rights reserved.