Package org.codehaus.groovy.ast
Class AstToTextHelper
java.lang.Object
org.codehaus.groovy.ast.AstToTextHelper
public class AstToTextHelper extends Object
Helper class for converting AST into text.
-
Constructor Summary
Constructors Constructor Description AstToTextHelper()
-
Method Summary
Modifier and Type Method Description static String
getClassText(ClassNode node)
static String
getModifiersText(int modifiers)
static String
getParametersText(Parameter[] parameters)
static String
getParameterText(Parameter node)
static String
getThrowsClauseText(ClassNode[] exceptions)
-
Constructor Details
-
AstToTextHelper
public AstToTextHelper()
-
-
Method Details