Package org.pkl.core.runtime
Class VmValueRenderer
java.lang.Object
org.pkl.core.runtime.VmValueRenderer
Renders values for use in REPL and error messages. Does not force values to avoid consecutive
errors and keep output succinct. (Alternatively it could force and recover from errors.)
Currently prints fully qualified class name for outermost object (if rendered value is an object) and omits class names otherwise.
-
Method Summary
Modifier and TypeMethodDescriptionstatic VmValueRenderermultiLine(int lengthLimit) static VmValueRenderersingleLine(int lengthLimit)
-
Method Details
-
singleLine
-
multiLine
-
render
-