Uses of Class
org.jtool.jxplatform.wrapper.JxMethodCall

Packages that use JxMethodCall
org.jtool.jxplatform.query Application programming interfaces for interaction with the XML representaion of source code. 
org.jtool.jxplatform.wrapper Application programming interfaces for interaction with the XML representaion of source code.  
 

Uses of JxMethodCall in org.jtool.jxplatform.query
 

Methods in org.jtool.jxplatform.query with parameters of type JxMethodCall
 boolean QueryMethod.isApplicable(JxMethodCall ja, JxMethod jm)
          Tests if a given method call is applicable to a given method.
 

Uses of JxMethodCall in org.jtool.jxplatform.wrapper
 

Methods in org.jtool.jxplatform.wrapper that return JxMethodCall
static JxMethodCall JxWrapperFactory.createJxMethodCall(org.w3c.dom.Element elem)
          Creates a new object wrapping a Expr element with the sort="MethodCall" or sort="CtorCall"attribute.
 

Methods in org.jtool.jxplatform.wrapper with parameters of type JxMethodCall
 boolean JxMethodCall.equals(JxMethodCall jcall)
          Tests if a given method call wrapper equals to this one.