public class LocalScope extends AbstractScope
| Constructor and Description |
|---|
LocalScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeclaration(NameDeclaration declaration) |
Set<NameDeclaration> |
addNameOccurrence(NameOccurrence occ) |
Set<NameDeclaration> |
findVariableHere(PLSQLNameOccurrence occurrence) |
Map<VariableNameDeclaration,List<NameOccurrence>> |
getVariableDeclarations() |
String |
toString() |
contains, getDeclarations, getDeclarations, getEnclosingScope, getParent, setParentpublic Set<NameDeclaration> addNameOccurrence(NameOccurrence occ)
addNameOccurrence in interface ScopeaddNameOccurrence in class AbstractScopepublic Map<VariableNameDeclaration,List<NameOccurrence>> getVariableDeclarations()
public void addDeclaration(NameDeclaration declaration)
addDeclaration in interface ScopeaddDeclaration in class AbstractScopepublic Set<NameDeclaration> findVariableHere(PLSQLNameOccurrence occurrence)
Copyright © 2002-2017 PMD. All Rights Reserved.