- All Superinterfaces:
Assignable,Expr,SimpleTyped,Typed,Var
A variable representing a method call parameter.
-
Method Details
-
index
int index()Returns the parameter index, counting from zero. The index does not include any "this" variable. The index only increments once per parameter, even if the parameter type islongordouble.- Returns:
- the parameter index, counting from zero
-