java.lang.Object
com.thoughtworks.qdox.model.impl.AbstractJavaModel
com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- 所有已实现的接口:
AnnotationValue,Expression,JavaAnnotation,JavaModel,Serializable
public class DefaultJavaAnnotation
extends AbstractJavaModel
implements AnnotationValue, Serializable, JavaAnnotation
- 作者:
- Eric Redmond
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明accept(ExpressionVisitor visitor) Accept a visitor for this value.getNamedParameter(String key) Get a parameter value forJavaAnnotation.getNamedParameter(String).getProperty(String name) getType()final voidsetProperty(String name, AnnotationValue value) toString()从类继承的方法 com.thoughtworks.qdox.model.impl.AbstractJavaModel
getLineNumber, getModelWriter, setLineNumber, setModelWriterFactory从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 com.thoughtworks.qdox.model.JavaModel
getLineNumber
-
构造器详细资料
-
DefaultJavaAnnotation
-
DefaultJavaAnnotation
-
-
方法详细资料
-
setProperty
-
getType
- 指定者:
getType在接口中JavaAnnotation- 返回:
- the annotation type
-
getNamedParameter
- 指定者:
getNamedParameter在接口中JavaAnnotation
-
getNamedParameterMap
- 指定者:
getNamedParameterMap在接口中JavaAnnotation
-
getCodeBlock
- 指定者:
getCodeBlock在接口中JavaModel- 返回:
- the codeblock
-
accept
Accept a visitor for this value.- 指定者:
accept在接口中AnnotationValue- 参数:
visitor- Visitor- 返回:
- Visitor result
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String).- 指定者:
getParameterValue在接口中Expression- 返回:
- Parameter value
-
getPropertyMap
- 指定者:
getPropertyMap在接口中JavaAnnotation
-
getProperty
- 指定者:
getProperty在接口中JavaAnnotation
-
toString
-