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

Quick Search    Search Deep
A C D F G I L M N P S T V

A

AbstractClassName - class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassName.
 
AbstractClassName() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassName
 
AbstractClassName.NonAbstractInnerClass - class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassName.NonAbstractInnerClass.
 
AbstractClassName.NonAbstractInnerClass() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassName.NonAbstractInnerClass
 
AbstractClassNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck.
Ensures that the names of abstract classes conforming to some regular expression.
AbstractClassNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
Creates new instance of the check.
AbstractClassNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheckTest.
 
AbstractClassNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheckTest
 
AbstractNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck.
Abstract class for checking that names conform to a specified format.
AbstractNameCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
Creates a new AbstractNameCheck instance.

C

ClassFactory - class com.puppycrawl.tools.checkstyle.checks.naming.ClassFactory.
 
ClassFactory() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ClassFactory
 
ClassFactory.WellNamedFactory - class com.puppycrawl.tools.checkstyle.checks.naming.ClassFactory.WellNamedFactory.
 
ClassFactory.WellNamedFactory() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ClassFactory.WellNamedFactory
 
ConstantNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck.
Checks that constant names conform to a format specified by the format property.
ConstantNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
Creates a new ConstantNameCheck instance.
ConstantNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheckTest.
 
ConstantNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheckTest
 
com.puppycrawl.tools.checkstyle.checks.naming - package com.puppycrawl.tools.checkstyle.checks.naming
 

D

DEFAULT_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
Defualt format for abstract class names

F

FactoryWithBadName - class com.puppycrawl.tools.checkstyle.checks.naming.FactoryWithBadName.
 
FactoryWithBadName() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.FactoryWithBadName
 

G

getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
 

I

InputAbstractClassName - class com.puppycrawl.tools.checkstyle.checks.naming.InputAbstractClassName.
 
InputAbstractClassName() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.InputAbstractClassName
 
isAbstract(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
 
isMatchingClassName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
 

L

LocalFinalVariableNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck.
Checks that local final variable names conform to a format specified by the format property.
LocalFinalVariableNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
Creates a new LocalFinalVariableNameCheck instance.
LocalFinalVariableNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheckTest.
 
LocalFinalVariableNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheckTest
 
LocalVariableNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck.
Checks that local, non-final variable names conform to a format specified by the format property.
LocalVariableNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
Creates a new LocalVariableNameCheck instance.
LocalVariableNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheckTest.
 
LocalVariableNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheckTest
 

M

MemberNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck.
Checks that instance variable names conform to a format specified by the format property.
MemberNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
Creates a new MemberNameCheck instance.
MemberNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheckTest.
 
MemberNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheckTest
 
MethodNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck.
Checks that method names conform to a format specified by the format property.
MethodNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
Creates a new MethodNameCheck instance.
MethodNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheckTest.
 
MethodNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheckTest
 
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
Decides whether the name of an AST should be checked against the format regexp.
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
 
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
 
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
 
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
 
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
 
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
 

N

NonAbstractClass - class com.puppycrawl.tools.checkstyle.checks.naming.NonAbstractClass.
 
NonAbstractClass() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.NonAbstractClass
 
NonAbstractClassName - class com.puppycrawl.tools.checkstyle.checks.naming.NonAbstractClassName.
 
NonAbstractClassName() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.NonAbstractClassName
 

P

PackageNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck.
Checks that package names conform to a format specified by the format property.
PackageNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
Creates a new PackageNameCheck instance.
PackageNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheckTest.
 
PackageNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheckTest
 
ParameterNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck.
Checks that parameter names conform to a format specified by the format property.
ParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
Creates a new ParameterNameCheck instance.
ParameterNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheckTest.
 
ParameterNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheckTest
 

S

StaticVariableNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck.
Checks that static, non-final variable names conform to a format specified by the format property.
StaticVariableNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
Creates a new StaticVariableNameCheck instance.
StaticVariableNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheckTest.
 
StaticVariableNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheckTest
 

T

TypeNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck.
Checks that type names conform to a format specified by the format property.
TypeNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
Creates a new TypeNameCheck instance.
TypeNameCheckTest - class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheckTest.
 
TypeNameCheckTest() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheckTest
 
testCatch() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheckTest
 
testCatchParameter() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheckTest
 
testDefault() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheckTest
 
testIllegalAbstractClassName() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheckTest
 
testIllegalRegexp() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheckTest
 
testInnerClass() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheckTest
 
testInnerClass() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheckTest
 
testInnerClass() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheckTest
 
testInterface() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheckTest
 
testSet() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheckTest
 
testSpecified() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheckTest
 
testSpecified() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheckTest
 
testSpecified() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheckTest
 
testSpecified() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheckTest
 
testSpecified() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheckTest
 

V

visitClassDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
Checks class definition.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
 
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
 

A C D F G I L M N P S T V