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 Signature
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
static FieldSignature parseFieldSignature(StringRover signature)