Example #1
0
 public int getLineNumber() {
   return rawSource.getLineNumber();
 }
Example #2
0
 public void close() throws IOException {
   rawSource.close();
 }
Example #3
0
 public Set<FileWithSuffix> getFilesUsed() {
   return Collections.unmodifiableSet(rawSource.getFilesUsedGlobal());
 }