Class PrimitiveConstantExpression


class PrimitiveConstantExpression extends ConstantExpression
  • Constructor Details

    • PrimitiveConstantExpression

      PrimitiveConstantExpression(Object value)
  • Method Details

    • getType

      public final Type<?> getType()
      Description copied from class: Expression
      Gets the static type of the expression that this Expression represents.
      Overrides:
      getType in class ConstantExpression
      Returns:
      the Type that represents the static type of the expression.