public class LocalScope extends AbstractScope
Constructor and Description |
---|
LocalScope() |
Modifier and Type | Method and Description |
---|---|
void |
addDeclaration(NameDeclaration declaration) |
NameDeclaration |
addNameOccurrence(NameOccurrence occ) |
NameDeclaration |
findVariableHere(PLSQLNameOccurrence occurrence) |
Map<VariableNameDeclaration,List<NameOccurrence>> |
getVariableDeclarations() |
String |
toString() |
contains, getDeclarations, getDeclarations, getEnclosingScope, getParent, setParent
public 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 NameDeclaration findVariableHere(PLSQLNameOccurrence occurrence)
Copyright © 2002-2014 InfoEther. All Rights Reserved.