Searched defs:ConstructorCall (Results 1 – 2 of 2) sorted by relevance
31 public class ConstructorCall extends MethodCall { class35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { in ConstructorCall() method in ConstructorCall
517 TEST(Matcher, ConstructorCall) { in TEST() argument