Class Value

java.lang.Object
com.igormaznitsa.jcp.expression.Value
All Implemented Interfaces:
ExpressionItem

public final class Value extends Object implements ExpressionItem
The class describes an expression value i.e. an atomic constant expression item like string or number
Author:
Igor Maznitsa (igor.maznitsa@igormaznitsa.com)
See Also:
  • Field Details

    • BOOLEAN_TRUE

      public static final Value BOOLEAN_TRUE
    • BOOLEAN_FALSE

      public static final Value BOOLEAN_FALSE
    • INT_ZERO

      public static final Value INT_ZERO
    • INT_ONE

      public static final Value INT_ONE
    • INT_TWO

      public static final Value INT_TWO
    • INT_THREE

      public static final Value INT_THREE
    • INT_FOUR

      public static final Value INT_FOUR
    • INT_FIVE

      public static final Value INT_FIVE
  • Method Details