Searched refs:tryToParse (Results 1 – 7 of 7) sorted by relevance
94 …public ParseResult<CompilationUnit> tryToParse(String startPackage, String filename, ParserConfigu… in tryToParse() method in SourceRoot119 …public ParseResult<CompilationUnit> tryToParse(String startPackage, String filename) throws IOExce… in tryToParse() method in SourceRoot120 return tryToParse(startPackage, filename, parserConfiguration); in tryToParse()131 public List<ParseResult<CompilationUnit>> tryToParse(String startPackage) throws IOException { in tryToParse() method in SourceRoot140 tryToParse(relative.toString(), file.getFileName().toString()); in tryToParse()171 public List<ParseResult<CompilationUnit>> tryToParse() throws IOException { in tryToParse() method in SourceRoot172 return tryToParse(""); in tryToParse()195 tryToParse( in tryToParseParallelized()236 final ParseResult<CompilationUnit> result = tryToParse(startPackage, filename); in parse()
59 long value = mask.tryToParse(line); in parseProcinfo()71 private long tryToParse(String line) { in tryToParse() method in SignalMaskInfo.Type
57 long value = mask.tryToParse(line); in parseProcinfo()69 private long tryToParse(String line) { in tryToParse() method in SignalMaskInfo.Type
30 List<ParseResult<CompilationUnit>> parseResults = sourceRoot.tryToParse(); in parseTestDirectory()60 new SourceRoot(path).tryToParse(); in dotsInRootDirectoryAreAllowed()
27 for (ParseResult<CompilationUnit> parseResult : sourceRoot.tryToParse()) { in resolveExpressions()
41 …final CompilationUnit compilationUnit = sourceRoot.tryToParse(pkg, visitorClassName + ".java").get… in generate()
129 …CompilationUnit observablePropertyCu = sourceRoot.tryToParse("com.github.javaparser.ast.observer",… in after()