public class AstDumper extends Object
Constructor and Description |
---|
AstDumper() |
Modifier and Type | Method and Description |
---|---|
static void |
maybeDumpAST(JProgram jprogram)
Appends a new version of the AST at the end of the file, each time it's
called.
|
static void |
maybeDumpAST(JProgram jprogram,
boolean autoIncrementVersion)
Writes the AST to the file with a versioned extension, using an
auto-incrementing version number (starting from 1), each time it's called.
|
static void |
maybeDumpAST(JProgram jprogram,
int versionNumber)
Writes the AST to the file with the provided version number extension.
|
static void |
maybeDumpAST(JProgram jprogram,
String versionString)
Writes the AST to the file with the provided version string extension.
|
public static void maybeDumpAST(JProgram jprogram)
public static void maybeDumpAST(JProgram jprogram, boolean autoIncrementVersion)
public static void maybeDumpAST(JProgram jprogram, int versionNumber)
Copyright © 2018. All rights reserved.