类 DefaultDocletTag

java.lang.Object
com.thoughtworks.qdox.model.impl.DefaultDocletTag
所有已实现的接口:
DocletTag, Serializable

public class DefaultDocletTag extends Object implements DocletTag
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getName

      public String getName()
      The name of the doclet tag.
      指定者:
      getName 在接口中 DocletTag
      返回:
      the tag name
    • getValue

      public String getValue()
      The full value of the doclet tag.
      指定者:
      getValue 在接口中 DocletTag
      返回:
      the full tag-value
    • getParameters

      public List<String> getParameters()
      指定者:
      getParameters 在接口中 DocletTag
      返回:
      a list of whitespace-separated tag parameters
    • getNamedParameterMap

      public Map<String,String> getNamedParameterMap()
      指定者:
      getNamedParameterMap 在接口中 DocletTag
      返回:
      a Map containing all the named-parameters, never null
    • getNamedParameter

      public String getNamedParameter(String key)
      指定者:
      getNamedParameter 在接口中 DocletTag
      参数:
      key - name of a named-parameter
      返回:
      the matching value, otherwise null
    • getContext

      public final JavaAnnotatedElement getContext()
      The element to which this tag applies.
      指定者:
      getContext 在接口中 DocletTag
      返回:
      the annotated element, should never be null
    • getLineNumber

      public int getLineNumber()
      The line number of the source where this tag occurred.
      指定者:
      getLineNumber 在接口中 DocletTag
      返回:
      the line number where the tag occurred, otherwise -1