MCPcopy Create free account
hub / github.com/SummerSec/SPATool / ASTExport

Method ASTExport

src/main/java/com/sumsec/ui/mainController.java:184–187  ·  view source on GitHub ↗
(ActionEvent actionEvent)

Source from the content-addressed store, hash-verified

182 }
183 // 导出AST图片
184 public void ASTExport(ActionEvent actionEvent) {
185 SaveFile saveFile = new SaveFile();
186 saveFile.Save("png",false);
187 }
188 // 清空文件输入框
189 public void ASTReset(ActionEvent actionEvent) {
190 ASTFC.setText("");

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected