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
All Methods Static Methods Concrete Methods 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)
-
-
-
Method Detail
-
getModifiersText
public static String getModifiersText(int modifiers)
-
-