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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
H A DTypeEncodedValue.java40 public interface TypeEncodedValue extends EncodedValue { interface in inherits:EncodedValue
63 * Compares this TypeEncodedValue to another TypeEncodedValue for equality.
65 * This TypeEncodedValue is equal to another TypeEncodedValue if the values returned by getValue() are equal.
67 * @param o The object to be compared for equality with this TypeEncodedValue
68 * @return true if the specified object is equal to this TypeEncodedValue
73 * Compare this TypeEncodedValue to another EncodedValue.
76 * TypeEncodedValue, the return values of getValue() are compared.
78 * @param o The EncodedValue to compare with this TypeEncodedValue
[all...]

Completed in 886 milliseconds