public class CallArguments
extends java.lang.Object
| Constructor and Description |
|---|
CallArguments(com.ptc.pfc.pfcArgument.Arguments args) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallArgument arg) |
static CallArguments |
create() |
CallArgument |
get(int idx) |
com.ptc.pfc.pfcArgument.Arguments |
getArgs() |
int |
getarraysize() |
public static CallArguments create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallArgument arg) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallArgument get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcArgument.Arguments getArgs()