com.puppycrawl.tools.checkstyle.checks.whitespace

Class OperatorWrapOption

public final class OperatorWrapOption extends AbstractOption

Represents the options for wrapping on an operator.

Version: 1.0

Author: Rick Giles

Field Summary
static OperatorWrapOptionEOL
Require that the operator is at the end of the line.
static OperatorWrapOptionNL
Require that the operator is on a new line.
Method Summary
protected MapgetStrToOpt()
{@inheritDoc}

Field Detail

EOL

public static final OperatorWrapOption EOL
Require that the operator is at the end of the line.

NL

public static final OperatorWrapOption NL
Require that the operator is on a new line.

Method Detail

getStrToOpt

protected Map getStrToOpt()
{@inheritDoc}