public class SourceFileInfoExtractor
extends java.lang.Object
Constructor and Description |
---|
SourceFileInfoExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getKo() |
int |
getOk() |
int |
getUnsupported() |
void |
setErr(java.io.PrintStream err) |
void |
setOut(java.io.PrintStream out) |
void |
setPrintFileName(boolean printFileName) |
void |
setTypeSolver(com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver) |
void |
setVerbose(boolean verbose) |
void |
solve(java.io.File file) |
void |
solveMethodCalls(java.io.File file) |
public void setVerbose(boolean verbose)
public void setPrintFileName(boolean printFileName)
public void clear()
public void setOut(java.io.PrintStream out)
public void setErr(java.io.PrintStream err)
public int getOk()
public int getUnsupported()
public int getKo()
public void solve(java.io.File file) throws java.io.IOException, com.github.javaparser.ParseException
java.io.IOException
com.github.javaparser.ParseException
public void solveMethodCalls(java.io.File file) throws java.io.IOException, com.github.javaparser.ParseException
java.io.IOException
com.github.javaparser.ParseException
public void setTypeSolver(com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)