Uses of Interface
org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls.CallNode

Packages that use CallNode
org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls   
 

Uses of CallNode in org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls
 

Methods in org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls that return CallNode
 CallNode MethodcallsFactory.createCallNode()
          Returns a new object of class 'Call Node'.
 CallNode MethodCall.getCallee()
          Returns the value of the 'Callee' reference.
 CallNode MethodCall.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls with parameters of type CallNode
 void MethodCall.setCallee(CallNode value)
          Sets the value of the 'Callee' reference.
 void MethodCall.setParent(CallNode value)
          Sets the value of the 'Parent' container reference.