- All Superinterfaces:
Assignable,Expr,SimpleTyped,Typed,Var
A variable representing a method call parameter.
-
Method Summary
Methods inherited from interface io.quarkus.gizmo2.Expr
elem, elem, elem, field, field, field, field, genericType, hasGenericType, length, typeMethods inherited from interface io.quarkus.gizmo2.SimpleTyped
isPrimitive, isVoid, slotSize, typeKind
-
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
-