Class LogicalChannelProducingPortCompiled
java.lang.Object
com.espertech.esper.common.internal.epl.dataflow.realize.LogicalChannelProducingPortCompiled
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLogicalChannelProducingPortCompiled
(int producingOpNum, String producingOpPrettyPrint, String streamName, int streamNumber, GraphTypeDesc graphTypeDesc, boolean hasPunctuation) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
make
(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) void
setGraphTypeDesc
(GraphTypeDesc graphTypeDesc) void
setHasPunctuation
(boolean hasPunctuation) void
setProducingOpNum
(int producingOpNum) void
setProducingOpPrettyPrint
(String producingOpPrettyPrint) void
setStreamName
(String streamName) void
setStreamNumber
(int streamNumber) toString()
-
Field Details
-
EPTYPE
-
-
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
-
getProducingOpNum
public int getProducingOpNum() -
getStreamName
-
getStreamNumber
public int getStreamNumber() -
isHasPunctuation
public boolean isHasPunctuation() -
getGraphTypeDesc
-
setProducingOpNum
public void setProducingOpNum(int producingOpNum) -
setProducingOpPrettyPrint
-
setStreamName
-
setStreamNumber
public void setStreamNumber(int streamNumber) -
setGraphTypeDesc
-
setHasPunctuation
public void setHasPunctuation(boolean hasPunctuation) -
toString
-