A Tool Platform Using an XML Representation of Source Code Information(Software Engineering)
スポンサーリンク
概要
- 論文の詳細を見る
Recent IDEs have become more extensible tool platforms but do not concern themselves with how other tools running on them collaborate with each other. They compel developers to use proprietary representations or the classical abstract syntax tree (AST) to build source code tools. Although these representations contain sufficient information, they are neither portable nor extensible. This paper proposes a tool platform that manages commonly used, fined-grained, information about Java source code by using an XML representation. Our representation is suitable for developing tools which browse and manipulate actual source code, since the original code is annotated with tags based on its structure and retained within the tags. Additionally, it exposes information resulting from global semantic analysis, which is never provided by the typical AST. Our proposed platform allows the developers to extend the representation for the purpose of sharing or exchanging various kinds of information about the source code, and also enables them to build new tools by using existing XML utilities.
- 社団法人電子情報通信学会の論文
- 2006-07-01
著者
-
YAMAMOTO Shinichiro
Department of Cardiovascular Surgery, Fukui Prefectural Hospital
-
Yamamoto Shinichiro
Department Of Information Systems Aichi Prefectural University
-
MARUYAMA Katsuhisa
Department of Computer Science, Ritsumeikan University
-
Maruyama Katsuhisa
Department Of Computer Science Ritsumeikan University
-
Yamamoto Shinichiro
Department Of Cardiovascular Surgery Fukui Prefectural Hospital
関連論文
- Leiomyosarcoma of the Thoracic Aorta
- A Tool Platform Using an XML Representation of Source Code Information(Software Engineering)
- Reticella : An Execution Trace Slicing and Visualization Tool Based on a Behavior Model