Package de.mhus.lib.core.parser
Interface ParsingPart
-
- All Superinterfaces:
StringPart
- All Known Implementing Classes:
ConstantParsingPart,ConstantPart,StringParsingPart
public interface ParsingPart extends StringPart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(ParseReader str)-
Methods inherited from interface de.mhus.lib.core.parser.StringPart
dump, execute
-
-
-
-
Method Detail
-
parse
void parse(ParseReader str) throws ParseException
- Throws:
ParseException
-
-