Package | Description |
---|---|
com.igormaznitsa.jcp.expression.operators |
Modifier and Type | Class and Description |
---|---|
class |
OperatorADD
The class implements the ADD operator handler
|
class |
OperatorAND
The class implements the AND operator handler
|
class |
OperatorDIV
The class implements the DIV operator handler
|
class |
OperatorEQU
The class implements the EQU operator handler
|
class |
OperatorGREAT
The class implements the GREAT operator handler
|
class |
OperatorGREATEQU
The class implements the GREATEQU operator handler
|
class |
OperatorLESS
The class implements the LESS operator handler
|
class |
OperatorLESSEQU
The class implements the LESSEQU operator handler
|
class |
OperatorMOD
The class implements the MOD operator handler
|
class |
OperatorMUL
The class implements the MOD operator handler
|
class |
OperatorNOT
The class implements the NOT operator handler
|
class |
OperatorNOTEQU
The class implements the NOTEQU operator handler
|
class |
OperatorOR
The class implements the OR operator handler
|
class |
OperatorSUB
The class implements the SUB operator handler
|
class |
OperatorXOR
The class implements the XOR operator handler
|
Modifier and Type | Field and Description |
---|---|
static AbstractOperator[] |
AbstractOperator.ALL_OPERATORS
The array contains all operators allowed by the preprocessor
|
Modifier and Type | Method and Description |
---|---|
static <E extends AbstractOperator> |
AbstractOperator.findForClass(Class<E> operatorClass)
Find an operator handler for its class
|
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.