Searched defs:removeMethod (Results 1 – 6 of 6) sorted by relevance
79 …final MethodDeclaration removeMethod = (MethodDeclaration) parseBodyDeclaration(f("public %s %s() … in generateRemoveMethodForAttribute() local
185 Method removeMethod = negoClass.getMethod("remove", SSLSocket.class); in findPlatform() local353 private final Method removeMethod; field in Platform.JdkWithJettyBootPlatform358 Method removeMethod, Class<?> clientProviderClass, Class<?> serverProviderClass) { in JdkWithJettyBootPlatform()
264 Method removeMethod = negoClass.getMethod("remove", SSLSocket.class); in findPlatform() local487 private final Method removeMethod; field in Platform.JdkWithJettyBootPlatform491 public JdkWithJettyBootPlatform(Method putMethod, Method getMethod, Method removeMethod, in JdkWithJettyBootPlatform()
219 public void removeMethod(Method method) in removeMethod() method in ClassEditor
361 public void removeMethod( final Method m ) { in removeMethod() method in ClassGen
518 public void removeMethod() { in removeMethod() method in SipUri