Class ExprOp


  • @KafkaModel
    public class ExprOp
    extends Expr
    • Constructor Summary

      Constructors 
      Constructor Description
      ExprOp()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ExprOp more​(OpType opType, java.lang.String exprId)  
      static ExprOp of​(java.lang.String leftExprId, OpType opType, java.lang.String rightExprId)  
      • Methods inherited from class kz.greetgo.script.model.expr.Expr

        getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • opType

        public OpType opType
      • leftExprId

        public java.lang.String leftExprId
      • rightExprId

        public java.lang.String rightExprId
      • more

        public java.util.Map<java.lang.String,​MoreOp> more
    • Constructor Detail

      • ExprOp

        public ExprOp()
    • Method Detail

      • of

        public static ExprOp of​(java.lang.String leftExprId,
                                OpType opType,
                                java.lang.String rightExprId)
      • more

        public ExprOp more​(OpType opType,
                           java.lang.String exprId)