The UnOp class represents an expression that is a single operand with a unary operation applied to it. For example, "!" takes the logical complement of an operand, "~" takes the bitwise complement, etc.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.