Package net.sourceforge.plantuml.evalex
Class Expression.UnaryOperator
- java.lang.Object
-
- net.sourceforge.plantuml.evalex.AbstractLazyOperator
-
- net.sourceforge.plantuml.evalex.AbstractOperator
-
- net.sourceforge.plantuml.evalex.AbstractUnaryOperator
-
- net.sourceforge.plantuml.evalex.Expression.UnaryOperator
-
- All Implemented Interfaces:
LazyOperator
,Operator
- Enclosing class:
- Expression
public abstract class Expression.UnaryOperator extends AbstractUnaryOperator
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.evalex.AbstractLazyOperator
booleanOperator, leftAssoc, oper, precedence
-
-
Constructor Summary
Constructors Constructor Description UnaryOperator(java.lang.String oper, int precedence, boolean leftAssoc)
-
Method Summary
-
Methods inherited from class net.sourceforge.plantuml.evalex.AbstractUnaryOperator
eval, eval, evalUnary
-
Methods inherited from class net.sourceforge.plantuml.evalex.AbstractLazyOperator
getOper, getPrecedence, isBooleanOperator, isLeftAssoc
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.evalex.LazyOperator
getOper, getPrecedence, isBooleanOperator, isLeftAssoc
-
-