Class ThreadSafeEle

All Implemented Interfaces:
LValueI, PostfixMathCommandI, Serializable

public class ThreadSafeEle extends Ele
Thread safe version of the element operation.
Since:
Jep 3.5
Author:
Richard Morris
See Also:
  • Constructor Details

    • ThreadSafeEle

      public ThreadSafeEle()
  • Method Details

    • getVariable

      protected Variable getVariable(Evaluator pv, ASTVarNode node)
      Description copied from class: Ele
      Find the variable associated with a node. Overridden by subclasses which require thread-safety.
      Overrides:
      getVariable in class Ele
      Parameters:
      pv - the evaluator
      node - the node
      Returns:
      the variable