Uses of Class com.puppycrawl.tools.checkstyle.api.Scope

Uses in package com.puppycrawl.tools.checkstyle.api

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
Scope.isIn(Scope aScope)
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".