Package net.sourceforge.plantuml.evalex
Interface Operator
-
- All Superinterfaces:
LazyOperator
- All Known Implementing Classes:
AbstractOperator
,AbstractUnaryOperator
,Expression.Operator
,Expression.UnaryOperator
public interface Operator extends LazyOperator
Base interface which is required for all operators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Number
eval(java.lang.Number v1, java.lang.Number v2)
Implementation for this operator.-
Methods inherited from interface net.sourceforge.plantuml.evalex.LazyOperator
eval, getOper, getPrecedence, isBooleanOperator, isLeftAssoc
-
-