java.lang.Object
org.glavo.classfile.impl.BoundRecordComponentInfo
- All Implemented Interfaces:
RecordComponentInfo,AttributedElement,ClassFileElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the attributes of this element.Returns the field descriptor of this component.name()Returns the name of this component.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glavo.classfile.AttributedElement
findAttribute, findAttributesMethods inherited from interface org.glavo.classfile.attribute.RecordComponentInfo
descriptorSymbol
-
Constructor Details
-
BoundRecordComponentInfo
-
-
Method Details
-
name
Description copied from interface:RecordComponentInfoReturns the name of this component.- Specified by:
namein interfaceRecordComponentInfo- Returns:
- the name of this component
-
descriptor
Description copied from interface:RecordComponentInfoReturns the field descriptor of this component.- Specified by:
descriptorin interfaceRecordComponentInfo- Returns:
- the field descriptor of this component
-
attributes
Description copied from interface:AttributedElementReturns the attributes of this element.- Specified by:
attributesin interfaceAttributedElement- Returns:
- the attributes of this element
-