Home
last modified time | relevance | path

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

/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java306 CompilationUnit astRoot = (CompilationUnit) parser.createAST(null); in define() local
307 AST ast = astRoot.getAST(); in define()
308 astRoot.recordModifications(); in define()
328 TypeDeclaration typeDeclaration = (TypeDeclaration) astRoot.types().get(0); in define()
332 TextEdit edits = astRoot.rewrite(document, uiMap.getJavaProject().getOptions(true)); in define()