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

/libcore/luni/src/main/java/java/io/
H A DObjectStreamClass.java161 // Descriptor for the superclass of the class associated with this
163 private transient ObjectStreamClass superclass; field in class:ObjectStreamClass
246 Class<?> superclass = cl.getSuperclass();
247 if (superclass != null) {
248 result.setSuperclass(lookup(superclass));
378 * The value is computed based on the class name, superclass chain, field
917 * Returns the descriptor (ObjectStreamClass) of the superclass of the class
920 * @return an ObjectStreamClass representing the superclass of the class
924 return superclass;
1264 * Set the descriptor for the superclass o
[all...]

Completed in 74 milliseconds