public class FormattingOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
compact
Disables the extraneous whitespace and indentation that is added by default
for better readability.
|
int |
indent_width
Specifies the width of the indentation level.
|
java.lang.String |
newline
Specifies the newline characters.
|
boolean |
useSymbolicNames
Enables printing of meaningful names for numeric values whenever possible.
|
Constructor and Description |
---|
FormattingOptions() |
public boolean compact
public int indent_width
public java.lang.String newline
System.getProperty("line.separator")
is used to terminate the line.public boolean useSymbolicNames
Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.