mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
0a9a6d9c7b
commit
beed0532bc
2 changed files with 6 additions and 5 deletions
|
@ -80,6 +80,7 @@ abstract public class PDOMWriter {
|
|||
ArrayList<IASTPreprocessorStatement> fMacros= new ArrayList<IASTPreprocessorStatement>();
|
||||
ArrayList<IASTPreprocessorIncludeStatement> fIncludes= new ArrayList<IASTPreprocessorIncludeStatement>();
|
||||
}
|
||||
|
||||
private boolean fShowProblems;
|
||||
protected boolean fShowInclusionProblems;
|
||||
private boolean fShowScannerProblems;
|
||||
|
|
|
@ -54,6 +54,7 @@ public class PDOMASTAdapter {
|
|||
public int getEndingLineNumber() {
|
||||
return loc.getStartingLineNumber();
|
||||
}
|
||||
|
||||
public String getFileName() {
|
||||
return loc.getFileName();
|
||||
}
|
||||
|
@ -73,7 +74,6 @@ public class PDOMASTAdapter {
|
|||
public int getNodeOffset() {
|
||||
return loc.getNodeOffset();
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue