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.StringInfoHelper. 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 classOperatorADDThe class implements the ADD operator handlerclassOperatorANDThe class implements the AND operator handlerclassOperatorDIVThe class implements the DIV operator handlerclassOperatorEQUThe class implements the EQU operator handlerclassOperatorGREATThe class implements the GREAT operator handlerclassOperatorGREATEQUThe class implements the GREATEQU operator handlerclassOperatorLESSThe class implements the LESS operator handlerclassOperatorLESSEQUThe class implements the LESSEQU operator handlerclassOperatorMODThe class implements the MOD operator handlerclassOperatorMULThe class implements the MOD operator handlerclassOperatorNOTThe class implements the NOT operator handlerclassOperatorNOTEQUThe class implements the NOTEQU operator handlerclassOperatorORThe class implements the OR operator handlerclassOperatorSUBThe class implements the SUB operator handlerclassOperatorXORThe class implements the XOR operator handlerFields in com.igormaznitsa.jcp.expression.operators declared as AbstractOperator Modifier and Type Field Description static AbstractOperator[]AbstractOperator. ALL_OPERATORSThe 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
-