Uses of Class
org.esa.snap.core.jexp.Term.Unary
-
Packages that use Term.Unary Package Description org.esa.snap.core.jexp The JEXP API (JEXP = Java Expression Parser). -
-
Uses of Term.Unary in org.esa.snap.core.jexp
Subclasses of Term.Unary in org.esa.snap.core.jexp Modifier and Type Class Description static classTerm.NegThe numerical NEG operation:-d-termstatic classTerm.NotBThe logical NOT operation!b-termstatic classTerm.NotIThe bitwise NOT operation:~i-termstatic classTerm.UnaryBAn abstract unary (= 1 operand) operation with return type ofboolean.static classTerm.UnaryIAn abstract unary (= 1 operand) operation with return type ofint.static classTerm.UnaryNAn abstract unary (= 1 operand) operation with a numeric return type.
-