In the spoon code analysis tool, the AST is visualized in a GUI using the command:
$ java -cp spoon-core-5.9.0-jar-with-dependencies.jar spoon.Launcher -i MyClass.java --gui --noclasspath
I am trying to run the same command without the -gui Но я не получаю никаких выводов. Есть ли в любом случае, я могу получить AST в текстовом файле.
Подробнее здесь: https://stackoverflow.com/questions/469 ... -text-file