| |
|
| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.NamingStandardRule
NamingStandardRule | public class NamingStandardRule extends InspectorBase (Code) | | Classes, methods and variables should be named according to Sun's naming convention.
author: Pavel Vlasov version: $Revision: 1.4 $ |
Method Summary | |
public void | visit(TypeDefinition typeDefinition) Reviews the name of the classes. | public void | visit(Method method) Reviews the name of the methods. | public void | visit(VariableDefinition variableDefinition) Reviews the name of the attributes. | public void | visit(Parameter parameter) Reviews the name of the parameters. | public void | visit(com.pavelvlasov.jsel.Package pkg) |
visit | public void visit(TypeDefinition typeDefinition)(Code) | | Reviews the name of the classes.
Parameters: typeDefinition - the typedefinition to be reviewed. |
visit | public void visit(Method method)(Code) | | Reviews the name of the methods.
Parameters: method - the method to be reviewed |
visit | public void visit(VariableDefinition variableDefinition)(Code) | | Reviews the name of the attributes.
Parameters: variableDefinition - the variable definition to be reviewed. |
visit | public void visit(Parameter parameter)(Code) | | Reviews the name of the parameters.
Parameters: parameter - the parameter declaration to be reviewed. |
visit | public void visit(com.pavelvlasov.jsel.Package pkg)(Code) | | |
|
|
|