|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.inline.classes.EnvEntry
public class EnvEntry
Representation of EnvEntry
| Nested Class Summary | |
|---|---|
static class |
EnvEntry.choices
Field Class for EnvEntry.choices |
static class |
EnvEntry.ret
Field Class for EnvEntry.ret |
static class |
EnvEntry.type
Field Class for EnvEntry.type |
| Constructor Summary | |
|---|---|
EnvEntry(TypeUse type,
TypeUse ret,
List<Meth> choices)
Construct a(n) EnvEntry Instance |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this EnvEntry? |
List<Meth> |
getChoices()
Getter for field EnvEntry.choices |
TypeUse |
getRet()
Getter for field EnvEntry.ret |
TypeUse |
getType()
Getter for field EnvEntry.type |
java.lang.String |
toString()
DGP method from Class PrintToString |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnvEntry(TypeUse type,
TypeUse ret,
List<Meth> choices)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic List<Meth> getChoices()
public TypeUse getRet()
public TypeUse getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||