Package com.singularsys.jeptests.system
Class LatexTest.SqrtRule
java.lang.Object
com.singularsys.jeptests.system.LatexTest.SqrtRule
- All Implemented Interfaces:
PrintVisitor.PrintRulesI,Serializable
- Enclosing class:
LatexTest
- 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
-
SqrtRule
public SqrtRule()
-
-
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
-