|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmain.progAnal.RoleHolder
Constructor Summary | |
RoleHolder()
Constructor for RoleHolder |
Method Summary | |
LinkedHashMap |
getRoles()
Return map of variables and their roles |
Set |
getVariables()
Return set of variables |
void |
noteRole(String roleString)
Note role declared for given variable in comment string |
String |
toString()
Print variables and their roles |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RoleHolder()
Method Detail |
public void noteRole(String roleString)
roleString
- String containing role declarationpublic String toString()
public Set getVariables()
public LinkedHashMap getRoles()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |