ImportBuilder ib = context.importer;
Jsr269 conv = new Jsr269(f);
List<Expression> parameterTypeLiterals = Lists.create();
for (VariableElement parameter : helperMethod.getParameters()) {
TypeMirror type = context.environment.getErasure(parameter.asType());
parameterTypeLiterals.add(new TypeBuilder(f, ib.resolve(conv.convert(type)))
.dotClass()
.toExpression());
}
Expression attribute = new TypeBuilder(f, ib.toType(OperatorHelper.class))
.newObject(new Expression[] {