Searched defs:EncodedMethod (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DEncodedMethod.java33 public final class EncodedMethod extends EncodedMember class in inherits:EncodedMember,Comparable
34 implements Comparable<EncodedMethod> {
54 public EncodedMethod(CstMethodRef method, int accessFlags, method in class:EncodedMethod
74 if (! (other instanceof EncodedMethod)) {
78 return compareTo((EncodedMethod) other) == 0;
89 public int compareTo(EncodedMethod other) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DEncodedMethod.java33 public final class EncodedMethod extends EncodedMember class in inherits:EncodedMember,Comparable
34 implements Comparable<EncodedMethod> {
54 public EncodedMethod(CstMethodRef method, int accessFlags, method in class:EncodedMethod
74 if (! (other instanceof EncodedMethod)) {
78 return compareTo((EncodedMethod) other) == 0;
89 public int compareTo(EncodedMethod other) {

Completed in 91 milliseconds