Class MethodRef

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.MethodRef
All Implemented Interfaces:
IDocElement

public class MethodRef extends ASTNode implements IDocElement
AST node for a method or constructor reference within a doc comment (Javadoc). The principal uses of these are in "@see" and "@link" tag elements, for references to method and constructor members.
 MethodRef:
     [ Name ] # Identifier
         ( [ MethodRefParameter | { , MethodRefParameter } ] )
 
Since:
3.0
See Also: