Uses of Record Class
org.microbean.construct.element.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
Modifier and TypeMethodDescriptionDefaultDomain.binaryName
(TypeElement e) DefaultDomain.name
(CharSequence name) -
Uses of StringName in org.microbean.construct.element
Modifier 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
.