Uses of Record Class
org.microbean.assign.AttributedElement
-
Uses of AttributedElement in org.microbean.assign
Fields in org.microbean.assign with type parameters of type AttributedElementModifier and TypeFieldDescriptionstatic final SequencedSet
<AttributedElement> Aggregate.EMPTY_DEPENDENCIES
An immutable, emptySequencedSet
ofAttributedElement
s.Methods in org.microbean.assign that return AttributedElementModifier and TypeMethodDescriptionAssignment.assignee()
Returns the value of theassignee
record component.Methods in org.microbean.assign that return types with arguments of type AttributedElementModifier and TypeMethodDescriptiondefault SequencedSet
<AttributedElement> Aggregate.dependencies()
Returns an immutableSequencedSet
ofAttributedElement
instances.Constructors in org.microbean.assign with parameters of type AttributedElementModifierConstructorDescriptionAssignment
(AttributedElement assignee, R value) Creates a newAssignment
.