Ejemplo n.º 1
0
 public CodeExecutableElement(TypeMirror returnType, String name) {
   super(ElementUtils.modifiers());
   this.returnType = returnType;
   this.name = CodeNames.of(name);
 }