Package cs350s22.component.ui.parser
Interface SubParser
- All Known Implementing Classes:
 ActuatorParser,BuildParser,MapperParser,MetaParser,ReporterParser,SendParser,SensorParser,WatchdogParser
public interface SubParser
Interface implemented by all sub parsers of Parser.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidparse()Method each sub parser is required to use to begin parsing their respective commands. 
- 
Method Details
- 
parse
Method each sub parser is required to use to begin parsing their respective commands.- Throws:
 IOException- Invalid input.
 
 -