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

Packages that use CallNode
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter   
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.editor   
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls   
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.util   
 

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

Methods in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter that return CallNode
 CallNode MethodCallsJavaBridge.getCallNode(Resource resource, AbstractMethodDeclaration targetOperation)
          Deprecated. From provided resource, which should contains a CallsModel element, we will retrieve CallNode element which has been linked with provided java operation.
 

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

Methods in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.editor that return CallNode
 CallNode PrefuseGraphInput.getInputCallNode()
          Deprecated.  
 

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

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

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

Uses of CallNode in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.util
 

Methods in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.util with parameters of type CallNode
 T MethodcallsSwitch.caseCallNode(CallNode object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Call Node'.