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

Packages that use MethodCall
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls   
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.util   
 

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

Methods in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls that return MethodCall
 MethodCall MethodcallsFactory.createMethodCall()
          Deprecated. Returns a new object of class 'Method Call'.
 

Uses of MethodCall 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 MethodCall
 T MethodcallsSwitch.caseMethodCall(MethodCall object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Method Call'.