Package output
Class ToStringManager
Object
ToStringManager
public class ToStringManager
extends Object
Manages tools for
toStrings and OutputFunctions-
Constructor Summary
Constructors Constructor Description ToStringManager() -
Method Summary
Modifier and Type Method Description static OutputFunctionmaybeParenthesize(OutputFunction function)
-
Constructor Details
-
ToStringManager
public ToStringManager()
-
-
Method Details
-
maybeParenthesize
- Parameters:
function- the function to be maybe parenthesized- Returns:
- the function, possibly parenthesized
-