FieldModel (Java SE 26 & JDK 26)
- All Superinterfaces:
AttributedElement, ClassElement, ClassFileElement, CompoundElement<FieldElement>, Iterable<FieldElement>
-
Method Summary
Returns the name of this field.
Returns the field descriptor string of this field.
Returns the field type, as a symbolic descriptor.
flags()Returns the access flags.
parent()Returns the class model this field is a member of, if known.
Methods declared in interface CompoundElement
elementList, elementStream, forEach, iterator, toDebugStringReturns a
Listcontaining all member elements in this compound element.Returns a
Streamcontaining all member elements in this compound element.voidInvokes the provided handler with each member element in this compound element.
Returns an
Iteratordescribing all member elements in this compound element.Returns a text representation of the compound element and its contents for debugging purposes.
-
Method Details
-
flags
-
parent
-
fieldName
-
fieldType
-
fieldTypeSymbol
-