com.singularsys.jep
Class PrintVisitor.StdListPrintRule

java.lang.Object
  extended by com.singularsys.jep.PrintVisitor.StdListPrintRule
All Implemented Interfaces:
PrintVisitor.PrintRulesI, java.io.Serializable
Enclosing class:
PrintVisitor

public static final class PrintVisitor.StdListPrintRule
extends java.lang.Object
implements PrintVisitor.PrintRulesI

Prints a list of elements using '[' and ']' as delimiters and ',' as a separators.

Since:
3.4.0
See Also:
Serialized Form

Constructor Summary
PrintVisitor.StdListPrintRule()
           
 
Method Summary
 void append(Node node, PrintVisitor pv)
          The method called to append data for the rule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintVisitor.StdListPrintRule

public PrintVisitor.StdListPrintRule()
Method Detail

append

public void append(Node node,
                   PrintVisitor pv)
            throws JepException
Description copied from interface: PrintVisitor.PrintRulesI
The method called to append data for the rule.

Specified by:
append in interface PrintVisitor.PrintRulesI
Throws:
JepException


Copyright © 2010 Singular Systems http://www.singularsys.com/jep