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, setParent
public Set<NameDeclaration> addNameOccurrence(NameOccurrence occ)
addNameOccurrence
in interface Scope
addNameOccurrence
in class AbstractScope
public Map<VariableNameDeclaration,List<NameOccurrence>> getVariableDeclarations()
public void addDeclaration(NameDeclaration declaration)
addDeclaration
in interface Scope
addDeclaration
in class AbstractScope
public Set<NameDeclaration> findVariableHere(PLSQLNameOccurrence occurrence)
Copyright © 2002-2015 InfoEther. All Rights Reserved.