Uses of Class
net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence
-
Packages that use JavaNameOccurrence Package Description net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.performance 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 Modifier and Type Method Description abstract booleanAbstractInefficientZeroCheck. isTargetMethod(JavaNameOccurrence occ) -
Uses of JavaNameOccurrence in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type JavaNameOccurrence Modifier and Type Method Description booleanUseCollectionIsEmptyRule. isTargetMethod(JavaNameOccurrence occ)Determine if we're dealing with .size method -
Uses of JavaNameOccurrence in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type JavaNameOccurrence Modifier and Type Method Description booleanInefficientEmptyStringCheckRule. isTargetMethod(JavaNameOccurrence occ) -
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 Modifier and Type Method Description java.util.List<JavaNameOccurrence>NameFinder. getNames()Methods in net.sourceforge.pmd.lang.java.symboltable with parameters of type JavaNameOccurrence Modifier and Type Method Description protected abstract java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration>AbstractJavaScope. findVariableHere(JavaNameOccurrence occurrence)protected java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration>ClassScope. findVariableHere(JavaNameOccurrence occurrence)java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration>LocalScope. findVariableHere(JavaNameOccurrence occurrence)java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration>MethodScope. findVariableHere(JavaNameOccurrence occurrence)protected java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration>SourceFileScope. findVariableHere(JavaNameOccurrence occ)Constructors in net.sourceforge.pmd.lang.java.symboltable with parameters of type JavaNameOccurrence Constructor Description Search(JavaNameOccurrence occ)
-