Interface Value

All Superinterfaces:
Cloneable, Token
All Known Implementing Classes:
Constant, FunctionCall, LazyVariable, LiteralValue, Operation, Variable

public interface Value extends Token, Cloneable
Represents a lazy value which can be evaluated
  • Method Summary

    Modifier and Type
    Method
    Description
     
    double
     

    Methods inherited from interface redempt.crunch.token.Token

    getType
  • Method Details

    • getValue

      double getValue()
    • getClone

      Value getClone()