Package io.protostuff.compiler.parser
Interface FileReader
-
- All Known Implementing Classes:
ClasspathFileReader,CompositeFileReader,LocalFileReader,MultiPathFileReader
public interface FileReaderFile reader reads a file and returns a character stream, later consumed by lexer.- Author:
- Kostiantyn Shchepanovskyi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.antlr.v4.runtime.CharStreamread(String name)
-
-
-
Method Detail
-
read
@Nullable org.antlr.v4.runtime.CharStream read(String name)
-
-