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.

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
abstract fun handleSuperExpression(memberExpression: MemberExpression, curClass: RecordDeclaration, scopeManager: ScopeManager): Boolean