Public Methods | |
CallGraphDialog () | |
CallGraphDialog (java.awt.Dialog owner) | |
CallGraphDialog (java.awt.Dialog owner, String title) | |
CallGraphDialog (java.awt.Dialog owner, String title, boolean modal) | |
CallGraphDialog (java.awt.Dialog owner, boolean modal) | |
CallGraphDialog (java.awt.Frame owner) | |
CallGraphDialog (java.awt.Frame owner, String title) | |
CallGraphDialog (java.awt.Frame owner, String title, boolean modal) | |
CallGraphDialog (java.awt.Frame owner, boolean modal) | |
void | buildCallGraphTree () |
void | predToolBarButton_ActionEvents () |
void | succToolBarButton_ActionEvents () |
Static Public Methods | |
void | main (java.lang.String[] args) |
Private Methods | |
void | buildPredCallGraphTree () |
void | buildSuccCallGraphTree () |
void | connEtoC1 () |
void | connEtoC2 () |
void | connEtoM1 (java.awt.event.ActionEvent arg1) |
Set | getCallersFor (SootMethod newSm) |
javax swing JPanel | getCallGraphDialogContentPane () |
javax swing JToolBar | getCallGraphToolBar () |
javax swing JTree | getCallGraphTree () |
javax swing JScrollPane | getCallGraphTreeScrollPane () |
Set | getCallSitesFor (SootMethod newSm) |
SootMethod | getNewSootMethod (SootClass sc, SootMethod sm) |
javax swing JButton | getOkButton () |
javax swing JButton | getPredToolBarButton () |
javax swing JButton | getSuccToolBarButton () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
Static Private Methods | |
void | getBuilderData () |
Private Attributes | |
SootClassManager | scm = CompilationManager.getSootClassManager() |
Hashtable | newOldSmTable = new Hashtable() |
Map | sootMethodInfoMap = Slicer.sootMethodInfoMap |
DefaultMutableTreeNode | callGraphTreeRoot = null |
DefaultMutableTreeNode | succCallGraphTreeRoot = null |
DefaultMutableTreeNode | predCallGraphTreeRoot = null |
boolean | succCallGraph = true |
boolean | predCallGraph = false |
JPanel | ivjCallGraphDialogContentPane = null |
JToolBar | ivjCallGraphToolBar = null |
JTree | ivjCallGraphTree = null |
JScrollPane | ivjCallGraphTreeScrollPane = null |
JButton | ivjOkButton = null |
JButton | ivjPredToolBarButton = null |
JButton | ivjSuccToolBarButton = null |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Definition at line 52 of file CallGraphDialog.java.
|
CallGraphDialog constructor comment. Definition at line 82 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 90 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 98 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 107 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 115 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 122 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 130 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 139 of file CallGraphDialog.java. |
|
CallGraphDialog constructor comment.
Definition at line 147 of file CallGraphDialog.java. |
|
Insert the method's description here. Creation date: (00-6-12 22:14:27) Definition at line 154 of file CallGraphDialog.java. |
|
connEtoC1: (SuccToolBarButton.action. --> CallGraphDialog.succToolBarButton_ActionEvents()V) Definition at line 266 of file CallGraphDialog.java. |
|
connEtoC2: (PredToolBarButton.action. --> CallGraphDialog.predToolBarButton_ActionEvents()V) Definition at line 283 of file CallGraphDialog.java. |
|
connEtoM1: (OkButton.action.actionPerformed(java.awt.event.ActionEvent) --> CallGraphDialog.dispose()V)
Definition at line 301 of file CallGraphDialog.java. |
|
Return the CallGraphDialogContentPane property value.
Definition at line 377 of file CallGraphDialog.java. |
|
Return the CallGraphToolBar property value.
Definition at line 419 of file CallGraphDialog.java. |
|
Return the CallGraphTree property value.
Definition at line 442 of file CallGraphDialog.java. |
|
Return the CallGraphTreeScrollPane property value.
Definition at line 486 of file CallGraphDialog.java. |
|
Insert the method's description here. Creation date: (00-7-4 15:02:17)
Definition at line 526 of file CallGraphDialog.java. |
|
Return the OkButton property value.
Definition at line 536 of file CallGraphDialog.java. |
|
Return the PredToolBarButton property value.
Definition at line 558 of file CallGraphDialog.java. |
|
Return the SuccToolBarButton property value.
Definition at line 585 of file CallGraphDialog.java. |
|
Called whenever the part throws an exception.
Definition at line 612 of file CallGraphDialog.java. |
|
Initializes connections
Definition at line 623 of file CallGraphDialog.java. |
|
Initialize the class. Definition at line 634 of file CallGraphDialog.java. |
|
main entrypoint - starts the part when it is run as an application
Definition at line 654 of file CallGraphDialog.java. |
|
Comment Definition at line 673 of file CallGraphDialog.java. |
|
Comment Definition at line 693 of file CallGraphDialog.java. |