|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
public abstract class AnnotationBinaryOperator
Constructor Summary | |
---|---|
AnnotationBinaryOperator(AnnotationValue left,
AnnotationValue right)
|
Method Summary | |
---|---|
AnnotationValue |
getLeft()
|
AnnotationValue |
getRight()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.thoughtworks.qdox.model.annotation.AnnotationValue |
---|
accept, getParameterValue |
Constructor Detail |
---|
public AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)
Method Detail |
---|
public AnnotationValue getLeft()
public AnnotationValue getRight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |