Home | History | Annotate | Download | only in out

Lines Matching full:superclass

1499          * the superclass into the resolution call.
1514 * We're using the current method's class' superclass, not the
1515 * superclass of "this". This is because we might be executing
1516 * in a method inherited from a superclass, and we want to run
1517 * in that class' superclass.
1521 * Method does not exist in the superclass. Could happen if
1522 * superclass gets updated.
1767 * We're using the current method's class' superclass, not the
1768 * superclass of "this". This is because we might be executing
1769 * in a method inherited from a superclass, and we want to run
1770 * in the method's class' superclass.