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