Modifier and Type | Method and Description |
---|---|
void |
addArg(IJVal arg) |
IJVal |
getArg(int i) |
int |
getNArgs() |
void addArg(IJVal arg) throws InvalidTupleException
arg
- the JVal to add to this JTupleInvalidTupleException
- if the given JVal is invalid (e.g. null)IJVal getArg(int i)
i
- the index of the JVal to retrieve (starting from 0)int getNArgs()