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.EvaluatingVisitor
getFieldReferenceValue(JavaField)
to return values
for referenced fields.
Method Summary | |
protected abstract Object |
|
List |
|
Object |
|
protected static Class |
|
protected static Class |
|
protected static Class |
|
protected static Class |
|
Object |
|
Object | |
Object | |
Object |
|
Object |
|
Object | |
Object |
|
Object |
|
Object |
|
Object |
|
Object | |
Object |
|
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object |
|
Object | |
Object |
|
Object | |
Object |
|
Object |
|
Object |
|
Object |
|
Object | |
Object |
|
Object | |
Object |
|
protected static Class numericResultType(Object left, Object right)
Return the numeric result type of a binary operator Performs binary numeric promotion as specified in the Java Language Specification,
- See Also:
section 5.6.1
protected static Class resultType(Object left, Object right)
Return the result type of a binary operator Performs binary numeric promotion as specified in the Java Language Specification,
- See Also:
section 5.6.1
protected static Class unaryNumericResultType(Object value)
Return the result type of an unary operator Performs unary numeric promotion as specified in the Java Language Specification,
- See Also:
section 5.6.2
protected static Class unaryResultType(Object value)
public Object visitAnnotation(Annotation annotation)
- Specified by:
- visitAnnotation in interface AnnotationVisitor
public Object visitAnnotationAdd(AnnotationAdd op)
- Specified by:
- visitAnnotationAdd in interface AnnotationVisitor
public Object visitAnnotationAnd(AnnotationAnd and)
- Specified by:
- visitAnnotationAnd in interface AnnotationVisitor
public Object visitAnnotationCast(AnnotationCast annotationCast)
- Specified by:
- visitAnnotationCast in interface AnnotationVisitor
public Object visitAnnotationConstant(AnnotationConstant constant)
- Specified by:
- visitAnnotationConstant in interface AnnotationVisitor
public Object visitAnnotationDivide(AnnotationDivide op)
- Specified by:
- visitAnnotationDivide in interface AnnotationVisitor
public Object visitAnnotationEquals(AnnotationEquals annotationEquals)
- Specified by:
- visitAnnotationEquals in interface AnnotationVisitor
public Object visitAnnotationExclusiveOr(AnnotationExclusiveOr annotationExclusiveOr)
- Specified by:
- visitAnnotationExclusiveOr in interface AnnotationVisitor
public Object visitAnnotationFieldRef(AnnotationFieldRef fieldRef)
- Specified by:
- visitAnnotationFieldRef in interface AnnotationVisitor
public Object visitAnnotationGreaterEquals(AnnotationGreaterEquals greaterEquals)
- Specified by:
- visitAnnotationGreaterEquals in interface AnnotationVisitor
public Object visitAnnotationGreaterThan(AnnotationGreaterThan op)
- Specified by:
- visitAnnotationGreaterThan in interface AnnotationVisitor
public Object visitAnnotationLessEquals(AnnotationLessEquals lessEquals)
- Specified by:
- visitAnnotationLessEquals in interface AnnotationVisitor
public Object visitAnnotationLessThan(AnnotationLessThan op)
- Specified by:
- visitAnnotationLessThan in interface AnnotationVisitor
public Object visitAnnotationLogicalAnd(AnnotationLogicalAnd and)
- Specified by:
- visitAnnotationLogicalAnd in interface AnnotationVisitor
public Object visitAnnotationLogicalNot(AnnotationLogicalNot not)
- Specified by:
- visitAnnotationLogicalNot in interface AnnotationVisitor
public Object visitAnnotationLogicalOr(AnnotationLogicalOr or)
- Specified by:
- visitAnnotationLogicalOr in interface AnnotationVisitor
public Object visitAnnotationMinusSign(AnnotationMinusSign sign)
- Specified by:
- visitAnnotationMinusSign in interface AnnotationVisitor
public Object visitAnnotationMultiply(AnnotationMultiply op)
- Specified by:
- visitAnnotationMultiply in interface AnnotationVisitor
public Object visitAnnotationNot(AnnotationNot not)
- Specified by:
- visitAnnotationNot in interface AnnotationVisitor
public Object visitAnnotationNotEquals(AnnotationNotEquals annotationNotEquals)
- Specified by:
- visitAnnotationNotEquals in interface AnnotationVisitor
public Object visitAnnotationOr(AnnotationOr or)
- Specified by:
- visitAnnotationOr in interface AnnotationVisitor
public Object visitAnnotationParenExpression(AnnotationParenExpression parenExpression)
- Specified by:
- visitAnnotationParenExpression in interface AnnotationVisitor
public Object visitAnnotationPlusSign(AnnotationPlusSign sign)
- Specified by:
- visitAnnotationPlusSign in interface AnnotationVisitor
public Object visitAnnotationQuery(AnnotationQuery annotationQuery)
- Specified by:
- visitAnnotationQuery in interface AnnotationVisitor
public Object visitAnnotationRemainder(AnnotationRemainder remainder)
- Specified by:
- visitAnnotationRemainder in interface AnnotationVisitor
public Object visitAnnotationShiftLeft(AnnotationShiftLeft shiftLeft)
- Specified by:
- visitAnnotationShiftLeft in interface AnnotationVisitor
public Object visitAnnotationShiftRight(AnnotationShiftRight shiftRight)
- Specified by:
- visitAnnotationShiftRight in interface AnnotationVisitor
public Object visitAnnotationSubtract(AnnotationSubtract op)
- Specified by:
- visitAnnotationSubtract in interface AnnotationVisitor
public Object visitAnnotationTypeRef(AnnotationTypeRef typeRef)
- Specified by:
- visitAnnotationTypeRef in interface AnnotationVisitor
public Object visitAnnotationUnsignedShiftRight(AnnotationUnsignedShiftRight shiftRight)
- Specified by:
- visitAnnotationUnsignedShiftRight in interface AnnotationVisitor
public Object visitAnnotationValueList(AnnotationValueList valueList)
- Specified by:
- visitAnnotationValueList in interface AnnotationVisitor