Uses of Class
net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence

Packages that use JavaNameOccurrence
net.sourceforge.pmd.lang.java.rule   
net.sourceforge.pmd.lang.java.rule.design   
net.sourceforge.pmd.lang.java.rule.strings   
net.sourceforge.pmd.lang.java.symboltable   
 

Uses of JavaNameOccurrence in net.sourceforge.pmd.lang.java.rule
 

Methods in net.sourceforge.pmd.lang.java.rule with parameters of type JavaNameOccurrence
abstract  boolean AbstractInefficientZeroCheck.isTargetMethod(JavaNameOccurrence occ)
           
 

Uses of JavaNameOccurrence in net.sourceforge.pmd.lang.java.rule.design
 

Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type JavaNameOccurrence
 boolean UseCollectionIsEmptyRule.isTargetMethod(JavaNameOccurrence occ)
          Determine if we're dealing with .size method
 

Uses of JavaNameOccurrence in net.sourceforge.pmd.lang.java.rule.strings
 

Methods in net.sourceforge.pmd.lang.java.rule.strings with parameters of type JavaNameOccurrence
 boolean InefficientEmptyStringCheckRule.isTargetMethod(JavaNameOccurrence occ)
          Determine if we're dealing with String.length method
 

Uses of JavaNameOccurrence in net.sourceforge.pmd.lang.java.symboltable
 

Methods in net.sourceforge.pmd.lang.java.symboltable that return types with arguments of type JavaNameOccurrence
 List<JavaNameOccurrence> NameFinder.getNames()
           
 

Methods in net.sourceforge.pmd.lang.java.symboltable with parameters of type JavaNameOccurrence
protected  NameDeclaration ClassScope.findVariableHere(JavaNameOccurrence occurrence)
           
protected  NameDeclaration SourceFileScope.findVariableHere(JavaNameOccurrence occ)
           
 NameDeclaration MethodScope.findVariableHere(JavaNameOccurrence occurrence)
           
 NameDeclaration LocalScope.findVariableHere(JavaNameOccurrence occurrence)
           
protected abstract  NameDeclaration AbstractJavaScope.findVariableHere(JavaNameOccurrence occurrence)
           
 

Constructors in net.sourceforge.pmd.lang.java.symboltable with parameters of type JavaNameOccurrence
Search(JavaNameOccurrence occ)
           
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.