- All Superinterfaces:
Assignable,Expr,SimpleTyped,Typed
- All Known Subinterfaces:
FieldVar,InstanceFieldVar,LocalVar,ParamVar,StaticFieldVar
An assignable expression that is stored in a variable.
-
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
-
name
String name()Returns the variable name.- Returns:
- the variable name
-