Class BoundConstants.TypedConstant

java.lang.Object
com.strobel.expressions.BoundConstants.TypedConstant
Enclosing class:
BoundConstants

private static final class BoundConstants.TypedConstant extends Object
  • Field Details

    • value

      final Object value
    • type

      final Type<?> type
  • Constructor Details

    • TypedConstant

      TypedConstant(Object value, Type<?> type)
  • Method Details