Class SuperExpression

    • Field Detail

      • _type

        private final Type<?> _type
    • Constructor Detail

      • SuperExpression

        SuperExpression​(Type<?> type)
    • Method Detail

      • getType

        public 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.