| |
|
| java.lang.Object org.acm.seguin.summary.Summary org.acm.seguin.summary.MessageSendSummary
MessageSendSummary | public class MessageSendSummary extends Summary (Code) | | Summarize a message send summary.
author: Chris Seguin |
MessageSendSummary | public MessageSendSummary(Summary parentSummary, ASTName nameNode)(Code) | | Creates a message send summary from an ASTName object.
Parameters: parentSummary - the parent summary Parameters: nameNode - the ASTName object |
accept | public Object accept(SummaryVisitor visitor, Object data)(Code) | | Provide method to visit a node
Parameters: visitor - the visitor Parameters: data - the data for the visit some new data |
equals | public boolean equals(Object other)(Code) | | Check to see if it is equal
Parameters: other - the other item true if they are equal |
getFirstObject | public String getFirstObject()(Code) | | Gets the firstObject attribute of the MessageSendSummary object
The firstObject value |
getMessageName | public String getMessageName()(Code) | | Get the name of the type
a string containing the name of the type |
getName | public String getName()(Code) | | Gets the Name attribute of the MessageSendSummary object
The Name value |
getObjectName | public String getObjectName()(Code) | | Get the name of the type
a string containing the name of the type |
getPackageName | public String getPackageName()(Code) | | Get the package name
a string containing the name of the package |
getTypeDecl | public TypeDeclSummary getTypeDecl()(Code) | | Gets a type declaration if this reference is to a package and type pair
the summary |
toString | public String toString()(Code) | | Convert this into a string
a string representation of the type |
Fields inherited from org.acm.seguin.summary.Summary | protected int modifiers(Code)(Java Doc)
|
|
|
|