Package de.mhus.lib.core.parser
Interface Parser
-
- All Known Implementing Classes:
StringCompiler
public interface Parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompiledStringcompileString(String in)
-
-
-
Method Detail
-
compileString
CompiledString compileString(String in) throws ParseException
- Throws:
ParseException
-
-