@Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,TYPE}) @Retention(value=SOURCE) public @interface PrintAST
Modifier and Type | Optional Element and Description |
---|---|
String |
outfile
Normally, the AST is printed to standard out, but you can pick a filename instead.
|
boolean |
printContent
Sets whether to print node structure (false) or generated java code (true).
|
boolean |
printPositions
if
true prints the start and end position of each node. |
public abstract String outfile
public abstract boolean printContent
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.