- All Superinterfaces:
Assignable,Expr,SimpleTyped,Typed,Var
- All Known Subinterfaces:
InstanceFieldVar,StaticFieldVar
A variable corresponding to a field.
-
Method Summary
Methods inherited from interface io.quarkus.gizmo2.Expr
elem, elem, elem, field, field, field, field, genericType, hasGenericType, lengthMethods inherited from interface io.quarkus.gizmo2.SimpleTyped
isPrimitive, isVoid, slotSize, typeKind
-
Method Details
-
type
Description copied from interface:ExprReturns the expression type (notnull). -
name
Description copied from interface:VarReturns the variable name. -
owner
Returns the descriptor of the class which contains the field.- Returns:
- the descriptor of the class which contains the field
-
desc
FieldDesc desc()Returns the descriptor of the field.- Returns:
- the descriptor of the field
-