Has Super Classes
A language trait, that specifies that this language has support for superclasses. If so, we should consider the specified superclass keyword to resolve calls etc.
Functions
Link copied to clipboard
abstract fun handleSuperCall(callee: MemberExpression, curClass: RecordDeclaration, scopeManager: ScopeManager, recordMap: Map<Name, RecordDeclaration>): Boolean