Home
last modified time | relevance | path

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

/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java314 MethodInvocation methodInvocation = ast.newMethodInvocation(); in define() local
315 methodInvocation.setName(ast.newSimpleName(method)); in define()
316 methodInvocation.arguments().add(literal); in define()
318 vdf.setInitializer(methodInvocation); in define()