Package owl.run.modules
Class InputReaders.HoaReader
- java.lang.Object
-
- owl.run.modules.InputReaders.HoaReader
-
- All Implemented Interfaces:
InputReader,OwlModule
- Enclosing class:
- InputReaders
public static final class InputReaders.HoaReader extends Object implements InputReader
-
-
Field Summary
Fields Modifier and Type Field Description static InputReaders.HoaReaderDEFAULT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(Reader reader, Environment env, Consumer<Object> callback)
-
-
-
Field Detail
-
DEFAULT
public static final InputReaders.HoaReader DEFAULT
-
-
Method Detail
-
run
public void run(Reader reader, Environment env, Consumer<Object> callback)
- Specified by:
runin interfaceInputReader
-
-