(ActionEvent actionEvent)
| 137 | } |
| 138 | // 导出CFG图片 |
| 139 | public void CFGExport(ActionEvent actionEvent) { |
| 140 | SaveFile saveFile = new SaveFile(); |
| 141 | saveFile.Save("png",true); |
| 142 | } |
| 143 | // 生成AST文件 |
| 144 | public void ASTG(ActionEvent actionEvent) { |
| 145 | String context = ASTFC.getText(); |