Uses of Record Class
org.microbean.construct.element.StringName
Packages that use StringName
Package
Description
Provides classes and interfaces related to Java language constructs.
Provides classes and interfaces related to Java language elements.
-
Uses of StringName in org.microbean.construct
Methods in org.microbean.construct that return StringNameModifier and TypeMethodDescriptionDefaultDomain.binaryName
(TypeElement e) DefaultDomain.name
(CharSequence name) -
Uses of StringName in org.microbean.construct.element
Methods in org.microbean.construct.element that return StringNameModifier and TypeMethodDescriptionfinal StringName
UniversalElement.getQualifiedName()
final StringName
UniversalElement.getSimpleName()
static final StringName
StringName.of
(CharSequence cs, Domain domain) Returns aStringName
whosevalue()
method will return aString
equal to theString
conversion of the suppliedCharSequence
, and whosedomain()
method will return aDomain
equal to the suppliedDomain
.