Uses of Class
com.igormaznitsa.jcp.expression.operators.AbstractOperator
-
Packages that use AbstractOperator Package Description com.igormaznitsa.jcp com.igormaznitsa.jcp.expression.operators -
-
Uses of AbstractOperator in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp with parameters of type AbstractOperator Modifier and Type Method Description private static java.lang.String
InfoHelper. makeOperatorReference(AbstractOperator operator)
-
Uses of AbstractOperator in com.igormaznitsa.jcp.expression.operators
Subclasses of AbstractOperator in com.igormaznitsa.jcp.expression.operators Modifier and Type Class Description class
OperatorADD
The class implements the ADD operator handlerclass
OperatorAND
The class implements the AND operator handlerclass
OperatorDIV
The class implements the DIV operator handlerclass
OperatorEQU
The class implements the EQU operator handlerclass
OperatorGREAT
The class implements the GREAT operator handlerclass
OperatorGREATEQU
The class implements the GREATEQU operator handlerclass
OperatorLESS
The class implements the LESS operator handlerclass
OperatorLESSEQU
The class implements the LESSEQU operator handlerclass
OperatorMOD
The class implements the MOD operator handlerclass
OperatorMUL
The class implements the MOD operator handlerclass
OperatorNOT
The class implements the NOT operator handlerclass
OperatorNOTEQU
The class implements the NOTEQU operator handlerclass
OperatorOR
The class implements the OR operator handlerclass
OperatorSUB
The class implements the SUB operator handlerclass
OperatorXOR
The class implements the XOR operator handlerFields in com.igormaznitsa.jcp.expression.operators declared as AbstractOperator Modifier and Type Field Description static AbstractOperator[]
AbstractOperator. ALL_OPERATORS
The array contains all operators allowed by the preprocessorMethods in com.igormaznitsa.jcp.expression.operators with type parameters of type AbstractOperator Modifier and Type Method Description static <E extends AbstractOperator>
EAbstractOperator. findForClass(java.lang.Class<E> operatorClass)
Find an operator handler for its class
-