Interface JavaTextSourceReader
-
- All Known Implementing Classes:
JavaparserReader
public interface JavaTextSourceReaderJavaのテキストソースを読み取る
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextSourceModelreadClasses(ReadableTextSources readableTextSources)PackageCommentsreadPackages(ReadableTextSources readableTextSources)
-
-
-
Method Detail
-
readPackages
PackageComments readPackages(ReadableTextSources readableTextSources)
-
readClasses
TextSourceModel readClasses(ReadableTextSources readableTextSources)
-
-