@Deprecated
public interface CallNode
The following features are supported:
MethodcallsPackage.getCallNode()| Modifier and Type | Method and Description |
|---|---|
AbstractMethodDeclaration |
getJavaMethod()
Deprecated.
Returns the value of the 'Java Method' reference.
|
|
getMethodCalls()
Deprecated.
Returns the value of the 'Method Calls' containment reference list.
|
java.lang.String |
getName()
Deprecated.
Returns the value of the 'Name' attribute.
|
|
getSubMethods()
Deprecated.
Returns the value of the 'Sub Methods' reference list.
|
void |
setJavaMethod(AbstractMethodDeclaration value)
Deprecated.
Sets the value of the '
Java Method' reference. |
void |
setName(java.lang.String value)
Deprecated.
Sets the value of the '
Name' attribute. |
getMethodCalls()
MethodCall.
It is bidirectional and its opposite is '
Parent'.
If the meaning of the 'Method Calls' containment reference list isn't clear, there really should be more of a description here...
MethodcallsPackage.getCallNode_MethodCalls(),
MethodCall.getParent()getSubMethods()
CallNode.
If the meaning of the 'Sub Methods' reference list isn't clear, there really should be more of a description here...
MethodcallsPackage.getCallNode_SubMethods()AbstractMethodDeclaration getJavaMethod()
If the meaning of the 'Java Method' reference isn't clear, there really should be more of a description here...
setJavaMethod(AbstractMethodDeclaration),
MethodcallsPackage.getCallNode_JavaMethod()void setJavaMethod(AbstractMethodDeclaration value)
Java Method' reference. value - the new value of the 'Java Method' reference.getJavaMethod()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
MethodcallsPackage.getCallNode_Name()