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 PLSQLNameOccurrence
PLSQLNameOccurrence. 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<net.sourceforge.pmd.lang.symboltable.NameDeclaration>
ClassScope. findVariableHere(PLSQLNameOccurrence occurrence)
Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration>
LocalScope. findVariableHere(PLSQLNameOccurrence occurrence)
Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration>
MethodScope. findVariableHere(PLSQLNameOccurrence occurrence)
void
PLSQLNameOccurrence. setNameWhichThisQualifies(PLSQLNameOccurrence qualifiedName)
Constructors in net.sourceforge.pmd.lang.plsql.symboltable with parameters of type PLSQLNameOccurrence Constructor Description Search(PLSQLNameOccurrence occ)
-