Class ReceiverParameter

java.lang.Object
com.github.javaparser.ast.Node
com.github.javaparser.ast.body.ReceiverParameter
All Implemented Interfaces:
NodeWithAnnotations<ReceiverParameter>, NodeWithName<ReceiverParameter>, NodeWithRange<Node>, NodeWithTokenRange<Node>, NodeWithType<ReceiverParameter,​Type>, Observable, Visitable, HasParentNode<Node>, Cloneable

The receiver parameter feature of Java.
All annotations preceding the type will be set on this object, not on the type. JavaParser doesn't know if it they are applicable to the receiver parameter or the type.
Author:
Julio Vilmar Gesser