Groovy 2.2.0

org.codehaus.groovy.ast
[Java] Class AstToTextHelper

java.lang.Object
  org.codehaus.groovy.ast.AstToTextHelper

public class AstToTextHelper
extends Object

Helper class for converting AST into text.

Authors:
Hamlet D'Arcy


Method Summary
static String getClassText(ClassNode node)

static String getModifiersText(int modifiers)

static String getParameterText(Parameter node)

static String getParametersText(Parameter[] parameters)

static String getThrowsClauseText(ClassNode[] exceptions)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getClassText

public static String getClassText(ClassNode node)


getModifiersText

public static String getModifiersText(int modifiers)


getParameterText

public static String getParameterText(Parameter node)


getParametersText

public static String getParametersText(Parameter[] parameters)


getThrowsClauseText

public static String getThrowsClauseText(ClassNode[] exceptions)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.