final class MethodReturnMethods extends AnyVal with NodeExtension with HasLocation
Instance Constructors
- new MethodReturnMethods(node: MethodReturn)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def location: NewLocation
- val node: MethodReturn
- def returnUser(implicit callResolver: ICallResolver): Traversal[Call]
- def toString(): String
- def typ: Traversal[Type]
Inherited from AnyVal
Inherited from Any