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 aParserResultinto a human-readable string.
-
Constructor Details
-
ParserResultPrinter
public ParserResultPrinter()
-
-
Method Details
-
print
Converts aParserResultinto a human-readable string.- Parameters:
result- theParserResult- Returns:
- the stringified parser result
-