2005-10-30から1日間の記事一覧

DOM/ASTからJavaElementへの変換

そうか、これで良かったのか、ユリイカ!! MethodDeclaration methodDeclaration = (MethodDeclaration) node; int startPoint = method.getBody().getStartPosition(); IJavaElement element = compilationUnit.getElementAt(startPoint); IMethod method …

JavaElement、DOM/AST

「アスペクト指向を利用してデバッグコードを挿入できるソフトウェア開発環境」という論文を見つけました。 http://csg.is.titech.ac.jp/publications.html http://csg.is.titech.ac.jp/paper/usui-bachelor2004.pdf P.43からの、EclipseプラグインのJDTの解…