void |
DirAnalyzer.analyze(File _file) |
Sets the File to be analyzed.
|
void |
FileAnalyzer.analyze(File _file) |
Sets the File to be analyzed.
|
boolean |
DirAnalyzer.containsConstruct(ConstructId _id) |
Returns true if the given ConstructId is part of the analyzed file, false otherwise.
|
boolean |
FileAnalyzer.containsConstruct(ConstructId _id) |
Returns true if the given ConstructId is part of the analyzed file, false otherwise.
|
Construct |
DirAnalyzer.getConstruct(ConstructId _id) |
Returns the Construct with the given ConstructId or null if no such construct is present in the analyzed file.
|
Construct |
FileAnalyzer.getConstruct(ConstructId _id) |
Returns the Construct with the given ConstructId or null if no such construct is present in the analyzed file.
|
Map<ConstructId,Construct> |
DirAnalyzer.getConstructs() |
Searches for programming Constructs contained in a given File and returns them to the caller.
|
Map<ConstructId,Construct> |
FileAnalyzer.getConstructs() |
Searches for programming Constructs contained in a given File and returns them to the caller.
|