Companion

object Companion

Functions

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

Handle expressions in the form of super.property or ClassName.super.call(), conforming to JLS13 §15.12.1.