java.lang.Object
technology.sola.script.parser.ParserResultPrinter
ParserResultPrinter serializes a
ParserResult
in a human-readable way.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprint
(ParserResult result) Converts aParserResult
into a human-readable string.
-
Constructor Details
-
ParserResultPrinter
public ParserResultPrinter()
-
-
Method Details
-
print
Converts aParserResult
into a human-readable string.- Parameters:
result
- theParserResult
- Returns:
- the stringified parser result
-