public enum PadOption extends Enum<PadOption>
EmptyForIteratorPadCheck
,
ParenPadCheck
列挙型定数と説明 |
---|
NOSPACE
Represents no spacing following a left parenthesis
or preceding a right one.
|
SPACE
Represents mandatory spacing following a left parenthesis
and preceeing a right one.
|
public static final PadOption NOSPACE
public static final PadOption SPACE
public static PadOption[] values()
for(PadOption c: PadOption.values()) System.out.println(c);
Copyright © 2001-2013. All Rights Reserved.