public static class CompilationUnit.Storage extends Object
Modifier and Type | Method | Description |
---|---|---|
CompilationUnit |
getCompilationUnit() |
|
Path |
getDirectory() |
|
String |
getFileName() |
|
Path |
getPath() |
|
Path |
getSourceRoot() |
|
ParseResult<CompilationUnit> |
reparse(JavaParser javaParser) |
|
void |
save() |
Saves the compilation unit to its original location
|
void |
save(Function<CompilationUnit,String> makeOutput) |
Saves a compilation unit to its original location with formatting according to the function
passed as a parameter.
|
public Path getPath()
public CompilationUnit getCompilationUnit()
public Path getSourceRoot()
public String getFileName()
public Path getDirectory()
public void save()
public void save(Function<CompilationUnit,String> makeOutput)
makeOutput
- a function that formats the compilation unitpublic ParseResult<CompilationUnit> reparse(JavaParser javaParser)
Copyright © 2007–2019. All rights reserved.