Package | Description |
---|---|
net.sourceforge.pmd.lang.plsql.symboltable |
Modifier and Type | Method and Description |
---|---|
PLSQLNameOccurrence |
PLSQLNameOccurrence.getNameForWhichThisIsAQualifier() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PLSQLNameOccurrence> |
NameFinder.getNames() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<NameDeclaration> |
MethodScope.findVariableHere(PLSQLNameOccurrence occurrence) |
java.util.Set<NameDeclaration> |
LocalScope.findVariableHere(PLSQLNameOccurrence occurrence) |
protected java.util.Set<NameDeclaration> |
ClassScope.findVariableHere(PLSQLNameOccurrence occurrence) |
void |
PLSQLNameOccurrence.setNameWhichThisQualifies(PLSQLNameOccurrence qualifiedName) |
Constructor and Description |
---|
Search(PLSQLNameOccurrence occ) |
Copyright © 2002–2018 PMD. All rights reserved.