public class Nesting extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List |
hiddenDefs
List of hidden definitions; each definition in this list
corresponds to an identifier of the list idents.
|
protected List |
idents
List of idents with hidden definitions in the actual scope.
|
| Constructor and Description |
|---|
Nesting()
Creates an new nesting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String ident,
Definition hidden)
Adds a hidden definition to this.
|
Iterator |
getHiddenDefinitions()
Returns an enumeration of hidden definitions.
|
Iterator |
getIdents()
Returns an enumeration of idents with hidden definitions.
|
protected List idents
protected List hiddenDefs
public void add(String ident, Definition hidden)
ident - name of the identifierhidden - the hidden definition of identpublic Iterator getIdents()
public Iterator getHiddenDefinitions()
Copyright © 2019. All rights reserved.