public interface CmtMethodCall
| Modifier and Type | Method and Description | 
|---|---|
CmtValue | 
addArgument(CmtValue marker, boolean before, CmtSubcomponent value)  | 
CmtValue | 
addArgument(CmtValue marker, boolean before, java.lang.String value)  | 
CmtValue[] | 
getArguments()  | 
SourceMethodCallExpression | 
getJotMethodCall()
Get the SourceMethodCallExpression represented by this instance. 
 | 
java.lang.String | 
getMethodName()  | 
CmtMethodSource | 
getParent()
Get the owning CmtMethod or null. 
 | 
CmtSubcomponent | 
getSubcomponent()  | 
java.lang.Object | 
invoke()  | 
void | 
removeArgument(CmtValue value)  | 
CmtMethodSource getParent()
CmtSubcomponent getSubcomponent()
java.lang.String getMethodName()
CmtValue[] getArguments()
CmtValue addArgument(CmtValue marker, boolean before, CmtSubcomponent value)
void removeArgument(CmtValue value)
java.lang.Object invoke()
                        throws java.lang.Exception
java.lang.ExceptionSourceMethodCallExpression getJotMethodCall()