Class MethodRefParameter

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.MethodRefParameter

public class MethodRefParameter extends ASTNode
AST node for a parameter within a method reference (MethodRef). These nodes only occur within doc comments (Javadoc).
 MethodRefParameter:
                Type [ ... ] [ Identifier ]
 

Note: The 1.5 spec for the Javadoc tool does not mention the possibility of a variable arity indicator in method references. However, the 1.5 Javadoc tool itself does indeed support it. Since it makes sense to have a way to explicitly refer to variable arity methods, it seems more likely that the Javadoc spec is wrong in this case.

Since:
3.0
See Also: