Home | History | Annotate | Download | only in mirror

Lines Matching full:superclass

685   // Finds the given instance field in this class or a superclass.
689 // Finds the given instance field in this class or a superclass, only searches classes that
700 // Finds the given static field in this class or a superclass.
704 // Finds the given static field in this class or superclass, only searches classes that
785 // listed in ifields; fields declared by a superclass are listed in
786 // the superclass's Class.ifields.
795 // pair for each interface we support directly, indirectly via superclass, or indirectly via a
796 // superinterface. This will be null if neither we nor our superclass implement any interfaces.
812 // The superclass, or NULL if this is java.lang.Object, an interface or primitive type.
821 // Virtual method table (vtable), for use by "invoke-virtual". The vtable from the superclass is