Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
xdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.tagshandler.AbstractProgramElementTagsHandler
xdoclet.tagshandler.ParameterTagsHandler
public class ParameterTagsHandler
extends xdoclet.tagshandler.AbstractProgramElementTagsHandler
Field Summary | |
protected static XTag | |
protected static XParameter | |
protected String |
Fields inherited from class xdoclet.tagshandler.AbstractProgramElementTagsHandler | |
currentToken , matchPattern , tagTokenizer |
Fields inherited from class xdoclet.XDocletTagSupport | |
FOR_CLASS , FOR_CONSTRUCTOR , FOR_FIELD , FOR_METHOD , PARAMETER_DELIMITER |
Method Summary | |
String | |
void |
|
void |
|
void |
|
static String |
|
void |
|
String | |
String | |
String |
|
String |
|
Methods inherited from class xdoclet.tagshandler.AbstractProgramElementTagsHandler | |
checkForWrap , currentToken , exceptionList , firstSentenceDescriptionOfCurrentMember , forAllMemberTagTokens , forAllMemberTags , forAllMembers , getAllClasses , getClassNameFor , getFullClassNameFor , getFullSuperclassNameFor , getIndentChars , getXExecutableMemberForMemberName , getXExecutableMemberForMemberName , hasExecutableMember , hasExecutableMember_OLD , makeCopyOfArray , matchValue , memberComment , setMatchValue , skipToken |
Methods inherited from class xdoclet.template.TemplateTagHandler | |
getXJavaDoc , setXJavaDoc |
protected static XTag currentMethodParamTag
protected static XParameter currentMethodParameter
protected String currentName
public String currentName()
public void forAllConstructorParams(String template) throws xdoclet.XDocletException
public void forAllMethodParams(String template) throws xdoclet.XDocletException
public void forAllParameterTypes(String template, Properties attributes) throws xdoclet.XDocletException
public static String getMethodParamTypeFor(XParameter param)
public void ifHasParams(String template, Properties attributes) throws xdoclet.XDocletException
public String methodParamDescription() throws xdoclet.XDocletException
public String methodParamName() throws xdoclet.XDocletException
public String methodParamType(Properties attributes) throws xdoclet.XDocletException
public String parameterList(Properties attributes) throws xdoclet.XDocletException
http://xdoclet.sourceforge.net/ |