Class NonLocalizedToStringExpression

    • Constructor Detail

      • NonLocalizedToStringExpression

        public NonLocalizedToStringExpression()
    • Method Detail

      • execute

        @Nonnull
        public QualifiedValue execute()
                               throws ExpressionException
        Returns the query generated by this expression (quality always good). In theory we could optimize this by not creating the string each time, only when something has changed, but it shouldn't be too big of a deal to do it like this.
        Throws:
        ExpressionException
      • getOpName

        public java.lang.String getOpName()
        Description copied from interface: Expression
        Return a human-readable name for the operation that this expression performs
      • getType

        public java.lang.Class<?> getType()
        Description copied from interface: Expression
        Return the type that this expression will return