org.jboss.aop.annotation.compiler
Class AnnotationDocletTag
java.lang.Object
org.jboss.aop.annotation.compiler.AnnotationDocletTag
- All Implemented Interfaces:
- com.thoughtworks.qdox.model.DocletTag, Serializable
public class AnnotationDocletTag
- extends Object
- implements com.thoughtworks.qdox.model.DocletTag
Comment
- Version:
- $Revision: 70842 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationDocletTag
public AnnotationDocletTag(String name,
String value,
int lineNumber)
AnnotationDocletTag
public AnnotationDocletTag(String name,
String value)
getAnnotation
public org.jboss.annotation.factory.ast.ASTAnnotation getAnnotation()
getName
public String getName()
- Specified by:
getName
in interface com.thoughtworks.qdox.model.DocletTag
getValue
public String getValue()
- Specified by:
getValue
in interface com.thoughtworks.qdox.model.DocletTag
getParameters
public String[] getParameters()
- Specified by:
getParameters
in interface com.thoughtworks.qdox.model.DocletTag
getNamedParameterMap
public Map getNamedParameterMap()
- Specified by:
getNamedParameterMap
in interface com.thoughtworks.qdox.model.DocletTag
getNamedParameter
public String getNamedParameter(String key)
- Specified by:
getNamedParameter
in interface com.thoughtworks.qdox.model.DocletTag
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface com.thoughtworks.qdox.model.DocletTag
getContext
public final com.thoughtworks.qdox.model.AbstractJavaEntity getContext()
- Specified by:
getContext
in interface com.thoughtworks.qdox.model.DocletTag
setContext
public void setContext(com.thoughtworks.qdox.model.AbstractJavaEntity owner)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.