Uses of Class
net.sourceforge.pmd.lang.plsql.symboltable.PLSQLNameOccurrence
-
Packages that use PLSQLNameOccurrence Package Description net.sourceforge.pmd.lang.plsql.symboltable -
-
Uses of PLSQLNameOccurrence in net.sourceforge.pmd.lang.plsql.symboltable
Methods in net.sourceforge.pmd.lang.plsql.symboltable that return PLSQLNameOccurrence Modifier and Type Method Description PLSQLNameOccurrencePLSQLNameOccurrence. getNameForWhichThisIsAQualifier()Methods in net.sourceforge.pmd.lang.plsql.symboltable that return types with arguments of type PLSQLNameOccurrence Modifier and Type Method Description List<PLSQLNameOccurrence>NameFinder. getNames()Methods in net.sourceforge.pmd.lang.plsql.symboltable with parameters of type PLSQLNameOccurrence Modifier and Type Method Description protected Set<NameDeclaration>ClassScope. findVariableHere(PLSQLNameOccurrence occurrence)Set<NameDeclaration>LocalScope. findVariableHere(PLSQLNameOccurrence occurrence)Set<NameDeclaration>MethodScope. findVariableHere(PLSQLNameOccurrence occurrence)voidPLSQLNameOccurrence. setNameWhichThisQualifies(PLSQLNameOccurrence qualifiedName)Constructors in net.sourceforge.pmd.lang.plsql.symboltable with parameters of type PLSQLNameOccurrence Constructor Description Search(PLSQLNameOccurrence occ)
-