Package com.singularsys.exttests.autogen
Class PrintingDocTest.StdListPrintRule
java.lang.Object
com.singularsys.exttests.autogen.PrintingDocTest.StdListPrintRule
- All Implemented Interfaces:
PrintVisitor.PrintRulesI,Serializable
- Enclosing class:
PrintingDocTest
public static final class PrintingDocTest.StdListPrintRule
extends Object
implements PrintVisitor.PrintRulesI
Prints a list of elements using '[' and ']' as delimiters
and ',' as a separators.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(Node node, PrintVisitor pv) The method called to append data for the rule.
-
Constructor Details
-
StdListPrintRule
public StdListPrintRule()
-
-
Method Details
-
append
Description copied from interface:PrintVisitor.PrintRulesIThe method called to append data for the rule.- Specified by:
appendin interfacePrintVisitor.PrintRulesI- Parameters:
node- the node to printpv- the PrintVisitor- Throws:
JepException- on error
-