Exemplo n.º 1
0
 private MethodInvocationExpr factoryCall(NodeList<Expr> args) {
   Name methodName = name(lowerCaseFirst(kind.name()));
   return methodInvocationExpr(methodName).withArgs(args).prependLeadingNewLine();
 }