Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
com.thoughtworks.qdox.model.annotation.AnnotationRemainder
public class AnnotationRemainder
extends AnnotationBinaryOperator
Constructor Summary | |
|
Method Summary | |
Object |
|
Object |
|
String |
|
Methods inherited from class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator | |
getLeft , getRight |
public Object accept(AnnotationVisitor visitor)
Accept a visitor for this value.
- Specified by:
- accept in interface AnnotationValue
- Parameters:
visitor
- Visitor
- Returns:
- Visitor result
public Object getParameterValue()
Get a parameter value forAnnotation.getNamedParameter(String)
.
- Specified by:
- getParameterValue in interface AnnotationValue
- Returns:
- Parameter value
public String toString()