case classApplyStatically(receiver: Tree, cls: ClassType, method: Ident, args: List[Tree])(tpe: Type)(implicit pos: Position) extends Tree with Product with Serializable
Apply an instance method with static dispatch (e.g., super calls).
Linear Supertypes
Serializable, Serializable, Product, Equals, Tree, AnyRef, Any
Apply an instance method with static dispatch (e.g., super calls).