Package com.thoughtworks.qdox.model
Class DefaultDocletTag
java.lang.Object
com.thoughtworks.qdox.model.DefaultDocletTag
- All Implemented Interfaces:
DocletTag,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDocletTag(String name, String value) DefaultDocletTag(String name, String value, AbstractBaseJavaEntity context, int lineNumber) -
Method Summary
Modifier and TypeMethodDescriptionfinal AbstractBaseJavaEntityintgetName()getNamedParameter(String key) String[]getValue()
-
Constructor Details
-
DefaultDocletTag
-
DefaultDocletTag
-
-
Method Details
-
getName
-
getValue
-
getParameters
- Specified by:
getParametersin interfaceDocletTag- Returns:
- an array of whitespace-separatedtag parameters
-
getNamedParameterMap
- Specified by:
getNamedParameterMapin interfaceDocletTag- Returns:
- a Map containing all the named-parameters
-
getNamedParameter
- Specified by:
getNamedParameterin interfaceDocletTag- Parameters:
key- name of a named-parameter- Returns:
- the corresponding value, or null if no such named-parameter was present
-
getContext
- Specified by:
getContextin interfaceDocletTag- Returns:
- the language element to which this tag applies
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceDocletTag- Returns:
- the line-number where the tag occurred
-