Lombok.ast - v0.2

lombok.ast.ecj
Class EcjTreeOperations

java.lang.Object
  extended by lombok.ast.ecj.EcjTreeOperations

public class EcjTreeOperations
extends Object


Method Summary
static String convertToString(org.eclipse.jdt.internal.compiler.ast.ASTNode tree)
           
static String convertToStringNoPositions(org.eclipse.jdt.internal.compiler.ast.ASTNode tree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertToString

public static String convertToString(org.eclipse.jdt.internal.compiler.ast.ASTNode tree)

convertToStringNoPositions

public static String convertToStringNoPositions(org.eclipse.jdt.internal.compiler.ast.ASTNode tree)

Lombok.ast - v0.2

Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.