com.sonar.sslr.impl.ast
Class AstXmlPrinter

java.lang.Object
  extended by com.sonar.sslr.impl.ast.AstXmlPrinter

public final class AstXmlPrinter
extends Object


Method Summary
static String print(AstNode rootNode)
           
static void print(AstNode rootNode, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

print

public static String print(AstNode rootNode)

print

public static void print(AstNode rootNode,
                         Writer writer)


Copyright © 2009-2014 SonarSource. All Rights Reserved.