Package com.singularsys.jeptests.system
Class LatexTest.PowerRule
java.lang.Object
com.singularsys.jeptests.system.LatexTest.PowerRule
- All Implemented Interfaces:
JepComponent,PrintVisitor.PrintRulesI,Serializable
- Enclosing class:
LatexTest
public final class LatexTest.PowerRule
extends Object
implements PrintVisitor.PrintRulesI, JepComponent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(Node node, PrintVisitor pv) The method called to append data for the rule.Gets a light-weight instance suitable for using in multiple threads.voidInitialize the component.
-
Constructor Details
-
PowerRule
public PowerRule()
-
-
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
-
init
Description copied from interface:JepComponentInitialize the component. This method is called whenever a component is added to Jep. Hence, it allows components to keep track of the other components they may rely on.- Specified by:
initin interfaceJepComponent- Parameters:
jep- the current Jep instance
-
getLightWeightInstance
Description copied from interface:JepComponentGets a light-weight instance suitable for using in multiple threads.- Specified by:
getLightWeightInstancein interfaceJepComponent- Returns:
- either a new instance, null or 'this'.
-