public final class ParsedFile extends Object
| Constructor and Description |
|---|
ParsedFile(Path path,
String declaredPackage,
String fqcn,
Collection<ImportStatement> imports) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFqcn() |
Collection<ImportStatement> |
getImports() |
Path |
getPath() |
int |
hashCode() |
String |
toString() |
public ParsedFile(Path path, String declaredPackage, String fqcn, Collection<ImportStatement> imports)
public Path getPath()
public Collection<ImportStatement> getImports()
public String getFqcn()
Copyright © 2014–2019. All rights reserved.