Uses of Class
com.igormaznitsa.jcp.expression.operators.AbstractOperator
Packages that use AbstractOperator
-
Uses of AbstractOperator in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp with parameters of type AbstractOperatorModifier and TypeMethodDescriptionprivate static String
InfoHelper.makeOperatorReference
(AbstractOperator operator) -
Uses of AbstractOperator in com.igormaznitsa.jcp.expression.operators
Subclasses of AbstractOperator in com.igormaznitsa.jcp.expression.operatorsModifier and TypeClassDescriptionfinal class
The class implements the ADD operator handlerfinal class
The class implements the AND operator handlerfinal class
The class implements the DIV operator handlerfinal class
The class implements the EQU operator handlerfinal class
The class implements the GREAT operator handlerfinal class
The class implements the GREATEQU operator handlerfinal class
The class implements the LESS operator handlerfinal class
The class implements the LESSEQU operator handlerfinal class
The class implements the MOD operator handlerfinal class
The class implements the MOD operator handlerclass
The class implements the NOT operator handlerfinal class
The class implements the NOTEQU operator handlerfinal class
The class implements the OR operator handlerfinal class
The class implements the SUB operator handlerclass
The class implements the XOR operator handlerFields in com.igormaznitsa.jcp.expression.operators declared as AbstractOperatorModifier and TypeFieldDescriptionstatic final AbstractOperator[]
AbstractOperator.ALL_OPERATORS
The array contains all operators allowed by the preprocessorMethods in com.igormaznitsa.jcp.expression.operators with type parameters of type AbstractOperatorModifier and TypeMethodDescriptionstatic <E extends AbstractOperator>
EAbstractOperator.findForClass
(Class<E> operatorClass) Find an operator handler for its class