net.sourceforge.pmd
Class FooRule

java.lang.Object
  extended by AbstractJavaRule
      extended by net.sourceforge.pmd.FooRule

public class FooRule
extends AbstractJavaRule


Constructor Summary
FooRule()
           
 
Method Summary
 String getName()
           
 Object visit(ASTClassOrInterfaceDeclaration c, Object ctx)
           
 Object visit(ASTVariableDeclaratorId c, Object ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooRule

public FooRule()
Method Detail

visit

public Object visit(ASTClassOrInterfaceDeclaration c,
                    Object ctx)

visit

public Object visit(ASTVariableDeclaratorId c,
                    Object ctx)

getName

public String getName()


Copyright © 2002–2015 InfoEther. All rights reserved.