Home
last modified time | relevance | path

Searched refs:toMethod (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/
DCtConstructor.java313 public CtMethod toMethod(String name, CtClass declaring) in toMethod() method in CtConstructor
316 return toMethod(name, declaring, null); in toMethod()
347 public CtMethod toMethod(String name, CtClass declaring, ClassMap map) in toMethod() method in CtConstructor