|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.program.LocalDecls.EmptyDecls
public static final class LocalDecls.EmptyDecls
An empty set of decls.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface forge.program.LocalDecls |
---|
LocalDecls.EmptyDecls, LocalDecls.MultiDecls |
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. |
ForgeProgram |
program()
Returns the program to which this element belongs. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ForgeProgram program()
ProgramElement
program
in interface ProgramElement
public LocalDecls and(LocalVariable local)
LocalDecls
and
in interface LocalDecls
public edu.mit.csail.sdg.util.collections.UniqueList<LocalVariable> locals()
LocalDecls
locals
in interface LocalDecls
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |