java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pnfsoftware.jeb.core.units.code.java.JavaOperatorType |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JavaOperatorType | ADD | ||||||||||
JavaOperatorType | AND | ||||||||||
JavaOperatorType | CAST_TO_BOOLEAN | Useless operator, present for consistency's sake | |||||||||
JavaOperatorType | CAST_TO_BYTE | ||||||||||
JavaOperatorType | CAST_TO_CHAR | ||||||||||
JavaOperatorType | CAST_TO_DOUBLE | Useless operator, present for consistency's sake | |||||||||
JavaOperatorType | CAST_TO_FLOAT | ||||||||||
JavaOperatorType | CAST_TO_INT | ||||||||||
JavaOperatorType | CAST_TO_LONG | ||||||||||
JavaOperatorType | CAST_TO_OBJECT | Generic cast-to-object operator | |||||||||
JavaOperatorType | CAST_TO_SHORT | ||||||||||
JavaOperatorType | CONCAT | Similar to ADD (+), but for strings | |||||||||
JavaOperatorType | DIV | ||||||||||
JavaOperatorType | EQ | ||||||||||
JavaOperatorType | GE | ||||||||||
JavaOperatorType | GT | ||||||||||
JavaOperatorType | INSTANCEOF | ||||||||||
JavaOperatorType | LE | ||||||||||
JavaOperatorType | LOG_AND | Logical and | |||||||||
JavaOperatorType | LOG_IDENT | Logical pseudo-identity operator (generally, does not generate output); the opposite of LOG_NOT | |||||||||
JavaOperatorType | LOG_NOT | Logical not | |||||||||
JavaOperatorType | LOG_OR | Logical or | |||||||||
JavaOperatorType | LT | ||||||||||
JavaOperatorType | MUL | ||||||||||
JavaOperatorType | NE | ||||||||||
JavaOperatorType | NEG | ||||||||||
JavaOperatorType | NOT | ||||||||||
JavaOperatorType | OR | ||||||||||
JavaOperatorType | REM | ||||||||||
JavaOperatorType | SHL | ||||||||||
JavaOperatorType | SHR | ||||||||||
JavaOperatorType | SUB | ||||||||||
JavaOperatorType | USHR | ||||||||||
JavaOperatorType | XOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static JavaOperatorType | valueOf(String name) | ||||||||||
final static JavaOperatorType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Useless operator, present for consistency's sake
Useless operator, present for consistency's sake
Logical pseudo-identity operator (generally, does not generate output); the opposite of LOG_NOT