public abstract class MemberSignature extends Object
FieldSignature,
MethodSignature| Modifier | Constructor and Description |
|---|---|
protected |
MemberSignature(String name)
Creates a member signature, with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected StringJoiner |
buildToString() |
String |
getName()
Gets the name of the member.
|
String |
toString() |
protected final String name
protected MemberSignature(String name)
name - The name of the memberpublic String getName()
protected StringJoiner buildToString()