Uses of Interface
com.thoughtworks.qdox.model.annotation.AnnotationValue

Packages that use AnnotationValue
com.thoughtworks.qdox.model   
com.thoughtworks.qdox.model.annotation   
 

Uses of AnnotationValue in com.thoughtworks.qdox.model
 

Classes in com.thoughtworks.qdox.model that implement AnnotationValue
 class Annotation
           
 

Methods in com.thoughtworks.qdox.model that return AnnotationValue
 AnnotationValue Annotation.getProperty(String name)
           
 

Methods in com.thoughtworks.qdox.model with parameters of type AnnotationValue
 void Annotation.setProperty(String name, AnnotationValue value)
           
 

Uses of AnnotationValue in com.thoughtworks.qdox.model.annotation
 

Classes in com.thoughtworks.qdox.model.annotation that implement AnnotationValue
 class AnnotationAdd
           
 class AnnotationAnd
           
 class AnnotationBinaryOperator
           
 class AnnotationCast
           
 class AnnotationConstant
           
 class AnnotationDivide
           
 class AnnotationEquals
           
 class AnnotationExclusiveOr
           
 class AnnotationFieldRef
           
 class AnnotationGreaterEquals
           
 class AnnotationGreaterThan
           
 class AnnotationLessEquals
           
 class AnnotationLessThan
           
 class AnnotationLogicalAnd
           
 class AnnotationLogicalNot
           
 class AnnotationLogicalOr
           
 class AnnotationMinusSign
           
 class AnnotationMultiply
           
 class AnnotationNot
           
 class AnnotationNotEquals
           
 class AnnotationOr
           
 class AnnotationParenExpression
           
 class AnnotationPlusSign
           
 class AnnotationQuery
           
 class AnnotationRemainder
           
 class AnnotationShiftLeft
           
 class AnnotationShiftRight
           
 class AnnotationSubtract
           
 class AnnotationTypeRef
           
 class AnnotationUnaryOperator
           
 class AnnotationUnsignedShiftRight
           
 class AnnotationValueList
           
 

Methods in com.thoughtworks.qdox.model.annotation that return AnnotationValue
 AnnotationValue AnnotationQuery.getCondition()
           
 AnnotationValue AnnotationQuery.getFalseExpression()
           
 AnnotationValue AnnotationBinaryOperator.getLeft()
           
 AnnotationValue AnnotationBinaryOperator.getRight()
           
 AnnotationValue AnnotationQuery.getTrueExpression()
           
 AnnotationValue AnnotationParenExpression.getValue()
           
 AnnotationValue AnnotationCast.getValue()
           
 AnnotationValue AnnotationUnaryOperator.getValue()
           
 

Constructors in com.thoughtworks.qdox.model.annotation with parameters of type AnnotationValue
AnnotationAdd(AnnotationValue left, AnnotationValue right)
           
AnnotationAnd(AnnotationValue left, AnnotationValue right)
           
AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)
           
AnnotationCast(Type type, AnnotationValue value)
           
AnnotationDivide(AnnotationValue left, AnnotationValue right)
           
AnnotationEquals(AnnotationValue left, AnnotationValue right)
           
AnnotationExclusiveOr(AnnotationValue left, AnnotationValue right)
           
AnnotationGreaterEquals(AnnotationValue left, AnnotationValue right)
           
AnnotationGreaterThan(AnnotationValue left, AnnotationValue right)
           
AnnotationLessEquals(AnnotationValue left, AnnotationValue right)
           
AnnotationLessThan(AnnotationValue left, AnnotationValue right)
           
AnnotationLogicalAnd(AnnotationValue left, AnnotationValue right)
           
AnnotationLogicalNot(AnnotationValue value)
           
AnnotationLogicalOr(AnnotationValue left, AnnotationValue right)
           
AnnotationMinusSign(AnnotationValue value)
           
AnnotationMultiply(AnnotationValue left, AnnotationValue right)
           
AnnotationNot(AnnotationValue value)
           
AnnotationNotEquals(AnnotationValue left, AnnotationValue right)
           
AnnotationOr(AnnotationValue left, AnnotationValue right)
           
AnnotationParenExpression(AnnotationValue value)
           
AnnotationPlusSign(AnnotationValue value)
           
AnnotationQuery(AnnotationValue condition, AnnotationValue trueExpression, AnnotationValue falseExpression)
           
AnnotationRemainder(AnnotationValue left, AnnotationValue right)
           
AnnotationShiftLeft(AnnotationValue left, AnnotationValue right)
           
AnnotationShiftRight(AnnotationValue left, AnnotationValue right)
           
AnnotationSubtract(AnnotationValue left, AnnotationValue right)
           
AnnotationUnaryOperator(AnnotationValue value)
           
AnnotationUnsignedShiftRight(AnnotationValue left, AnnotationValue right)
           
 



Copyright © 2002-2011. All Rights Reserved.