Uses of Enum
com.puppycrawl.tools.checkstyle.api.Scope
Packages that use Scope
Package
Description
Contains the core API to be used to implement checks.
Contains the Javadoc checks that are bundled with the main distribution.
Contains utils classes for checkstyle.
-
Uses of Scope in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return ScopeModifier and TypeMethodDescriptionstatic Scope
Scope.getInstance
(String scopeName) Scope factory method.static Scope
Returns the enum constant of this type with the specified name.static Scope[]
Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type Scope -
Uses of Scope in com.puppycrawl.tools.checkstyle.checks.javadoc
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type ScopeModifier and TypeMethodDescriptionvoid
JavadocMethodCheck.setExcludeScope
(Scope excludeScope) Setter to specify the visibility scope where Javadoc comments are not checked.void
JavadocStyleCheck.setExcludeScope
(Scope excludeScope) Setter to specify the visibility scope where Javadoc comments are not checked.void
JavadocTypeCheck.setExcludeScope
(Scope excludeScope) Setter to specify the visibility scope where Javadoc comments are not checked.void
JavadocVariableCheck.setExcludeScope
(Scope excludeScope) Setter to specify the visibility scope where Javadoc comments are not checked.void
MissingJavadocMethodCheck.setExcludeScope
(Scope excludeScope) Setter to specify the visibility scope where Javadoc comments are not checked.void
MissingJavadocTypeCheck.setExcludeScope
(Scope excludeScope) Setter to specify the visibility scope where Javadoc comments are not checked.void
Setter to specify the visibility scope where Javadoc comments are checked.void
Setter to specify the visibility scope where Javadoc comments are checked.void
Setter to specify the visibility scope where Javadoc comments are checked.void
Setter to specify the visibility scope where Javadoc comments are checked.void
Setter to specify the visibility scope where Javadoc comments are checked.void
Setter to specify the visibility scope where Javadoc comments are checked. -
Uses of Scope in com.puppycrawl.tools.checkstyle.utils
Methods in com.puppycrawl.tools.checkstyle.utils that return ScopeModifier and TypeMethodDescriptionstatic Scope
ScopeUtil.getScopeFromMods
(DetailAST aMods) Returns the Scope specified by the modifier set.static Scope
ScopeUtil.getSurroundingScope
(DetailAST node) Returns the scope of the surrounding "block".Methods in com.puppycrawl.tools.checkstyle.utils with parameters of type Scope