public class Descriptors.Descriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
descriptor |
(package private) Descriptors.TypeRef[] |
prototype |
(package private) Descriptors.TypeRef |
type |
Constructor and Description |
---|
Descriptor(java.lang.String descriptor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
Descriptors.TypeRef[] |
getPrototype() |
Descriptors.TypeRef |
getType() |
int |
hashCode() |
(package private) int |
parse(java.util.List<Descriptors.TypeRef> types,
java.lang.String descriptor,
int index) |
java.lang.String |
toString() |
final Descriptors.TypeRef type
final Descriptors.TypeRef[] prototype
final java.lang.String descriptor
int parse(java.util.List<Descriptors.TypeRef> types, java.lang.String descriptor, int index)
public Descriptors.TypeRef getType()
public Descriptors.TypeRef[] getPrototype()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object