Class LazyVariable

java.lang.Object
redempt.crunch.token.LazyVariable
All Implemented Interfaces:
Cloneable, Token, Value

public class LazyVariable extends Object implements Value
  • Constructor Details

  • Method Details

    • getType

      public TokenType getType()
      Specified by:
      getType in interface Token
      Returns:
      The type of this Token
    • getValue

      public double getValue(double[] variableValues)
      Specified by:
      getValue in interface Value
    • getClone

      public Value getClone()
      Specified by:
      getClone in interface Value
    • toString

      public String toString()
      Overrides:
      toString in class Object