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 StringInfoHelper.makeOperatorReference(AbstractOperator operator) -
Uses of AbstractOperator in com.igormaznitsa.jcp.expression.operators
Subclasses of AbstractOperator in com.igormaznitsa.jcp.expression.operatorsModifier and TypeClassDescriptionfinal classThe class implements the ADD operator handlerfinal classThe class implements the AND operator handlerfinal classThe class implements the DIV operator handlerfinal classThe class implements the EQU operator handlerfinal classThe class implements the GREAT operator handlerfinal classThe class implements the GREATEQU operator handlerfinal classThe class implements the LESS operator handlerfinal classThe class implements the LESSEQU operator handlerfinal classThe class implements the MOD operator handlerfinal classThe class implements the MOD operator handlerclassThe class implements the NOT operator handlerfinal classThe class implements the NOTEQU operator handlerfinal classThe class implements the OR operator handlerfinal classThe class implements the SUB operator handlerclassThe class implements the XOR operator handlerFields in com.igormaznitsa.jcp.expression.operators declared as AbstractOperatorModifier and TypeFieldDescriptionstatic final AbstractOperator[]AbstractOperator.ALL_OPERATORSThe 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