Modifier and Type | Field and Description |
---|---|
pack-priv static final String[] | |
private final String | |
private final String[] | |
private final String |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv String | buildMethodDescriptor()
builds the JVM method descriptor for this method as defined in JVM Spec 4.3.3, Method Descriptors. |
public boolean | equals(Object
the reference object with which to compare. other)Overrides java. |
pack-priv static String | |
public int | |
public String |
EMPTY | back to summary |
---|---|
pack-priv static final String[] EMPTY |
vmDescriptor | back to summary |
---|---|
private final String vmDescriptor |
vmParameterTypes | back to summary |
---|---|
private final String[] vmParameterTypes |
vmReturnType | back to summary |
---|---|
private final String vmReturnType |
BCMethodDescriptor | back to summary |
---|---|
pack-priv BCMethodDescriptor(String[] vmParameterTypes, String vmReturnType, BCJava factory) |
buildMethodDescriptor | back to summary |
---|---|
pack-priv String buildMethodDescriptor() builds the JVM method descriptor for this method as defined in JVM Spec 4.3.3, Method Descriptors. |
equals | back to summary |
---|---|
public boolean equals(Object other) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
get | back to summary |
---|---|
pack-priv static String get(String[] vmParameterTypes, String vmReturnType, BCJava factory) |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for the object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|