java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pnfsoftware.jeb.core.units.code.java.JavaOperatorType |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | JavaOperatorType.Associativity |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JavaOperatorType.Associativity |
getAssociativity()
Provide associativity (left, right) information about the operation type.
| ||||||||||
int |
getPrecedence()
Provide precedence information about the operation type.
| ||||||||||
static JavaOperatorType | valueOf(String name) | ||||||||||
final static JavaOperatorType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Logical pseudo-identity operator (generally, does not generate output); the opposite of LOG_NOT
Provide associativity (left, right) information about the operation type.
Provide precedence information about the operation type.