| Modifier and Type | Field and Description |
|---|---|
ReferenceTypeSignature |
type |
| Constructor and Description |
|---|
FieldSignature(ReferenceTypeSignature type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Set<java.lang.String> |
erasedBinaryReferences() |
int |
hashCode() |
static FieldSignature |
of(java.lang.String signature) |
(package private) static FieldSignature |
parseFieldSignature(StringRover signature) |
java.lang.String |
toString() |
public final ReferenceTypeSignature type
FieldSignature(ReferenceTypeSignature type)
public static FieldSignature of(java.lang.String signature)
public java.util.Set<java.lang.String> erasedBinaryReferences()
erasedBinaryReferences in interface Signaturepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectstatic FieldSignature parseFieldSignature(StringRover signature)