Class NotExpression

    • Constructor Detail

      • NotExpression

        public NotExpression​(Expression e)
      • NotExpression

        public NotExpression()
    • Method Detail

      • getType

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

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