lombok.ast.ecj
Class EcjTreePrinter
java.lang.Object
lombok.ast.ecj.EcjTreePrinter
public class EcjTreePrinter
- extends Object
printerWithPositions
public static EcjTreePrinter printerWithPositions()
printerWithoutPositions
public static EcjTreePrinter printerWithoutPositions()
toString
public String toString()
- Overrides:
toString
in class Object
getContent
public String getContent()
visit
public void visit(org.eclipse.jdt.internal.compiler.ast.ASTNode node)
skipProperty
public EcjTreePrinter skipProperty(Class<? extends org.eclipse.jdt.internal.compiler.ast.ASTNode> type,
String propertyName)
skipPropertyIfHasValue
public EcjTreePrinter skipPropertyIfHasValue(Class<? extends org.eclipse.jdt.internal.compiler.ast.ASTNode> type,
String propertyName,
Object value)
stringReplace
public void stringReplace(String original,
String replacement)
skipReferenceTracking
public EcjTreePrinter skipReferenceTracking(Class<? extends org.eclipse.jdt.internal.compiler.ast.ASTNode> parent,
Class<?> type)
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.