|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
com.thoughtworks.qdox.model.annotation.AnnotationEquals
public class AnnotationEquals
| Constructor Summary | |
|---|---|
AnnotationEquals(AnnotationValue left,
AnnotationValue right)
|
|
| 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). |
java.lang.String |
toString()
|
| Methods inherited from class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator |
|---|
getLeft, getRight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationEquals(AnnotationValue left,
AnnotationValue right)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object accept(AnnotationVisitor visitor)
AnnotationValue
visitor - Visitor
public java.lang.Object getParameterValue()
AnnotationValueAnnotation.getNamedParameter(String).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||