Class TypedParameterExpression


final class TypedParameterExpression extends ParameterExpression
  • Field Details

    • _type

      private final Type _type
  • Constructor Details

    • TypedParameterExpression

      TypedParameterExpression(Type type, String name)
  • 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 ParameterExpression
      Returns:
      the Type that represents the static type of the expression.