Class LogicalChannelProducingPortCompiled

java.lang.Object
com.espertech.esper.common.internal.epl.dataflow.realize.LogicalChannelProducingPortCompiled

public class LogicalChannelProducingPortCompiled extends Object
  • Field Details

  • Constructor Details

    • LogicalChannelProducingPortCompiled

      public LogicalChannelProducingPortCompiled()
    • LogicalChannelProducingPortCompiled

      public LogicalChannelProducingPortCompiled(int producingOpNum, String producingOpPrettyPrint, String streamName, int streamNumber, GraphTypeDesc graphTypeDesc, boolean hasPunctuation)
  • Method Details

    • make

      public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
    • getProducingOpPrettyPrint

      public String getProducingOpPrettyPrint()
    • getProducingOpNum

      public int getProducingOpNum()
    • getStreamName

      public String getStreamName()
    • getStreamNumber

      public int getStreamNumber()
    • isHasPunctuation

      public boolean isHasPunctuation()
    • getGraphTypeDesc

      public GraphTypeDesc getGraphTypeDesc()
    • setProducingOpNum

      public void setProducingOpNum(int producingOpNum)
    • setProducingOpPrettyPrint

      public void setProducingOpPrettyPrint(String producingOpPrettyPrint)
    • setStreamName

      public void setStreamName(String streamName)
    • setStreamNumber

      public void setStreamNumber(int streamNumber)
    • setGraphTypeDesc

      public void setGraphTypeDesc(GraphTypeDesc graphTypeDesc)
    • setHasPunctuation

      public void setHasPunctuation(boolean hasPunctuation)
    • toString

      public String toString()
      Overrides:
      toString in class Object