|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.model.annotation.AnnotationParenExpression
public class AnnotationParenExpression
Field Summary | |
---|---|
private AnnotationValue |
value
|
Constructor Summary | |
---|---|
AnnotationParenExpression(AnnotationValue value)
|
Method Summary | |
---|---|
java.lang.Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value. |
java.lang.Object |
getParameterValue()
Get a parameter value for Annotation.getNamedParameter(String) . |
AnnotationValue |
getValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private AnnotationValue value
Constructor Detail |
---|
public AnnotationParenExpression(AnnotationValue value)
Method Detail |
---|
public AnnotationValue getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object accept(AnnotationVisitor visitor)
AnnotationValue
accept
in interface AnnotationValue
visitor
- Visitor
public java.lang.Object getParameterValue()
AnnotationValue
Annotation.getNamedParameter(String)
.
getParameterValue
in interface AnnotationValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |