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
Functions
Link copied to clipboard
abstract fun handleSuperExpression(memberExpression: MemberExpression, curClass: RecordDeclaration, scopeManager: ScopeManager): Boolean