Searched refs:substMethod (Results 1 – 3 of 3) sorted by relevance
39 CtMethod substMethod) in TransformCall() argument41 this(next, origMethod.getName(), substMethod); in TransformCall()46 CtMethod substMethod) in TransformCall() argument50 methodDescriptor = substMethod.getMethodInfo2().getDescriptor(); in TransformCall()51 classname = newClassname = substMethod.getDeclaringClass().getName(); in TransformCall()52 newMethodname = substMethod.getName(); in TransformCall()54 newMethodIsPrivate = Modifier.isPrivate(substMethod.getModifiers()); in TransformCall()
362 CtMethod substMethod) in redirectMethodCall() argument366 String d2 = substMethod.getMethodInfo2().getDescriptor(); in redirectMethodCall()369 + substMethod.getLongName()); in redirectMethodCall()372 int mod2 = substMethod.getModifiers(); in redirectMethodCall()376 != substMethod.getDeclaringClass().isInterface()) in redirectMethodCall()378 + substMethod.getLongName()); in redirectMethodCall()381 substMethod); in redirectMethodCall()
560 return substMethod((MethodTy) type, mapping); in subst()585 private MethodTy substMethod(MethodTy method, Map<TyVarSymbol, Type> mapping) { in substMethod() method in TurbineTypes