パッケージ | 説明 |
---|---|
com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static Scope |
Scope.getInstance(String aScopeName)
Scope factory method.
|
static Scope |
ScopeUtils.getScopeFromMods(DetailAST aMods)
Returns the Scope specified by the modifier set.
|
static Scope |
ScopeUtils.getSurroundingScope(DetailAST aAST)
Returns the scope of the surrounding "block".
|
static Scope |
Scope.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Scope[] |
Scope.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
Scope.isIn(Scope aScope)
Checks if this scope is a subscope of another scope.
|
Copyright © 2001-2013. All Rights Reserved.