Frames | No Frames |
Fields of type com.puppycrawl.tools.checkstyle.api.Scope | |
Scope | anon inner scope. |
Scope | nothing scope. |
Scope | package scope. |
Scope | private scope. |
Scope | protected scope. |
Scope | public scope. |
Methods with parameter type com.puppycrawl.tools.checkstyle.api.Scope | |
boolean | Checks if this scope is a subscope of another scope. |
Methods with return type com.puppycrawl.tools.checkstyle.api.Scope | |
Scope | Scope.getInstance(String aScopeName) Scope factory method. |
Scope | Returns the Scope specified by the modifier set. |
Scope | Returns the scope of the surrounding "block". |
Back to the Checkstyle Home Page |