|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.AbstractOption
com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
public final class BlockOption
Represents the policy for checking block statements.
EmptyBlockCheck
,
Serialized FormField Summary | |
---|---|
static BlockOption |
STMT
Represents the policy that there is a statement in the block. |
static BlockOption |
TEXT
Represents the policy that there is some text in the block. |
Method Summary | |
---|---|
protected java.util.Map |
getStrToOpt()
Returns the map from string representations to options. |
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.AbstractOption |
---|
decode, readResolve, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BlockOption TEXT
catch (Exception ex) { // This is a bad coding practice }
public static final BlockOption STMT
finally { lock.release(); }
Method Detail |
---|
protected java.util.Map getStrToOpt()
getStrToOpt
in class AbstractOption
Map
from strings to options.
|
Back to the Checkstyle Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |