コード例 #1
0
ファイル: Preprocessor.java プロジェクト: mar9000/plantuml
 public int getLineNumber() {
   return rawSource.getLineNumber();
 }
コード例 #2
0
ファイル: Preprocessor.java プロジェクト: mar9000/plantuml
 public void close() throws IOException {
   rawSource.close();
 }
コード例 #3
0
ファイル: Preprocessor.java プロジェクト: pabranch/plantuml
 public Set<FileWithSuffix> getFilesUsed() {
   return Collections.unmodifiableSet(rawSource.getFilesUsedGlobal());
 }