Class GetCommentOnFunction
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.xpath.GetCommentOnFunction
-
- All Implemented Interfaces:
org.jaxen.Function
@InternalApi @Deprecated public class GetCommentOnFunction extends Object implements org.jaxen.Function
Deprecated.The XPath query "//VariableDeclarator[contains(getCommentOn(), '//password')]" will find all variables declared that are annotated with the password comment.- Author:
- Andy Throgmorton
-
-
Constructor Summary
Constructors Constructor Description GetCommentOnFunction()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
call(org.jaxen.Context context, List args)
Deprecated.static void
registerSelfInSimpleContext()
Deprecated.
-