| Class | Description |
|---|---|
| FieldSignature |
Represents a field within a class, by its name and descriptor.
|
| MemberSignature |
All members within Java have a unique signature that they can be identified with,
classes that inherit from this class are a representation of those unique signatures.
|
| MethodSignature |
Represents a method within a class, by its name and descriptor.
|