|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocalDecls
Interface to an ordered set of local variables
| Nested Class Summary | |
|---|---|
static class |
LocalDecls.EmptyDecls
An empty set of decls. |
static class |
LocalDecls.MultiDecls
A set of one or more local variables. |
| Method Summary | |
|---|---|
LocalDecls |
and(LocalVariable local)
Returns this decl appended with the given local. |
edu.mit.csail.sdg.util.collections.UniqueList<LocalVariable> |
locals()
Returns the local variables in this decls. |
| Methods inherited from interface forge.program.ProgramElement |
|---|
program |
| Method Detail |
|---|
LocalDecls and(LocalVariable local)
edu.mit.csail.sdg.util.collections.UniqueList<LocalVariable> locals()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||