Searched refs:methodInvocation (Results 1 – 1 of 1) sorted by relevance
314 MethodInvocation methodInvocation = ast.newMethodInvocation(); in define() local315 methodInvocation.setName(ast.newSimpleName(method)); in define()316 methodInvocation.arguments().add(literal); in define()318 vdf.setInitializer(methodInvocation); in define()