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 Details

    • PowerRule

      public PowerRule()
  • Method Details

    • 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
      Parameters:
      node - the node to print
      pv - the PrintVisitor
      Throws:
      JepException - on error
    • init

      public void init(Jep jep)
      Description copied from interface: JepComponent
      Initialize 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:
      init in interface JepComponent
      Parameters:
      jep - the current Jep instance
    • getLightWeightInstance

      public JepComponent getLightWeightInstance()
      Description copied from interface: JepComponent
      Gets a light-weight instance suitable for using in multiple threads.
      Specified by:
      getLightWeightInstance in interface JepComponent
      Returns:
      either a new instance, null or 'this'.