We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the MASU wiki!
PDGの解析
GraphPluginの実行が終わると,JDTParserのフィールドにあるclassTreesというMapにPDGが格納されます. このMapは,key:ファイルパス,value:そのファイル(クラス)のPDG,という形式です.
各ノードから,getRawASTNode()でASTNodeが取得できます. これとBindingManagerに保持されているデータを組み合わせると,様々な解析ができます.
//todo: サンプル作成