Groovy Documentation

Package org.codenarc.rule.naming

 

Class Summary
AbstractClassNameAstVisitor
AbstractClassNameRule Rule that verifies that the name of an abstract class matches a regular expression specified in the regex property.
AbstractTypeNameAstVisitor Abstract superclass for AstVisitor classes dealing with class/type names, e.g. classes, interfaces and abstract classes.
ClassNameAstVisitor
ClassNameRule Rule that verifies that the name of a class matches a regular expression.
FieldNameAstVisitor
FieldNameRule Rule that verifies that the name of each field matches a regular expression.
InterfaceNameAstVisitor
InterfaceNameRule Rule that verifies that the name of an interface matches a regular expression specified in the regex property.
MethodNameAstVisitor
MethodNameRule Rule that verifies that the name of each method matches a regular expression.
PackageNameAstVisitor
PackageNameRule Rule that verifies that the package name of a class matches a regular expression.
ParameterNameAstVisitor
ParameterNameRule Rule that verifies that the name of each parameter matches a regular expression.
PropertyNameAstVisitor
PropertyNameRule Rule that verifies that the name of each property matches a regular expression.
VariableNameAstVisitor
VariableNameRule Rule that verifies that the name of each variable matches a regular expression.
 


Groovy Documentation