public class LogicalChannelProducingPortCompiled extends Object
Constructor and Description |
---|
LogicalChannelProducingPortCompiled() |
LogicalChannelProducingPortCompiled(int producingOpNum,
String producingOpPrettyPrint,
String streamName,
int streamNumber,
GraphTypeDesc graphTypeDesc,
boolean hasPunctuation) |
Modifier and Type | Method and Description |
---|---|
GraphTypeDesc |
getGraphTypeDesc() |
int |
getProducingOpNum() |
String |
getProducingOpPrettyPrint() |
String |
getStreamName() |
int |
getStreamNumber() |
boolean |
isHasPunctuation() |
CodegenExpression |
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) |
String |
toString() |
public LogicalChannelProducingPortCompiled()
public LogicalChannelProducingPortCompiled(int producingOpNum, String producingOpPrettyPrint, String streamName, int streamNumber, GraphTypeDesc graphTypeDesc, boolean hasPunctuation)
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
public String getProducingOpPrettyPrint()
public int getProducingOpNum()
public String getStreamName()
public int getStreamNumber()
public boolean isHasPunctuation()
public GraphTypeDesc getGraphTypeDesc()
public void setProducingOpNum(int producingOpNum)
public void setProducingOpPrettyPrint(String producingOpPrettyPrint)
public void setStreamName(String streamName)
public void setStreamNumber(int streamNumber)
public void setGraphTypeDesc(GraphTypeDesc graphTypeDesc)
public void setHasPunctuation(boolean hasPunctuation)
Copyright © 2005–2018. All rights reserved.