Package io.protostuff.compiler.parser
Interface Importer
-
- All Known Implementing Classes:
ImporterImpl
public interface ImporterProto file importer - parses and returns context for a proto file. Results are cached.- Author:
- Kostiantyn Shchepanovskyi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtoContextimportFile(FileReader fileReader, String fileName)
-
-
-
Method Detail
-
importFile
ProtoContext importFile(FileReader fileReader, String fileName)
-
-