Class RecordComponentInfo
java.lang.Object
com.strobel.assembler.ir.attributes.RecordComponentInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<SourceAttribute> private final String
private final String
private TypeReference
private final TypeReference
-
Constructor Summary
ConstructorsConstructorDescriptionRecordComponentInfo
(String name, String descriptor, TypeReference type, List<SourceAttribute> attributes) -
Method Summary
-
Field Details
-
_name
-
_descriptor
-
_type
-
_attributes
-
_resolvedType
-
-
Constructor Details
-
RecordComponentInfo
public RecordComponentInfo(String name, String descriptor, TypeReference type, List<SourceAttribute> attributes)
-
-
Method Details
-
getName
-
getDescriptor
-
getType
-
getResolvedType
-
resolveType
-
getAttributes
-