getSuper
Retrieves the 'super' reference within this scope. 'Super' refers to the superclass object in object-oriented contexts.
Return
The 'super' assignable entity if it exists, or null otherwise.
Retrieves a field or method named 'name' from the 'super' object within this scope.
Return
The field or method if found, or null if not found.
Parameters
name
The name of the field or method to retrieve from the 'super' object.