Package org.codehaus.groovy.control
Class XStreamUtils
java.lang.Object
org.codehaus.groovy.control.XStreamUtils
Serializes AST structures to XML for debugging.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XStreamUtils
public XStreamUtils()
-
-
Method Details
-
serialize
Serializes the supplied AST object to an XML file next to the named source.- Parameters:
name- the source name or URI used to derive the XML file nameast- the AST object to serialize
-