Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C E F G I L M S U

A

AbstractReferenceCheck - class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck.
Abstract class for checks that require reference information.
AbstractReferenceCheck() - Constructor for class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Creates a AbstractReferenceCheck.

C

com.puppycrawl.tools.checkstyle.bcel.checks - package com.puppycrawl.tools.checkstyle.bcel.checks
 

E

equalScope(FieldOrMethod) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Tests whether the scope of a field or method is compatible with the scope of this check.

F

findJavaClassDef(JavaClass) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Finds a JavaClassDefinition for a JavaClass.

G

getReferenceDAO() - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Gets the DAO that manages references for this check.
getVisitor() - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
 

I

ignore(String, FieldOrMethod) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Determines whether a class name, and field or method should be ignored.
ignore(String, Method) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.UnusedMethodCheck
 

L

leaveSet(Set) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.UnreadFieldCheck
 
leaveSet(Set) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.UnusedMethodCheck
 

M

mIgnoreClassNameRegexp - Variable in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
the regexp to match class names against
mIgnoreNameRegexp - Variable in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
the regexp to match names against
mScope - Variable in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
the scope for recorded references

S

setIgnoreClassName(String) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Set the ignore class name to the specified regular expression.
setIgnoreName(String) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Set the ignore name format to the specified regular expression.
setScope(String) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
Sets the scope for recorded references.
setScope(String) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.UnreadFieldCheck
 
setScope(String) - Method in class com.puppycrawl.tools.checkstyle.bcel.checks.UnusedMethodCheck
 

U

UnreadFieldCheck - class com.puppycrawl.tools.checkstyle.bcel.checks.UnreadFieldCheck.
Checks for unread, non-final fields
UnreadFieldCheck() - Constructor for class com.puppycrawl.tools.checkstyle.bcel.checks.UnreadFieldCheck
 
UnusedMethodCheck - class com.puppycrawl.tools.checkstyle.bcel.checks.UnusedMethodCheck.
Checks for unused methods
UnusedMethodCheck() - Constructor for class com.puppycrawl.tools.checkstyle.bcel.checks.UnusedMethodCheck
 

A C E F G I L M S U