public class PendingPipelinedCallSite extends Object
| Constructor and Description |
|---|
PendingPipelinedCallSite(List<String> functionKeyCandidates,
int argCount,
TTable table,
TFunctionCall callExpr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArgCount() |
TFunctionCall |
getCallExpr() |
List<String> |
getFunctionKeyCandidates() |
TTable |
getTable() |
String |
toString() |
public PendingPipelinedCallSite(List<String> functionKeyCandidates, int argCount, TTable table, TFunctionCall callExpr)
public List<String> getFunctionKeyCandidates()
public int getArgCount()
public TFunctionCall getCallExpr()