パッケージ | 説明 |
---|---|
com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected Scoring |
AbstractViolationReporter.mScoring
represents how to calculate score.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static Scoring |
Scoring.getInstance(String aScoring)
Scoring factory method.
|
static Scoring |
Scoring.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Scoring[] |
Scoring.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright © 2001-2013. All Rights Reserved.