HasSuperClasses

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

Properties

Link copied to clipboard

Determines which keyword is used to access functions, etc. of the superclass of an object (often "super).