Package com.singularsys.jeptests.system
Class ModifiedParserTest.SuffixElePrintRule
java.lang.Object
com.singularsys.jeptests.system.ModifiedParserTest.SuffixElePrintRule
- All Implemented Interfaces:
PrintVisitor.PrintRulesI,Serializable
- Enclosing class:
ModifiedParserTest
public static final class ModifiedParserTest.SuffixElePrintRule
extends Object
implements PrintVisitor.PrintRulesI
A rule to correctly print suffix array access expressions
- 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
-
SuffixElePrintRule
-
-
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
-