Uses of Class
net.sourceforge.plantuml.evalex.AbstractLazyOperator
-
Packages that use AbstractLazyOperator Package Description net.sourceforge.plantuml.evalex -
-
Uses of AbstractLazyOperator in net.sourceforge.plantuml.evalex
Subclasses of AbstractLazyOperator in net.sourceforge.plantuml.evalex Modifier and Type Class Description class
AbstractOperator
Abstract implementation of an operator.class
AbstractUnaryOperator
Abstract implementation of an unary operator.
This abstract implementation implements eval so that it forwards its first parameter to evalUnary.class
Expression.Operator
Abstract definition of a supported operator.class
Expression.UnaryOperator
-